]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 6 Feb 2004 01:32:19 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Fri, 6 Feb 2004 01:32:19 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index b248c22ec1089979d07fc7485ce06730f0e0cf15..96e4f7e71d92697dd4a926c8d556f3771a6ff714 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2004-02-05  Andrey Hristov  <andrey@webgate.bg>
+
+    * NEWS:
+      typo
+
+2004-02-05  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * ZendEngine2/ZEND_CHANGES:
+      Committing for Jan.
+
+2004-02-05  Stanislav Malyshev  <stas@zend.com>
+
+    * ext/standard/var.c:
+      fix serialization
+
+    * ext/session/tests/019.phpt:
+      fix test - remove warning
+
+2004-02-05  Antony Dovgal  <tony2001@phpclub.net>
+
+    * ext/oci8/oci8.c:
+      fix bug #27149
+      (offset should start with 1)
+
+2004-02-05  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * NEWS:
+      Bug fixing news.
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/tests/bug27145.phpt:
+      Fixed bug #27145 (Unmangle private/protected property names before printing
+      then inside error messages).
+
 2004-02-04  Zeev Suraski  <zeev@zend.com>
 
     * ZendEngine2/zend_execute_API.c:
index 2963ab3224dcb4a95af70ba2ad06876cb6a8dd8c..5d8d5a4e4595c86fc4f99999672f8e12c6569aa2 100644 (file)
@@ -1,3 +1,15 @@
+2004-02-05  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * ZEND_CHANGES:
+      Committing for Jan.
+
+2004-02-05  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_compile.c
+      tests/bug27145.phpt:
+      Fixed bug #27145 (Unmangle private/protected property names before printing
+      then inside error messages).
+
 2004-02-04  Zeev Suraski  <zeev@zend.com>
 
     * zend_execute_API.c: