From: Date: Fri, 26 Jun 2009 01:33:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8de99de8ad6e236cf584c91bdcff316115522a19;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3202430101..b188fcc5c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,143 @@ +2009-06-25 Johannes Schlüter + + * (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 + + * (PHP_5_3) + UPGRADING: + Persistent connections with mysqli missing + +2009-06-25 Hannes Magnusson + + * (PHP_5_3) + UPGRADING: + reduntant + + * (PHP_5_3) + UPGRADING: + More missing stuff + +2009-06-25 Gwynne Raskind + + * 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 + + * (PHP_5_3) + NEWS: + - BFN #48696 + +2009-06-25 Johannes Schlüter + + * (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 + + * (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 + + * (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_5_3) + UPGRADING: + Fix example - it means what it says + +2009-06-25 Ilia Alshanetsky + + * ext/date/php_date.c: + + Fixed bug #48678 (DateInterval segfaults when unserialising) + +2009-06-25 Gwynne Raskind + + * (PHP_5_3) + UPGRADING: + fix a little typo I made, bug #48685 + +2009-06-25 Johannes Schlüter + + * (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 + + * (PHP_5_3) + UPGRADING: + Whitespace fixes, reformatting to bring all lines to 80 cols, grammatical + fixes, removed redundant information + +2009-06-25 Ilia Alshanetsky + + * 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 + + * (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 * (PHP_5_3)