laruence / taint

Taint is a PHP extension, used for detecting XSS codes
Other
611 stars 128 forks source link

Support for newer PHP versions #18

Closed briedis closed 8 years ago

briedis commented 9 years ago

Any hopes for support on newer php versions, like 5.5, 5.6? This is an awesome extension, but we really can't use it on our up-to-date server :(

laruence commented 9 years ago

Hey, I won't be able to do a PHP-5.6 version release.. I am plan to make a new release after PHP7 is released. things could become simple with the new zend_string type in PHP7. sorry :<

thanks

briedis commented 9 years ago

Thanks for your response! I understad. Hope it won't be too long for php7 :)

Thanks and goog luck!

laruence commented 8 years ago

php7 support is done, please checkout the php7 branch