From: Date: Mon, 4 Aug 2008 01:32:06 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~884 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=676b04cbbb104d41c252eea724550500a52f0087;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 848a540224..131efeb372 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,125 @@ +2008-08-03 Etienne Kneuss + + * ext/spl/tests/heap_011.phpt + ext/spl/tests/heap_011.phpt: + + Fix clone + add tests + + * ext/spl/spl_heap.c + ext/spl/tests/heap_001.phpt: + Fix clone + add tests + +2008-08-03 Marcus Boerger + + * Makefile.gcov: + - Drop libsqlite even here + +2008-08-03 Etienne Kneuss + + * ext/spl/spl_heap.c: + Remove cast and fix mem errors + +2008-08-03 Felipe Pena + + * php.ini-dist + php.ini-recommended: + - Fixed error levels + +2008-08-03 Derick Rethans + + * (PHP_5_3) + NEWS + ext/date/php_date.c: + - MFH: Fixed bug #45696 (Not all DateTime methods allow method chaining). + + * ext/date/php_date.c: + - Fixed bug #45696 (Not all DateTime methods allow method chaining). + +2008-08-03 Jani Taskinen + + * (PHP_5_3) + NEWS: + typo, grammar + + * ext/com_dotnet/com_handlers.c + ext/com_dotnet/com_saproxy.c + ext/dom/xpath.c + ext/fbsql/php_fbsql.c + ext/pdo_mysql/mysql_driver.c + ext/pgsql/pgsql.c + ext/sqlite3/libsqlite/sqlite3.c + ext/xmlrpc/libxmlrpc/xml_to_soap.c + ext/xsl/xsltprocessor.c + main/php_variables.c: + - Nuketh C++ comments from C files. + +2008-08-03 Marcus Boerger + + * (PHP_5_3) + NEWS: + - Nitpicking + +2008-08-03 Jani Taskinen + + * ext/exif/exif.c: + - fix comment style + + * ext/standard/basic_functions.c: + missing eol + + * ext/standard/var.c: + - Fix comment + + * ext/intl/locale/locale_class.c + ext/intl/locale/locale_class.c + sapi/litespeed/lsapi_main.c: + oops + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ext/mbstring/mbstring.c: + - No C++ comments in C files! + + * sapi/litespeed/lsapi_main.c + sapi/litespeed/lsapilib.c: + - Added missing $Id$ tags and nuked c++ comments + + * (PHP_5_3) + ext/intl/locale/locale.c + ext/intl/locale/locale.h + ext/intl/locale/locale_class.c + ext/intl/locale/locale_class.h + ext/intl/locale/locale_methods.c + ext/intl/locale/locale_methods.h: + - What a mess.. + + * ext/intl/locale/locale.c + ext/intl/locale/locale.h + ext/intl/locale/locale_class.c + ext/intl/locale/locale_class.h + ext/intl/locale/locale_methods.c + ext/intl/locale/locale_methods.h: + - These files do not conform to any kind of coding standard. Sync from 5.3 + too + +2008-08-03 Moriyoshi Koizumi + + * (PHP_5_2) + ext/mbstring/mbstring.c: + - MFH:Forgot to take account of the case when mbstring.language is + processed + afterwards. + + * (PHP_5_3) + ext/mbstring/mbstring.c: + - MFH: Forgot to take account of the case when mbstring.language is + processed + afterwards. + + * ext/mbstring/mbstring.c: + - Forgot to take account of the case when mbstring.language is processed + afterwards. + 2008-08-02 Moriyoshi Koizumi * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e1cd83c071..3ca3b500b9 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2008-08-03 Jani Taskinen + + * zend_compile.c + zend_compile.c: + - No C++ comments in C files! + 2008-08-02 Felipe Pena * (PHP_5_3)