Hello,
I just upgrade from php4.04pl1 to 4.05. And now I got undefined symbol in
my extension module on array_init function.

My module is an shared object link with php4 library
gcc -shared -fPIC -DPIC   -L/usr/src/php/.libs  -rdynamic -fexceptions  -o
php_mymodule.so  $(MY_OBJECTS_LIST) -lpthread -lphp4

# /usr/local/bin/php -f test.php
try open
open ok
/usr/local/bin/php: error in loading shared libraries:
/usr/src/ec/php_mymodule.so: undefined symbol:
_array_init__FP12_zval_struct

array_init function was working with with php4.0.4pl1.
Does any one can told me what I'm doing wrong ?

Eric.




-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to