[PHP-DEV] C++ module and Zend C headers

2001-02-05 Thread Eric Callier
_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

[PHP-DEV] php module and CORBA

2001-02-14 Thread Eric Callier
; 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 <

[PHP-DEV] shared extension module and 4.0.5

2001-05-01 Thread Eric Callier
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