On 7/19/06, Andi Gutmans <[EMAIL PROTECTED]> wrote:
There's also a build error in ZTS in ext/filter and warnings in ext/date.
Can someone take a look?

-g -O2 -pthread -DZTS  -c /home/andi/php5/ext/filter/filter.c -o
ext/filter/filter.lo
In file included from /home/andi/php5/ext/filter/php_filter.h:25,
                 from /home/andi/php5/ext/filter/filter.c:27:
/home/andi/php5/main/SAPI.h:263: error: syntax error before
"zend_function_entry"
/home/andi/php5/main/SAPI.h:263: warning: no semicolon at end of struct or
union
/home/andi/php5/ext/filter/filter.c: In function `php_filter_get_storage':
/home/andi/php5/ext/filter/filter.c:428: error: structure has no member
named `register_globals'
/home/andi/php5/ext/filter/filter.c:428: error: structure has no member
named `register_long_arrays'
/home/andi/php5/ext/filter/filter.c: In function `zif_input_get_args':
/home/andi/php5/ext/filter/filter.c:704: warning: passing arg 2 of
`zend_hash_get_current_key_ex' from incompatible pointer type
make: *** [ext/filter/filter.lo] Error 1

that sounds like you trying to build filter with CLI but configured or
partially compiled with CGI.

Can you try a make clean and make? I built filter on linux and windows
with ZTS successfully (cli or cgi).

--Pierre

--Pierre

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to