changelog               Fri Jun 26 01:33:11 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3445&r2=1.3446&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3445 php-src/ChangeLog:1.3446
--- php-src/ChangeLog:1.3445    Thu Jun 25 01:33:13 2009
+++ php-src/ChangeLog   Fri Jun 26 01:33:10 2009
@@ -1,3 +1,143 @@
+2009-06-25  Johannes Schlüter  <johan...@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....@gmail.com>
+
+    * (PHP_5_3)
+      UPGRADING:
+      Persistent connections with mysqli missing
+
+2009-06-25  Hannes Magnusson  <hannes.magnus...@gmail.com>
+
+    * (PHP_5_3)
+      UPGRADING:
+      reduntant
+
+    * (PHP_5_3)
+      UPGRADING:
+      More missing stuff
+
+2009-06-25  Gwynne Raskind  <gwy...@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  <felipe...@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      - BFN #48696
+
+2009-06-25  Johannes Schlüter  <johan...@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  <felipe...@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.slatt...@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_li...@realplain.com>
+
+    * (PHP_5_3)
+      UPGRADING:
+      Fix example - it means what it says
+
+2009-06-25  Ilia Alshanetsky  <i...@prohost.org>
+
+    * ext/date/php_date.c:
+      
+      Fixed bug #48678 (DateInterval segfaults when unserialising)
+
+2009-06-25  Gwynne Raskind  <gwy...@darkrainfall.org>
+
+    * (PHP_5_3)
+      UPGRADING:
+      fix a little typo I made, bug #48685
+
+2009-06-25  Johannes Schlüter  <johan...@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  <gwy...@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  <i...@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  <sc...@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  <johan...@schlueters.de>
 
     * (PHP_5_3)
@@ -47942,7 +48082,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3445 2009/06/25 01:33:13 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3446 2009/06/26 01:33:10 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to