From 2b4e245de9120560c755be77e5efbc089a011bb5 Mon Sep 17 00:00:00 2001 From: Date: Wed, 20 May 2009 01:32:45 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 222 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 21 +++++ 2 files changed, 243 insertions(+) diff --git a/ChangeLog b/ChangeLog index c170f521107..8bd502388cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,225 @@ +2009-05-19 Derick Rethans + + * ext/date/php_date.c: + - Getting rid of using the environment to guess timezone information from. + +2009-05-19 Jani Taskinen + + * (PHP_5_3) + ext/standard/dns.h: + MFH:- Fix bug #48317 (compile failure in dns.h) (thanks to Pierre for + introducing this) + + * ext/standard/dns.h: + - Fix bug #48317 (compile failure in dns.h) (thanks to Pierre for + introducing this) + + * (PHP_5_2) + ext/standard/dns.h: + ws + +2009-05-19 Hannes Magnusson + + * ext/date/php_date.c: + Partial fix for bug#48333 (DateInterval.format() expects a single, + undocumented parameter) + +2009-05-19 Ilia Alshanetsky + + * (PHP_5_2) + ext/pdo_sqlite/sqlite_statement.c: + + MFB: The \0 removal is only needed prior to 3.4.0 + + * ext/pdo_sqlite/sqlite_statement.c: + + MFB: The \0 removal is only needed prior to 3.4.0 + + * (PHP_5_3) + ext/pdo_sqlite/sqlite_statement.c: + The \0 removal is only needed prior to 3.4.0 + + * ext/sqlite3/libsqlite/sqlite3.c + ext/sqlite3/libsqlite/sqlite3.h + ext/sqlite3/libsqlite/sqlite3ext.h: + MFB: libsqlite3 3.6.14.1 upgrade + + * (PHP_5_3) + ext/sqlite3/libsqlite/sqlite3.c: + Warning fix + + * (PHP_5_3) + NEWS + ext/sqlite3/libsqlite/sqlite3.c + ext/sqlite3/libsqlite/sqlite3.h + ext/sqlite3/libsqlite/sqlite3ext.h: + Upgraded to 3.6.14.1 + +2009-05-19 Kalle Sommer Nielsen + + * (PHP_5_3) + ext/curl/interface.c + ext/curl/streams.c: + MFH: Fixed compiler warnings + + + * ext/curl/interface.c + ext/curl/streams.c: + Fixed compiler warnings + + + * ext/mcrypt/mcrypt.c: + Fix compiler warning + + * ext/com_dotnet/com_handlers.c + ext/com_dotnet/com_iterator.c + ext/com_dotnet/com_persist.c + ext/com_dotnet/com_saproxy.c + ext/com_dotnet/com_variant.c + ext/com_dotnet/com_wrapper.c: + Fix compiler warnings and refcount not being in sync with 5.3 + + * ext/wddx/wddx.c + ext/xmlrpc/xmlrpc-epi-php.c + ext/zlib/zlib_filter.c: + Fix compiler warnings (only in HEAD) + + * ext/xml/xml.c: + Fix unicode support in utf8_decode() + +2009-05-19 Ilia Alshanetsky + + * ext/pdo_sqlite/sqlite_statement.c + ext/pdo_sqlite/sqlite_statement.c: + + MFB: Revert faulty warning fix + + * (PHP_5_3) + ext/pdo_sqlite/sqlite_statement.c: + Revert faulty warning fix + +2009-05-19 Kalle Sommer Nielsen + + * ext/json/JSON_parser.c: + MFB: Cast to unsigned char to prevent compiler warning + + * (PHP_5_3) + ext/json/JSON_parser.c: + Cast to unsigned char to prevent compiler warning + + * ext/pgsql/pgsql.c + sapi/cgi/cgi_main.c + sapi/cgi/fastcgi.c: + Fix compiler warnings, and some unicode stuff + +2009-05-19 Brian Shire + + * (PHP_5_3) + ZendEngine2/zend_ini_scanner.c + ZendEngine2/zend_ini_scanner.l + ZendEngine2/zend_ini_scanner_defs.h: + MFH: Fix bug #47859 parse_ini_file() does not like asterisk (*) in key in + the beginning, and allow [*_-] chars at start of ini labels + + * ZendEngine2/zend_ini_scanner.c + ZendEngine2/zend_ini_scanner.l + ZendEngine2/zend_ini_scanner_defs.h: + Fix bug #47859 parse_ini_file() does not like asterisk (*) in key in the + beginning, and allow [*_-] chars at start of ini labels + +2009-05-19 Jani Taskinen + + * ext/date/php_date.c + ext/date/php_date.c + ext/date/php_date.c: + - Revert bad compile warning fix which causes compile failures with older + glibc + + * (PHP_5_2) + ext/curl/tests/curl_basic_016.phpt + ext/curl/tests/curl_basic_016.phpt: + MFH:- Fix test: since cURL 7.19.4 CURLINFO_CONTENT_LENGTH_* return -1 if + the size is unknown + + * ext/curl/tests/curl_basic_016.phpt: + - Fix test: since cURL 7.19.4 CURLINFO_CONTENT_LENGTH_* return -1 if the + size is unknown + + * (PHP_5_2) + ext/curl/interface.c: + MFH: Sync with PHP_5_3 the WS/CS and some missing constant fixes + +2009-05-19 Arnaud Le Blanc + + * ext/sockets/sockets.c: + Fixed bug #48326 (constant MSG_DONTWAIT not defined) + + * ZendEngine2/Zend.m4: + Add GCC warnings in debug cflags for things likely to break VC builds + (-Wpointer-arith -Wdeclaration-after-statement) + +2009-05-19 Jani Taskinen + + * ext/standard/dns.c: + - Unify the macros + +2009-05-19 Kalle Sommer Nielsen + + * ext/pdo_odbc/odbc_stmt.c: + Cast to SQLUSMALLINT + + * ext/exif/exif.c: + Fixed compiler warning + + * (PHP_5_2) + ext/pdo_dblib/config.w32 + ext/pdo_dblib/config.w32 + ext/pdo_dblib/pdo_dblib.c + ext/pdo_dblib/pdo_dblib.c + ext/pdo_dblib/php_pdo_dblib.h + ext/pdo_dblib/php_pdo_dblib.h: + MFH: Fix --with-pdo-mssql build and add some warnings if header/libs are + not found + + * ext/pdo_dblib/config.w32 + ext/pdo_dblib/pdo_dblib.c + ext/pdo_dblib/php_pdo_dblib.h: + Fix --with-pdo-mssql build and add some warnings if header/libs are not + found + + * ext/pdo/php_pdo_driver.h: + Fixed compiler warning (HEAD only) + +2009-05-19 Arnaud Le Blanc + + * main/streams/streams.c: + Fix build + +2009-05-19 Hannes Magnusson + + * TSRM/tsrm_win32.c + TSRM/tsrm_win32.c: + Fix build + +2009-05-19 Jani Taskinen + + * NEWS + NEWS: + fix news + +2009-05-19 Kalle Sommer Nielsen + + * NEWS: + Keep the style + + * NEWS: + DBA entry + +2009-05-19 Antony Dovgal + + * ext/session/php_session.h: + fix build + 2009-05-18 Derick Rethans * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 605b4cb1318..eb185a3eb09 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,24 @@ +2009-05-19 Brian Shire + + * (PHP_5_3) + zend_ini_scanner.c + zend_ini_scanner.l + zend_ini_scanner_defs.h: + MFH: Fix bug #47859 parse_ini_file() does not like asterisk (*) in key in + the beginning, and allow [*_-] chars at start of ini labels + + * zend_ini_scanner.c + zend_ini_scanner.l + zend_ini_scanner_defs.h: + Fix bug #47859 parse_ini_file() does not like asterisk (*) in key in the + beginning, and allow [*_-] chars at start of ini labels + +2009-05-19 Arnaud Le Blanc + + * Zend.m4: + Add GCC warnings in debug cflags for things likely to break VC builds + (-Wpointer-arith -Wdeclaration-after-statement) + 2009-05-18 Zoe Slattery * (PHP_5_3)