]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 28 May 2004 00:31:45 +0000 (00:31 +0000)
committer <changelog@php.net> <>
Fri, 28 May 2004 00:31:45 +0000 (00:31 +0000)
ChangeLog
Zend/ChangeLog

index 581446f8dbee953865456350f937c015ff35a9d6..d66050f57b84e61773c59b464d2f70b6a6c5a7f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,64 @@
+2004-05-27  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/session/tests/skipif.inc:
+      Better skip condition check for session tests.
+
+2004-05-27  Andrei Zmievski  <andreiz@gmail.com>
+
+    * TODO-5.1:
+      5.1 tasks.
+
+2004-05-27  Andi Gutmans  <andi@zend.com>
+
+    * configure.in
+      ZendEngine2/zend.h
+      main/php_version.h:
+      - Back to RC3-dev until we roll final
+
+2004-05-27  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * (php_5_0_0RC3RC1)
+      main/streams/streams.c:
+      Fix #25939 for good this time.
+
+2004-05-27  Derick Rethans  <php@derickrethans.nl>
+
+    * (php_5_0_0RC3RC1)
+      NEWS:
+      Put similar items next to eachother
+
+2004-05-27  Andi Gutmans  <andi@zend.com>
+
+    * NEWS:
+      - More news
+
+    * (php_5_0_0RC3RC1)
+      ZendEngine2/zend_execute.c:
+      - Fix problem with exceptions returning from include(). (Dmitry)
+
+    * NEWS
+      configure.in
+      ZendEngine2/zend.h
+      main/php_version.h:
+      - RC3RC1
+
+2004-05-27  Rob Richards  <rrichards@ctindustries.net>
+
+    * (php_5_0_0RC3RC1)
+      ext/dom/document.c
+      ext/dom/element.c
+      ext/dom/entityreference.c
+      ext/dom/php_dom.c
+      ext/dom/processinginstruction.c
+      ext/dom/tests/dom_create_element.phpt:
+      namespace/tagname validation fixes (Adam Trachtenberg)
+      added new test
+
+2004-05-27  Andi Gutmans  <andi@zend.com>
+
+    * NEWS:
+      - NEWS
+
 2004-05-26  Wez Furlong  <wez.php@thebrainroom.net>
 
     * ZendEngine2/zend_object_handlers.c:
index 311ce70bf3ccf0723b5b0d9cda53199a9b8f144e..a371308b7869be617378dcff684c18309a2d725c 100644 (file)
@@ -1,3 +1,16 @@
+2004-05-27  Andi Gutmans  <andi@zend.com>
+
+    * zend.h:
+      - Back to RC3-dev until we roll final
+
+    * (php_5_0_0RC3RC1)
+      zend_execute.c:
+      - Fix problem with exceptions returning from include(). (Dmitry)
+
+    * (php_5_0_0RC3RC1)
+      zend.h:
+      - RC3RC1
+
 2004-05-26  Wez Furlong  <wez.php@thebrainroom.net>
 
     * zend_object_handlers.c: