laruence / taint

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

PHP 7.1 build #32

Closed remicollet closed 8 years ago

remicollet commented 8 years ago
/builddir/build/BUILD/php71-php-pecl-taint-2.0.1/NTS/taint.c: In function 'php_taint_binary_assign_op_helper':
/builddir/build/BUILD/php71-php-pecl-taint-2.0.1/NTS/taint.c:774:33: error: 'EXT_TYPE_UNUSED' undeclared (first use in this function)
  if ((!((opline)->result_type & EXT_TYPE_UNUSED))) {
                                 ^
/builddir/build/BUILD/php71-php-pecl-taint-2.0.1/NTS/taint.c:774:33: note: each undeclared identifier is reported only once for each function it appears in
/builddir/build/BUILD/php71-php-pecl-taint-2.0.1/NTS/taint.c: In function 'php_taint_binary_assign_op_obj_helper':
/builddir/build/BUILD/php71-php-pecl-taint-2.0.1/NTS/taint.c:811:36: error: 'EXT_TYPE_UNUSED' undeclared (first use in this function)
     if ((!((opline)->result_type & EXT_TYPE_UNUSED))) {
                                    ^
/builddir/build/BUILD/php71-php-pecl-taint-2.0.1/NTS/taint.c: In function 'php_taint_binary_assign_op_dim_helper':
/builddir/build/BUILD/php71-php-pecl-taint-2.0.1/NTS/taint.c:883:32: error: 'EXT_TYPE_UNUSED' undeclared (first use in this function)
    if ((opline)->result_type & EXT_TYPE_UNUSED) {
                                ^
remicollet commented 8 years ago

Fixed by 2.0.2

Thanks