Re: [PHP-CVS] cvs: php-src(PHP_5_3) /main SAPI.c SAPI.h main.c php_globals.h /sapi/apache mod_php5.c ZendEngine2 zend_execute.h zend_execute_API.c

2009-05-26 Thread Etienne Kneuss
Hello, if I get no objections by the end of the week I'll simply commit that patch + test, so 5.3 can move forward. Regards, On Sun, May 24, 2009 at 1:53 PM, Etienne Kneuss col...@php.net wrote: Hello, this patch introduced a bug in 5_3/HEAD, the timeout is no longer checked in the shutdown

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /main SAPI.c SAPI.h main.c php_globals.h /sapi/apache mod_php5.c ZendEngine2 zend_execute.h zend_execute_API.c

2009-05-26 Thread Rasmus Lerdorf
The patch should be fine. Etienne Kneuss wrote: Hello, if I get no objections by the end of the week I'll simply commit that patch + test, so 5.3 can move forward. Regards, On Sun, May 24, 2009 at 1:53 PM, Etienne Kneuss col...@php.net wrote: Hello, this patch introduced a bug in

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /main SAPI.c SAPI.h main.c php_globals.h /sapi/apache mod_php5.c ZendEngine2 zend_execute.h zend_execute_API.c

2009-05-24 Thread Etienne Kneuss
Hello, this patch introduced a bug in 5_3/HEAD, the timeout is no longer checked in the shutdown function: set_time_limit(1); register_shutdown_function(plop); function plop() { while(1); } plop(); doesn't terminate http://patches.colder.ch/php-src/shutdown_timeout-5_3.patch?markup fixes

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /main SAPI.c SAPI.h main.c php_globals.h /sapi/apache mod_php5.c ZendEngine2 zend_execute.h zend_execute_API.c

2008-03-19 Thread Jani Taskinen
Is it intentional that you don't commit to HEAD at all? Last 3 commits you made were only committed to PHP_5_3 branch.. --Jani Rasmus Lerdorf kirjoitti: rasmus Tue Mar 18 21:42:51 2008 UTC Modified files: (Branch: PHP_5_3) /ZendEngine2 zend_execute.h

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /main SAPI.c SAPI.h main.c php_globals.h /sapi/apache mod_php5.c ZendEngine2 zend_execute.h zend_execute_API.c

2008-03-19 Thread Rasmus Lerdorf
Hold your horses. The HEAD commit will come once I work out the final version of this stuff. Jani Taskinen wrote: Is it intentional that you don't commit to HEAD at all? Last 3 commits you made were only committed to PHP_5_3 branch.. --Jani Rasmus Lerdorf kirjoitti: rasmusTue

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /main SAPI.c SAPI.h main.c php_globals.h /sapi/apache mod_php5.c ZendEngine2 zend_execute.h zend_execute_API.c

2008-03-19 Thread Jani Taskinen
Aye aye, Sir. :) --Jani Rasmus Lerdorf kirjoitti: Hold your horses. The HEAD commit will come once I work out the final version of this stuff. Jani Taskinen wrote: Is it intentional that you don't commit to HEAD at all? Last 3 commits you made were only committed to PHP_5_3 branch..

[PHP-CVS] cvs: php-src(PHP_5_3) /main SAPI.c SAPI.h main.c php_globals.h /sapi/apache mod_php5.c ZendEngine2 zend_execute.h zend_execute_API.c

2008-03-18 Thread Rasmus Lerdorf
rasmus Tue Mar 18 21:42:51 2008 UTC Modified files: (Branch: PHP_5_3) /ZendEngine2zend_execute.h zend_execute_API.c /php-src/main SAPI.c SAPI.h main.c php_globals.h /php-src/sapi/apachemod_php5.c Log: exit_on_timeout patch