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

index 7efca950b1426ef387e2737b4ecc4931e926d164..79e2897765eedd993b120e45eddcb2150110309e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2005-10-08  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Add ReflectionMethod::getPrototype()
+      - Add some usefull information to the method dump
+        . From where it was inherited
+        . The prototype
+
+2005-10-08  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/gd/gd.c
+      ext/gd/gd_ctx.c:
+      - add compression mode argument to imagepng
+        (MFH to 5.1?)
+
+2005-10-08  Georg Richter  <georg@mysql.com>
+
+    * ext/mysqli/tests/bug34785.phpt
+      ext/mysqli/tests/bug34785.phpt:
+      
+      file bug34785.phpt was initially added on branch PHP_5_1.
+
+    * (PHP_5_1)
+      ext/mysqli/mysqli.c
+      ext/mysqli/mysqli_fe.c
+      ext/mysqli/tests/003.phpt
+      ext/mysqli/tests/006.phpt
+      ext/mysqli/tests/007.phpt
+      ext/mysqli/tests/008.phpt
+      ext/mysqli/tests/009.phpt
+      ext/mysqli/tests/010.phpt
+      ext/mysqli/tests/020.phpt
+      ext/mysqli/tests/023.phpt
+      ext/mysqli/tests/024.phpt
+      ext/mysqli/tests/025.phpt
+      ext/mysqli/tests/026.phpt
+      ext/mysqli/tests/042.phpt
+      ext/mysqli/tests/060.phpt
+      ext/mysqli/tests/065.phpt
+      ext/mysqli/tests/bug32405.phpt:
+      fix for bug 34785:
+        added support for parent::__construct (mysqli_statement and
+      mysqli_resultset)
+        fixed failed testcases when sql_mode is in effect
+
+2005-10-08  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_5_1)
+      NEWS:
+      - MFH: Fixed bug #34676: missing support for strtotime("midnight") and
+        strtotime("noon").
+
 2005-10-07  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_1)
index 5d2e88f13247c6bdccb50b3e4caa579e105c1c6f..300e0f7f86bca440fcb40f50a50a41b8be074067 100644 (file)
@@ -1,3 +1,11 @@
+2005-10-08  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_reflection_api.c:
+      - Add ReflectionMethod::getPrototype()
+      - Add some usefull information to the method dump
+        . From where it was inherited
+        . The prototype
+
 2005-10-07  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_operators.c: