]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 26 Jun 2009 01:33:10 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Fri, 26 Jun 2009 01:33:10 +0000 (01:33 +0000)
ChangeLog

index 3202430101b08d3caaed9434a8720d29befa3230..b188fcc5c2019e2f53e9587e2e181e76ccda722e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,143 @@
+2009-06-25  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_3)
+      ext/mysqlnd/mysqlnd.h
+      ext/mysqlnd/mysqlnd_block_alloc.c
+      ext/mysqlnd/mysqlnd_block_alloc.h
+      ext/mysqlnd/mysqlnd_debug.c
+      ext/mysqlnd/mysqlnd_enum_n_def.h
+      ext/mysqlnd/mysqlnd_palloc.c
+      ext/mysqlnd/mysqlnd_ps.c
+      ext/mysqlnd/mysqlnd_result.c
+      ext/mysqlnd/mysqlnd_statistics.c
+      ext/mysqlnd/mysqlnd_structs.h
+      ext/mysqlnd/mysqlnd_wireprotocol.c
+      ext/mysqlnd/php_mysqlnd.c:
+      Revert mysqlnd to RC3 state after issues with pconnects
+
+2009-06-25  Kalle Sommer Nielsen  <kalle.php@gmail.com>
+
+    * (PHP_5_3)
+      UPGRADING:
+      Persistent connections with mysqli missing
+
+2009-06-25  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * (PHP_5_3)
+      UPGRADING:
+      reduntant
+
+    * (PHP_5_3)
+      UPGRADING:
+      More missing stuff
+
+2009-06-25  Gwynne Raskind  <gwynne@darkrainfall.org>
+
+    * ext/standard/tests/http/.cvsignore
+      ext/standard/tests/http/.cvsignore:
+      
+      file .cvsignore was initially added on branch PHP_5_3.
+
+2009-06-25  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      - BFN #48696
+
+2009-06-25  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_3)
+      ext/ldap/ldap.c
+      ext/ldap/tests/bug48696.phpt:
+      MFH: Fixed bug #48696 (ldap_read() segfaults with invalid parameters)
+      (Felipe)
+
+    * (PHP_5_3)
+      ext/date/php_date.c
+      ext/date/tests/bug48678.phpt:
+      MFH: Fixed bug #48678 (DateInterval segfaults when unserialising (Ilia)
+
+    * ext/date/tests/bug48678.phpt
+      ext/date/tests/bug48678.phpt:
+      
+      Add test
+
+2009-06-25  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      UPGRADING:
+      - Added note about deprecation of  "#" comment-style in .INI files
+
+    * ext/ldap/ldap.c
+      ext/ldap/tests/bug48696.phpt:
+      - Fixed bug #48696 (ldap_read() segfaults with invalid parameters)
+
+2009-06-25  Zoe Slattery  <zoe.slattery@googlemail.com>
+
+    * (PHP_5_3)
+      ext/date/tests/gmstrftime_variation22.phpt
+      ext/date/tests/gmstrftime_variation22.phpt
+      ext/date/tests/strftime_variation22.phpt
+      ext/date/tests/strftime_variation22.phpt
+      ext/standard/tests/strings/moneyformat.phpt:
+      fix skipif
+
+2009-06-25  Matt Wilmas  <php_lists@realplain.com>
+
+    * (PHP_5_3)
+      UPGRADING:
+      Fix example - it means what it says
+
+2009-06-25  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/date/php_date.c:
+      
+      Fixed bug #48678 (DateInterval segfaults when unserialising)
+
+2009-06-25  Gwynne Raskind  <gwynne@darkrainfall.org>
+
+    * (PHP_5_3)
+      UPGRADING:
+      fix a little typo I made, bug #48685
+
+2009-06-25  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_3)
+      ext/sqlite/sqlite.c
+      ext/sqlite/tests/bug48679.phpt:
+      MFH Fix bug #48679 - Crash in SQLite with count on an unbuffered query set
+      (Scott)
+
+2009-06-25  Gwynne Raskind  <gwynne@darkrainfall.org>
+
+    * (PHP_5_3)
+      UPGRADING:
+      Whitespace fixes, reformatting to bring all lines to 80 cols, grammatical
+      fixes, removed redundant information
+
+2009-06-25  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * main/php_open_temporary_file.c:
+      
+      MFB: Handle instances where TMPDIR = ""
+
+    * (PHP_5_2)
+      main/php_open_temporary_file.c:
+      
+      Handle instances where TMPDIR = ""
+
+2009-06-25  Scott MacVicar  <scott@macvicar.net>
+
+    * (PHP_5_2)
+      ext/sqlite/sqlite.c
+      ext/sqlite/tests/bug48679.phpt:
+      MFH Fix bug #48679 - Crash in SQLite with count on an unbuffered query set
+
+    * ext/sqlite/sqlite.c
+      ext/sqlite/tests/bug48679.phpt
+      ext/sqlite/tests/bug48679.phpt:
+      Fix bug #48679 - Crash in SQLite with count on an unbuffered query set
+
 2009-06-24  Johannes Schlüter  <johannes@schlueters.de>
 
     * (PHP_5_3)