]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 29 Nov 2005 06:49:28 +0000 (06:49 +0000)
committer <changelog@php.net> <>
Tue, 29 Nov 2005 06:49:28 +0000 (06:49 +0000)
ChangeLog
Zend/ChangeLog

index 576d300544a9bc3a8ad2cb7eeabe4b372cb82ef4..ed82fbebf24656292b3e1b59456253008875ed66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,80 @@
+2005-11-28  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      NEWS:
+      Fixed bug #35422 (strtotime() does not parse times with UTC as timezone).
+
+2005-11-28  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ext/readline/config.m4:
+      fix build with libedit
+
+2005-11-28  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      NEWS:
+      Fixed bug #35456 (+ 1 [time unit] format did not work).
+
+2005-11-28  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (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  <dmitry@zend.com>
+
+    * 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@hristov.com>
+
+    * (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  <jani.taskinen@sci.fi>
+
+    * (PHP_5_1)
+      NEWS
+      ext/openssl/openssl.c:
+      MFH: - Fixed bug #35381 (ssl library is not initialized properly)
+
+2005-11-28  Alan Knowles  <alan@akbkhome.com>
+
+    * ext/openssl/openssl.c:
+      fix bug #35381 - ensure library is initialized before use
+
+2005-11-28  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      NEWS
+      NEWS:
+      Fixed bug #35399 (Since fix of bug #35273 SOAP decoding of
+      soapenc:base64binary fails)
+
 2005-11-27  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * (PHP_5_1)
index e01d35a8e54ab5a3709d551753f4bdb52c719b42..9863404e778e22a806d46e5818e2d99394db02ab 100644 (file)
@@ -1,3 +1,18 @@
+2005-11-28  Dmitry Stogov  <dmitry@zend.com>
+
+    * 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  <ilia@prohost.org>
 
     * tests/bug35411.phpt