Re: [PHP-DEV] Possible threading issue in PHP

2003-01-24 Thread Magnus Määttä
On Thu, 23 Jan 2003 21:00:57 -0500 "NAIK,ROSHAN (HP-Cupertino,ex1)" <[EMAIL PROTECTED]> wrote: > S/W Environment: HPUX 11.00, Apache 2.0 (worker model) , PHP 4.2.3 Apache 2 with worker MPM is not very stable. It will save you alot of trouble not running it with a threaded MPM for now. Regards M

[PHP-DEV] Possible threading issue in PHP

2003-01-23 Thread NAIK,ROSHAN (HP-Cupertino,ex1)
S/W Environment: HPUX 11.00, Apache 2.0 (worker model) , PHP 4.2.3 This one seems to be a hard to trace problem but easily reproducible. Basically, an Apache thread servicing a PHP request crashes when you access the main page (index.php) of phpMyAdmin. An entry similar to the foll. is seen i