]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 2 Oct 2008 01:32:08 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Thu, 2 Oct 2008 01:32:08 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index debe6743b6488fcc4b97768c9f81d248770e7528..52c9df7ab7bb8ba40aa2970753e4a18f9d504570 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,97 @@
+2008-10-01  Johannes Schlüter  <johannes@schlueters.de>
+
+    * ext/mysqlnd/php_mysqlnd.c:
+      Improve order in MINFO output
+
+2008-10-01  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/pgsql/pgsql.c:
+      
+      MFB: Fixed bug #46206 (pg_query_params/pg_execute convert passed values to
+      strings).
+
+    * (PHP_5_3)
+      NEWS
+      ext/pgsql/pgsql.c:
+      
+      Fixed bug #46206 (pg_query_params/pg_execute convert passed values to
+      strings).
+
+2008-10-01  Johannes Schlüter  <johannes@schlueters.de>
+
+    * ext/mysqlnd/mysqlnd.c:
+      Handle failed connections right
+
+    * ext/pdo_mysql/tests/pdo_mysql_phpinfo.phpt:
+      Fix test
+
+2008-10-01  Antony Dovgal  <tony@daylessday.org>
+
+    * ZendEngine2/zend_execute_API.c:
+      initialize variable
+
+2008-10-01  Dmitry Stogov  <dmitry@zend.com>
+
+    * ext/soap/php_http.c:
+      Added ability to send user defined HTTP headers with SOAP request
+
+    * (PHP_5_3)
+      NEWS
+      ext/soap/php_http.c:
+      Added ability to send user defined HTTP headers with SOAP request.
+
+2008-10-01  Antony Dovgal  <tony@daylessday.org>
+
+    * (PHP_5_2)
+      NEWS:
+      remove BOM
+
+2008-10-01  Kalle Sommer Nielsen  <kalle.php@gmail.com>
+
+    * (PHP_5_2)
+      NEWS:
+      Fix bugs order
+
+2008-10-01  Scott MacVicar  <scott@macvicar.net>
+
+    * (PHP_5_2)
+      ext/standard/rand.c
+      ext/standard/rand.c:
+      MFH: Fix bug #46209 - Remove license condition that is no longer required.
+
+    * ext/standard/rand.c:
+      Remove license condition that is no longer required.
+
+2008-10-01  Dmitry Stogov  <dmitry@zend.com>
+
+    * ext/soap/tests/bugs/bug43045.phpt
+      ext/soap/tests/bugs/bug43045.phpt
+      ext/soap/tests/bugs/bug43045.phpt:
+        1.1.4;
+      file bug43045.phpt was initially added on branch PHP_5_2.
+
+    * (PHP_5_2)
+      NEWS
+      ext/soap/php_encoding.c
+      ext/soap/php_encoding.c
+      ext/soap/php_encoding.c
+      ext/soap/tests/bugs/bug43045.phpt
+      ext/soap/tests/bugs/bug43045.phpt:
+      Fixed bug #43045 (SOAP encoding violation on "INF" for type double/float)
+
+    * ext/reflection/tests/bug46205.phpt
+      ext/reflection/tests/bug46205.phpt:
+      
+      file bug46205.phpt was initially added on branch PHP_5_3.
+
+    * (PHP_5_3)
+      NEWS
+      ext/reflection/php_reflection.c
+      ext/reflection/php_reflection.c
+      ext/reflection/tests/bug46205.phpt:
+      Fixed bug #46205 (Closure - Memory leaks when ReflectionException is
+      thrown)
+
 2008-09-30  Rob Richards  <rrichards@ctindustries.net>
 
     * sapi/cli/tests/002-win32.phpt:
index 6eac963b4ea85faca7c43a4dc0f83d097b9fda0d..4c3ea21740a8c6d1c00e1a321966031d2a04a940 100644 (file)
@@ -1,3 +1,8 @@
+2008-10-01  Antony Dovgal  <tony@daylessday.org>
+
+    * zend_execute_API.c:
+      initialize variable
+
 2008-09-23  Nuno Lopes  <nunoplopes@sapo.pt>
 
     * zend_constants.c: