changelog Thu May 25 05:31:52 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2355&r2=1.2356&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2355 php-src/ChangeLog:1.2356
--- php-src/ChangeLog:1.2355 Wed May 24 05:31:51 2006
+++ php-src/ChangeLog Thu May 25 05:31:52 2006
@@ -1,3 +1,67 @@
+2006-05-24 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* (PHP_5_1)