From: Date: Mon, 7 May 2007 01:31:12 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_2_0~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5cba7409b4f312f5fbd9c0bbc94eb223a55c2a2;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e3202e97bf..bb526dbbf7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +2007-05-06 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/soap/soap.c: + + Allow SOAP extension's handler() to work even when + always_populate_raw_post_data is off. + + + * (PHP_5_2) + NEWS + main/php_content_types.c: + + Fixed bug #41293 (Fixed creation of HTTP_RAW_POST_DATA when there is no + default post handler). + + * tests/basic/025.phpt + tests/basic/025.phpt: + + file 025.phpt was initially added on branch PHP_5_2. + + * tests/basic/024.phpt + tests/basic/024.phpt: + + file 024.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + NEWS: + + Clarify bug fix details + +2007-05-06 Hannes Magnusson + + * (PHP_5_2) + NEWS + main/php_ini.c: + MFH: Fixed PHP CLI to use the php.ini from the binary location + +2007-05-06 Johannes Schlüter + + * ZendEngine2/tests/concat_001.phpt: + - Fix test + +2007-05-06 Hannes Magnusson + + * (PHP_5_2) + ext/standard/tests/general_functions/ini_get_all.phpt: + Fix test + + * ext/standard/tests/general_functions/ini_get_all.phpt: + Fix test + +2007-05-06 Johannes Schlüter + + * sapi/cli/php_cli.c: + - Fix build without reflection + 2007-05-05 Antony Dovgal * ZendEngine2/tests/compare_001.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 57a102f029..9fc5bbd01c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2007-05-06 Johannes Schlüter + + * tests/concat_001.phpt: + - Fix test + 2007-05-05 Antony Dovgal * tests/compare_001.phpt