]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 26 Nov 2005 06:37:54 +0000 (06:37 +0000)
committer <changelog@php.net> <>
Sat, 26 Nov 2005 06:37:54 +0000 (06:37 +0000)
ChangeLog
Zend/ChangeLog

index 57c4a80e7b6d156cfe5174588bd07638a077732c..063f7be28f7b623861ccc3f2b5e323c47376ef68 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+2005-11-25  Rui Hirokawa  <rui_hirokawa@ybb.ne.jp>
+
+    * (PHP_5_0)
+      ext/mbstring/mbstring.c
+      ext/mbstring/mbstring.c:
+      5th argument of mb_encode_mimeheader() was not acceptable.
+
+2005-11-25  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_1)
+      ext/sqlite/sqlite.c:
+      MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :)
+
+    * ext/sqlite/sqlite.c:
+      - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend
+      extensions
+
+2005-11-25  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_1)
+      NEWS:
+      MFH: fix #35391 (pdo_mysql::exec does not return number of affected rows)
+
+    * ZendEngine2/zend.h:
+      ICC doesn't support __attribute__ for pointers
+
+    * (PHP_5_1)
+      ZendEngine2/zend.h:
+      MFH: ICC doesn't support __attribute__ for pointers
+
+    * ext/oci8/oci8.c:
+      change handles destruction order (based on the patch by Chris Jones) and
+      fix typo
+
+2005-11-25  Andrey Hristov  <php@hristov.com>
+
+    * (PHP_5_1)
+      ext/mysqli/tests/009.phpt:
+      fix test - unsigned it is casted to 0 in mysql sql_mode
+
+2005-11-25  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * main/main.c:
+      MFB51: Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x)
+
+    * (PHP_5_1)
+      NEWS
+      main/main.c:
+      Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x).
+
 2005-11-24  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * ext/simplexml/tests/bug27010.phpt:
index 157dfdcf40a59b2fc717cde288110ceaad345162..919870fa46cd641b716eb01c4ccda8221afe7cb7 100644 (file)
@@ -1,3 +1,12 @@
+2005-11-25  Antony Dovgal  <antony@zend.com>
+
+    * zend.h:
+      ICC doesn't support __attribute__ for pointers
+
+    * (PHP_5_1)
+      zend.h:
+      MFH: ICC doesn't support __attribute__ for pointers
+
 2005-11-24  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_1)