Re: [PHP-DEV] when is PHP_MSHUTDOWN_FUNCTION called?

2004-03-08 Thread ashish b\\
r 2004, ashish b\ wrote: > Here I can see PHP_MSHUTDOWN_FUNCTION before entering the myfunction > and also after the myfunction.This should not be happening. > PHP_MSHUTDOWN_FUNCTION should be called only if I shut down apache > server? No, reread my mail: > It's not called at t

Re: [PHP-DEV] when is PHP_MSHUTDOWN_FUNCTION called?

2004-03-08 Thread ashish b\\
AIL PROTECTED]> wrote: On Mon, 8 Mar 2004, ashish b\ wrote: > Hello , > I have a extension module which is loaded using the extension= > directive in the php.ini.There is a PHP_MSHUTDOWN_FUNCTION in this > extension module.When I stop apache server this PHP_MSHUTDOWN_FUNCTION > is ca

[PHP-DEV] when is PHP_MSHUTDOWN_FUNCTION called?

2004-03-08 Thread ashish b\\
Hello , I have a extension module which is loaded using the extension= directive in the php.ini.There is a PHP_MSHUTDOWN_FUNCTION in this extension module.When I stop apache server this PHP_MSHUTDOWN_FUNCTION is called. I verified this by having logs in the PHP_MSHUTDOWN_FUNCTION fun

[PHP-DEV] apache stops listening after restart and give core dump

2004-03-07 Thread ashish b\\
Hello, I have Apache 2.0.46 server on Redhat Linux 7.3 and PHP 4.3.2.I have a written a PHP extension module. I have a entry in the php.ini as extension=php_mymodule.so. When I issue the following command : apachectl restart my php module gets unloaded but is not reloaded again and a

[PHP-DEV] apache stops listening after restart and give core dump

2004-03-07 Thread ashish b\\
Hello, I have Apache 2.0.46 server on Redhat Linux 7.3 and PHP 4.3.2.I have a written a PHP extension module. I have a entry in the php.ini as extension=php_mymodule.so. When I issue the following command : apachectl restart my php module gets unloaded but is not reloaded again and ap

Re: [PHP-DEV] Is compiling apache in worker mode unstable?(what if i am loading a library which is multithreaded?)

2004-02-02 Thread ashish b\\
what if i am loading a library which is multithreaded? Rasmus Lerdorf <[EMAIL PROTECTED]> wrote:Yup On Mon, 2 Feb 2004, ashish b\ wrote: > hello , > is compiling Apache in worker mode really unstable for production purposes? > Is multithreaded mode of apache really unsafe? >

[PHP-DEV] Is compiling apache in worker mode unstable?

2004-02-02 Thread ashish b\\
hello , is compiling Apache in worker mode really unstable for production purposes? Is multithreaded mode of apache really unsafe? Doumentation of PHP says In case you wish to build a multithreaded version of Apache 2.0 you must overwrite the standard MPM-Module prefork either with wor

Re: [PHP-DEV] Apache + PHP extension modules + Prefork MPM

2004-01-30 Thread ashish b\\
what about the extension module ? is it reloaded? Regards Ashish shimi <[EMAIL PROTECTED]> wrote: On Thu, 29 Jan 2004, ashish b\ wrote: > Hello , > I have Apache compiled for Prefork MPM and PHP as Loadable module > on Redhat LINUX 7.3. > 1. I have a PHP extension module whi

[PHP-DEV] Apache + PHP extension modules + Prefork MPM

2004-01-30 Thread ashish b\\
Hello , I have Apache compiled for Prefork MPM and PHP as Loadable module on Redhat LINUX 7.3. 1. I have a PHP extension module which is added in the "extension=mymodule.so" directive of php.ini. 2. Now when Apache starts it will load the PHP module, which in turn will load the

[PHP-DEV] Apache server on Linux not starting(undefined symbol: pthread_getspecific)

2003-09-18 Thread ashish b\\
Hi all, First I installed apache_1.3.28 with ./configure --prefix=/www --enable-module=so then I installed PHP_4.3.2 with ./configure --with-apxs=/www/bin/apxs --enable-experimental-zts /www/bin> ./apachectl start Syntax error on line 205 of /www/conf/httpd.conf: Cannot load /www/libexec/l

[PHP-DEV] Apache cannot be started with libphp4.so(undefined symbol: pthread_getspecific)

2003-09-16 Thread ashish b\\
Hi I have installed apache with following configure options. ./configure --enable-module=so --prefix=/usr/local/apache and php-4.3.2 with following configure options ./configure --with-apxs=/usr/sbin/apxs --enable-experimental-zts After that I tried to start the apache server and got the foll

[PHP-DEV] AIX + PHP Extension Module Does Not Work (giving core dump at zend_parse_parameters)

2003-09-15 Thread ashish b\\
Hi , I am writing a php extension module on AIX 4.3.3 RS6000 machine.I have compiled php as CGI.When I test my php extension module function from a test php script I get a CORE dump.The gdb php core is as below Core was generated by `php'. Program terminated with signal 11, Segmentat