laruence / taint

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

Can this dev version work on php 5.4.0+ #3

Closed gsmlg closed 11 years ago

gsmlg commented 11 years ago

try to install with pecl taint 1.2.1 that not support php 5.4

laruence commented 11 years ago

what the wrong is?

gsmlg commented 11 years ago

其实就是pecl安装的时候说明php5.4无法安要求版本>=5.2.0 <=5.4.0

laruence commented 11 years ago

哦, 你自己下载来编译就行了.

gergoerdosi commented 11 years ago

@laruence When are you planning to release this fix?

laruence commented 11 years ago

我要积累一些bug修复才好发布下一个版本, 目前来看还没啥可发布的... 等我支持5.5.吧

gergoerdosi commented 11 years ago

@laruence I see, thanks!

gsmlg commented 11 years ago

现在编译后,出了这个错误呢 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/taint.so' - /usr/lib64/php/modules/taint.so: undefined symbol: zend_error_noreturn in Unknown on line 0 我把taint.c下的zend_error_noreturn改成zend_error后下常了,会不会有问题呢?

laruence commented 11 years ago

恩,,,,没问题, 你的OS是啥? 编译器的版本?

gsmlg commented 11 years ago

我那个测试环境是在fedora18上的php5.4.12,都是yum直接安的