From: Date: Tue, 29 Nov 2005 06:49:28 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_2~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ba09c083ff91818bf6924ad50da6a8c6377e642;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 576d300544..ed82fbebf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,80 @@ +2005-11-28 Ilia Alshanetsky + + * (PHP_5_1) + NEWS: + Fixed bug #35422 (strtotime() does not parse times with UTC as timezone). + +2005-11-28 Jani Taskinen + + * ext/readline/config.m4: + fix build with libedit + +2005-11-28 Ilia Alshanetsky + + * (PHP_5_1) + NEWS: + Fixed bug #35456 (+ 1 [time unit] format did not work). + +2005-11-28 Jani Taskinen + + * (PHP_5_1) + NEWS + ext/readline/config.m4 + ext/readline/readline.c + sapi/cli/php_cli_readline.c: + MFH: - Fixed bug #35409 (undefined reference to 'rl_completion_matches'). + + * ext/readline/config.m4 + ext/readline/readline.c + sapi/cli/php_cli_readline.c: + - Fixed bug #35409 (undefined reference to 'rl_completion_matches') + +2005-11-28 Dmitry Stogov + + * ZendEngine2/tests/bug35393.phpt + ZendEngine2/tests/bug35393.phpt: + + file bug35393.phpt was initially added on branch PHP_5_1. + + * (PHP_5_1) + NEWS + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/tests/bug35393.phpt + ext/standard/tests/file/proc_open01.phpt + ext/standard/tests/file/proc_open01.phpt: + Fixed bug #35393 (changing static protected members from outside the class, + one more reference issue) + +2005-11-28 Andrey Hristov + + * (PHP_5_1) + ext/mysqli/tests/009.phpt: + mysql 4.1.x gives strange result. the result in the test is generated with + 5.0.16 (valid for 5.1.3). + +2005-11-28 Jani Taskinen + + * (PHP_5_1) + NEWS + ext/openssl/openssl.c: + MFH: - Fixed bug #35381 (ssl library is not initialized properly) + +2005-11-28 Alan Knowles + + * ext/openssl/openssl.c: + fix bug #35381 - ensure library is initialized before use + +2005-11-28 Dmitry Stogov + + * (PHP_5_0) + NEWS + NEWS: + Fixed bug #35399 (Since fix of bug #35273 SOAP decoding of + soapenc:base64binary fails) + 2005-11-27 Jani Taskinen * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e01d35a8e5..9863404e77 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,18 @@ +2005-11-28 Dmitry Stogov + + * zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + tests/bug35393.phpt: + Fixed bug #35393 (changing static protected members from outside the class, + one more reference issue) + + * tests/bug35393.phpt + tests/bug35393.phpt: + + file bug35393.phpt was initially added on branch PHP_5_1. + 2005-11-27 Ilia Alshanetsky * tests/bug35411.phpt