Re: [PHP-DEV] Bug 60627, httpd.worker + php ZTS

2012-01-04 Thread Remi Collet
Le 04/01/2012 10:05, Laruence a écrit : > After I test, the patch is okey, so I commited it, Thanks for the patch, works well. Only a autoload bug with APC in ZTS, but this is another issue. Remi P.S. APC bug https://bugs.php.net/60658 -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] Bug 60627, httpd.worker + php ZTS

2012-01-04 Thread Laruence
On Wed, Jan 4, 2012 at 3:47 PM, Laruence wrote: > Hi: >   I have submitted a patch, you can have a try: > https://bugs.php.net/patch-display.php?bug=60627&patch=bug60627.patch&revision=1325663174 > > thanks > After I test, the patch is okey, so I commited it, however, lucas, lbarnaud you might w

Re: [PHP-DEV] Bug 60627, httpd.worker + php ZTS

2012-01-03 Thread Laruence
Hi: I have submitted a patch, you can have a try: https://bugs.php.net/patch-display.php?bug=60627&patch=bug60627.patch&revision=1325663174 thanks On Wed, Jan 4, 2012 at 2:05 PM, Remi Collet wrote: > Hi, > > Can someone have a look to this annoying bug ? > > I have try to move tsmr_startup to

[PHP-DEV] Bug 60627, httpd.worker + php ZTS

2012-01-03 Thread Remi Collet
Hi, Can someone have a look to this annoying bug ? I have try to move tsmr_startup to pre_config hook, but with no success. I don't see any change in sapi/apache2handler which explain this issue (no issue with 5.3.x, so must look somewhere else) I really like to see ZTS available for apache use