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 wrote:
>> Hello,
>>
>> this patch introduced a bug in 5_3
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 wrote:
> Hello,
>
> this patch introduced a bug in 5_3/HEAD, the timeout is no longer
> checked in the shutdown function:
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
fixe
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..
--J
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 M
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 zend_execu
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
After
scottmacMon Jan 28 16:09:08 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/main SAPI.c
Log:
MFH: Fixed bug #43954 (Memory leak when sending the same HTTP status code
more than once.)
http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.c?r1=1.202.2
dmitry Mon Dec 3 16:04:37 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/main SAPI.c
Log:
Fixed crash because of uninitialized SG(sapi_headers).mimetype
http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.c?r1=1.202.2.7.2.15&r2=1.202.2.7.2.15.2.1&diff