]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 20 Jun 2004 00:32:22 +0000 (00:32 +0000)
committer <changelog@php.net> <>
Sun, 20 Jun 2004 00:32:22 +0000 (00:32 +0000)
ChangeLog
Zend/ChangeLog

index 61b764f2f8a8d0fb3fbbf73ec8c8b2e11aa4e1cf..5629dcee7ad3e20626f41cd9642ddc8c5f1d3869 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2004-06-19  Jan Lehnardt  <jan@dasmoped.net>
+
+    * scripts/phpize.in:
+      - do it right (phpize path issue)
+
+    * scripts/phpize.in:
+      - phpize now can handle directories with spaces in their name (#28847)
+
+2004-06-19  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * ZendEngine2/zend_reflection_api.c:
+      Reflection_* -> Reflection*. Patch by Timm Friebe.
+
+2004-06-19  Stefan Esser  <sesser@suspekt.org>
+
+    * (PHP_4_3)
+      ext/domxml/php_domxml.c
+      ext/ncurses/ncurses_functions.c
+      ext/w32api/w32api.c:
+      Fixed some 64bit and other zend_parse_parameters bugs
+
 2004-06-18  Sara Golemon  <php@alphaweb.net>
 
     * (PHP_4_3)
index 915ed702a1b76f755bd7febf95a95b8f19c48720..be0c5efd0769a9212217b629e37922c915c37ee4 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-19  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * zend_reflection_api.c:
+      Reflection_* -> Reflection*. Patch by Timm Friebe.
+
 2004-06-18  Sara Golemon  <php@alphaweb.net>
 
     * zend_execute.c: