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

index 7297c73f183775670a083f8b3e12533971810551..aa7eb5802b9c31f57fe8d39e0a2bd6ba116c93d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2004-05-11  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      ext/standard/formatted_print.c:
+      MFH: Make vprintf() and printf() return the length of the string printed.
+
+    * ext/standard/formatted_print.c:
+      Make vprintf() and printf() return the length of the string printed.
+      Make fprintf() and vfprints() return the correct length of the string
+      printed.
+
+2004-05-11  Derick Rethans  <php@derickrethans.nl>
+
+    * main/rfc1867.c:
+      - Fixed defines
+
+2004-05-11  Andi Gutmans  <andi@zend.com>
+
+    * ZendEngine2/zend_compile.c:
+      - Don't allow passing NULL to type hinted parameter.
+
+2004-05-11  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      ext/standard/dir.c:
+      MFH: Fixed bug #28355 (glob() does not return error on Linux when it does
+      not have permission to open the directory).
+
+    * ext/standard/dir.c:
+      Fixed bug #28355 (glob() does not return error on Linux when it does not
+      have permission to open the directory).
+
 2004-05-10  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_3)
index db01d3193a94dd44ab80659d23a8712d7811f7be..6e6370886752d15ee24ba54ca39f0f695c541a39 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-11  Andi Gutmans  <andi@zend.com>
+
+    * zend_compile.c:
+      - Don't allow passing NULL to type hinted parameter.
+
 2004-05-10  Zeev Suraski  <zeev@zend.com>
 
     * zend_operators.c: