_array_init(...) etc.
Everything work fine when you add BEGIN_EXTERN_C() / END_EXTERN_C() macros
in zend_API.h.
If someone can modify this header in the cvs, I think that C++ developpers
will be please :-)
N.B: I use php4.0.3pl1/linux
Eric CALLIER - Information Systems
Elf Trading SA
World Trade Center
;
I saw in the omniORB archive that some user have same problem with apache
module:
the ORB_init method hang when it is call from a non-worker process.
Is some one known how to call ORB_init from the worker process of apache
throw a php module?
Eric CALLIER
--
PHP Development Mailing List <
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) -lpthrea