From: Date: Thu, 4 May 2006 05:31:48 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_NEW_OUTPUT_API~313 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=381df8e0543ad550e924a4a529876e9a07d55ebc;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b8a5088ece..e3443f3170 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,143 @@ +2006-05-03 Ilia Alshanetsky + + * (PHP_5_1) + configure.in + main/php_version.h: + Back to dev + + * (PHP_5_1) + configure.in + main/php_version.h: + go with 5.1.4 + +2006-05-03 Sara Golemon + + * (PHP_5_1) + NEWS: + News entry for exporting PDO::PARAM_EVT_* constants + +2006-05-03 Pierre-Alain Joye + + * (PHP_5_1) + run-tests.php: + - remove debug part + nota bene, there is still work in this area, but this is a start + + * tests/basic/021.phpt + tests/basic/021.phpt: + + file 021.phpt was initially added on branch PHP_5_1. + + * (PHP_5_1) + run-tests.php: + - add support for POST_RAW, allow to pass raw POST data + - add support for TEST_PHP_CGI_EXECUTABLE env variable, it is now possible + to set both TEST_PHP_EXECUTABLE and CGI + +2006-05-03 Brian France + + * NEWS + ext/curl/multi.c: + + - Add implementation of curl_multi_info_read (Brian) + + Not adding to PHP 5_1, but should go into 5_2. + +2006-05-03 Antony Dovgal + + * sapi/cgi/cgi_main.c: + plug leak + + * tests/basic/013.phpt + tests/basic/014.phpt + tests/basic/015.phpt + tests/basic/016.phpt + tests/basic/017.phpt + tests/basic/018.phpt + tests/basic/019.phpt + tests/basic/020.phpt: + more POST+arrays tests + + * tests/basic/013.phpt + tests/basic/013.phpt + tests/basic/014.phpt + tests/basic/014.phpt + tests/basic/015.phpt + tests/basic/015.phpt + tests/basic/016.phpt + tests/basic/016.phpt + tests/basic/017.phpt + tests/basic/017.phpt + tests/basic/018.phpt + tests/basic/018.phpt + tests/basic/019.phpt + tests/basic/019.phpt + tests/basic/020.phpt + tests/basic/020.phpt: + + file 013.phpt was initially added on branch PHP_5_1. + +2006-05-03 Dmitry Stogov + + * sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.h + sapi/cgi/fastcgi.h: + Fixed bug #37205 (incompatibility with mod_fastcgi) + +2006-05-03 Ilia Alshanetsky + + * (PHP_5_1) + NEWS: + Prepare news file for release + + * (PHP_5_1) + ext/standard/php_smart_str.h: + Revert previous optimization if preparation for 5.1.4 + +2006-05-03 Dmitry Stogov + + * (PHP_5_1) + NEWS: + Fixed bug #37291 (FastCGI now longer works with isapi_fcgi.dll) + + * sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c: + Fixed incompatibility with isapi_fcgi.dll + + * (PHP_5_1) + NEWS + main/php_variables.c + main/php_variables.c: + Fixed bug #37276 (problems witch $_POST array) + +2006-05-03 Rob Richards + + * (PHP_5_1) + NEWS: + BFN + re-order news + + * (PHP_5_1) + ext/dom/attr.c + ext/dom/element.c + ext/dom/php_dom.c + ext/dom/tests/bug37277.phpt: + Fix bug #37277 (cloning Dom Documents or Nodes does not work) + Proper fix for bug #36859 + add test + + * ext/dom/tests/bug37277.phpt + ext/dom/tests/bug37277.phpt: + + add test + + * ext/dom/attr.c + ext/dom/element.c + ext/dom/php_dom.c: + Fix bug #37277 (cloning Dom Documents or Nodes does not work) + Proper fix for bug #36859 + 2006-05-02 Sara Golemon * ext/standard/file.c: