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
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
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
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
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
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?
>
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
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
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
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
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
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
12 matches
Mail list logo