From: Date: Thu, 25 May 2006 05:31:52 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_NEW_OUTPUT_API~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f6d6f659465489d1bcb4ecff943f491e1867e1e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 846722f754..f654420286 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,67 @@ +2006-05-24 Ilia Alshanetsky + + * ext/standard/basic_functions.c: + MFB: Fixed bug #37563 (array_key_exists performance is poor for &$array). + + * (PHP_5_2) + NEWS + ext/standard/basic_functions.c: + Fixed bug #37563 (array_key_exists performance is poor for &$array). + +2006-05-24 Edin Kadribasic + + * (PHP_5_2) + NEWS: + BFN + + * main/main.c: + MFB: Initialize windows globals, fixes #37428 + + * (PHP_5_2) + main/main.c: + Initialize windows globals, fixes #37428 + +2006-05-24 Antony Dovgal + + * (PHP_5_2) + NEWS: + BFN + + * ext/sybase_ct/php_sybase_ct.c: + MFB: fix #37499 (CLI segmentation faults during cleanup (only with + sybase-ct extension enabled)) + + * (PHP_5_2) + ext/sybase_ct/php_sybase_ct.c: + fix #37499 (CLI segmentation faults during cleanup (only with sybase-ct + extension enabled)) + +2006-05-24 Dmitry Stogov + + * run-tests.php: + Fixed CGI tests + + * (PHP_5_2) + run-tests.php: + Fixed CGI tests. + + * (PHP_5_1) + NEWS + NEWS + sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c + sapi/cgi/fastcgi.h: + Fixed bug #37256 (php-fastcgi dosen't handle connection abort) + + * (PHP_5_1) + NEWS + NEWS + sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c: + Fixed bug #37341 ($_SERVER in included file is shortened to two entries, if + $_ENV gets used). + 2006-05-23 Marcus Boerger * (PHP_5_1)