]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 26 Apr 2004 00:35:44 +0000 (00:35 +0000)
committer <changelog@php.net> <>
Mon, 26 Apr 2004 00:35:44 +0000 (00:35 +0000)
ChangeLog
Zend/ChangeLog

index 8a577be33e688ed7deef674a687a7734c86a7f46..1cd1ce25e96ace913e9a5c25047ea3110d7c6aed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+2004-04-25  Derick Rethans  <php@derickrethans.nl>
+
+    * ext/gd/libgd/gd.c
+      ext/gd/tests/bug28147.phpt:
+      - MFB: Fixed bug #28147 (Crash with drawing anti-alised lines)
+
+    * (PHP_4_3)
+      NEWS
+      ext/gd/libgd/gd.c
+      ext/gd/tests/bug28147.phpt
+      ext/gd/tests/bug28147.phpt:
+      - Fixed bug #28147 (Crash with drawing anti-aliased lines)
+
+2004-04-25  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_builtin_functions.c:
+      Skip correct amount of stack entries
+
+    * ZendEngine2/zend_interfaces.c:
+      Capture potential problem by error message
+
+    * ZendEngine2/zend_reflection_api.c:
+      Show number of classes
+
+    * NEWS:
+      BFN
+
+2004-04-25  Andi Gutmans  <andi@zend.com>
+
+    * NEWS
+      configure.in
+      ZendEngine2/zend.h
+      main/php_version.h:
+      - RC3-dev
+
+    * (php_5_0_0RC2)
+      NEWS:
+      - This was forgotten
+
+    * NEWS
+      configure.in
+      ZendEngine2/zend.h
+      main/php_version.h:
+      - RC2
+
+2004-04-25  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * NEWS:
+      Spell it out.
+
 2004-04-24  Ilia Alshanetsky  <ilia@prohost.org>
 
     * tests/strings/002.phpt:
index 6e7ad91eb258584c75f18e4a6ffa0af9fbca6dca..f5fd673b31a2949c3b6253672b8421922b8ed5a7 100644 (file)
@@ -1,3 +1,23 @@
+2004-04-25  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_builtin_functions.c:
+      Skip correct amount of stack entries
+
+    * zend_interfaces.c:
+      Capture potential problem by error message
+
+    * zend_reflection_api.c:
+      Show number of classes
+
+2004-04-25  Andi Gutmans  <andi@zend.com>
+
+    * zend.h:
+      - RC3-dev
+
+    * (php_5_0_0RC2)
+      zend.h:
+      - RC2
+
 2004-04-23  Andi Gutmans  <andi@zend.com>
 
     * zend_compile.c: