]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 11 Dec 2004 01:33:25 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Sat, 11 Dec 2004 01:33:25 +0000 (01:33 +0000)
ChangeLog
Zend/ChangeLog

index 872e41796ba828d89e7589b1557ad885b158cd64..e2683f75c786b2b87efea34d57993ab5bd0eba60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2004-12-10  Andi Gutmans  <andi@zend.com>
+
+    * main/main.c:
+      - Fix bug #27728 (Can't return within a zend_try{} or the previous
+      state isn't restored.
+
+2004-12-10  Antony Dovgal  <tony2001@phpclub.net>
+
+    * ext/standard/file.c:
+      fix buffer overrun & segfault in get_meta_tags() when there is no tag value
+
+2004-12-10  Andi Gutmans  <andi@zend.com>
+
+    * (PHP_5_0)
+      NEWS
+      configure.in
+      ZendEngine2/zend.h
+      main/php_version.h:
+      - Back to -dev
+
+    * (PHP_5_0)
+      NEWS
+      configure.in
+      ZendEngine2/zend.h
+      main/php_version.h:
+      - 5.0.3RC2
+
+2004-12-10  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/pcre/php_pcre.c:
+      Avoid causing a crash.
+
 2004-12-09  Antony Dovgal  <tony2001@phpclub.net>
 
     * (PHP_4_3)
index 9b26ea8efccb46ef015d110c258fe41a5bd0abe8..afbb4cd942ed590a3ee94dee80c617cf6b0425e0 100644 (file)
@@ -1,3 +1,13 @@
+2004-12-10  Andi Gutmans  <andi@zend.com>
+
+    * (PHP_5_0)
+      zend.h:
+      - Back to -dev
+
+    * (PHP_5_0)
+      zend.h:
+      - 5.0.3RC2
+
 2004-12-07  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_exceptions.c