]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 30 Sep 2006 01:31:05 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sat, 30 Sep 2006 01:31:05 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 7a7514032fb476d1909430cd5383da986aa2e1e7..94aa21b9eabaa246eb6a207f43283c255d2f048c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,63 @@
+2006-09-29  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/sha1.h:
+      MFB: Added missing API function declaration.
+
+    * (PHP_5_2)
+      ext/standard/sha1.h:
+      Added missing API function declaration.
+
+    * ext/standard/info.h:
+      MFB: Added missing declaration of the php_get_uname() PHPAPI function.
+
+    * (PHP_5_2)
+      ext/standard/info.h:
+      Added missing declaration of the php_get_uname() PHPAPI function.
+
+2006-09-29  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ext/standard/string.c:
+      Heck, might as well commit this..
+
+    * ZendEngine2/zend.c
+      ZendEngine2/zend_globals.h
+      ZendEngine2/zend_unicode.c:
+      Fix off-by-one error.
+
+2006-09-29  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * ext/spl/spl_directory.c
+      ext/standard/streamsfuncs.c:
+      fix proto
+
+    * (PHP_5_2)
+      ext/spl/spl_directory.c
+      ext/standard/streamsfuncs.c:
+      fix protos
+
+    * (PHP_5_2)
+      ext/spl/spl_directory.c:
+      fix arginfo
+
+    * ext/spl/spl_directory.c:
+      Fix arginfo
+
+2006-09-29  Antony Dovgal  <antony@zend.com>
+
+    * ext/spl/spl_directory.c:
+      declare subclass after adding class constants to the parent
+
+2006-09-29  Stefan Esser  <php@nopiracy.de>
+
+    * (PHP_5_2)
+      main/rfc1867.c:
+      If one name is disallowed don't drop all files
+
+2006-09-29  Georg Richter  <georg@mysql.com>
+
+    * ext/mysqli/mysqli_api.c:
+      Fixed error message (thanks to Ulf Wendel)
+
 2006-09-28  Antony Dovgal  <antony@zend.com>
 
     * ext/pdo/php_pdo_driver.h
index 9f4ea0268dbb856c93c41a0f35563184aa090406..455a493f4a382cdeeaccca63b16c2f52ce781caa 100644 (file)
@@ -1,3 +1,10 @@
+2006-09-29  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * zend.c
+      zend_globals.h
+      zend_unicode.c:
+      Fix off-by-one error.
+
 2006-09-28  Antony Dovgal  <antony@zend.com>
 
     * tests/int_overflow_64bit.phpt