]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 16 Oct 2005 05:47:08 +0000 (05:47 +0000)
committer <changelog@php.net> <>
Sun, 16 Oct 2005 05:47:08 +0000 (05:47 +0000)
ChangeLog
Zend/ChangeLog

index 54c4c524078e005445e84b985f177aa75fd895bd..c7a2b79f504517e7eb612664a2585a416c8cc654 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2005-10-15  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_5_1)
+      NEWS:
+      - Fixed timezone guessing on Windows. (Derick, Nuno)
+
+    * NEWS
+      ZendEngine2/zend_compile.c:
+      - Changed type hints so that they take "= NULL" as default value.
+
+    * ext/standard/string.c:
+      - Fixed folding markers.
+
+2005-10-15  Georg Richter  <georg@mysql.com>
+
+    * (PHP_5_0)
+      NEWS
+      ext/mysqli/mysqli_api.c:
+       Fixed an error in mysqli_fetch_fields (returned NULL instead of an
+        array when row number > field_count). (Georg)
+
+    * (PHP_5_1)
+      NEWS
+      ext/mysqli/mysqli_api.c:
+      fixed an error in mysqli_fetch_fields (function returns NULL instead of
+      array
+      when row_number > num_fields).
+      Thanks to Marc Deslisle and phpMyAdmin team for the report.
+
 2005-10-14  Antony Dovgal  <antony@zend.com>
 
     * ZendEngine2/tests/bug34873.phpt
index 28dfca1d9cd72b32e20b92b71df941e323ce143a..8fac5d763c320c1c5f49426cf80970e8ae880ab9 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-15  Derick Rethans  <php@derickrethans.nl>
+
+    * zend_compile.c:
+      - Changed type hints so that they take "= NULL" as default value.
+
 2005-10-14  Antony Dovgal  <antony@zend.com>
 
     * tests/bug34873.phpt