From f0f283650d1610c297c3ba222d88b14fa566c8ae Mon Sep 17 00:00:00 2001 From: Date: Fri, 1 Aug 2008 01:32:11 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 257 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 12 +++ 2 files changed, 269 insertions(+) diff --git a/ChangeLog b/ChangeLog index ec46488ac3..a9ffd7ec47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,260 @@ +2008-07-31 Scott MacVicar + + * (PHP_5_3) + ext/pdo_sqlite/config.m4: + Still need defines so that sqlite3.h will match the lib that sqlite3 uses + +2008-07-31 Johannes Schlüter + + * (PHP_5_3) + ext/pdo_sqlite/libsqlite/.cvsignore: + remove that file, too + +2008-07-31 Scott MacVicar + + * (PHP_5_3) + ext/pdo_sqlite/libsqlite/sqlite3.c + ext/pdo_sqlite/libsqlite/sqlite3.h + ext/pdo_sqlite/libsqlite/sqlite3ext.h: + Bundled pdo_sqlite files are no longer required + + * (PHP_5_3) + ext/pdo_sqlite/config.m4 + ext/sqlite3/tests/sqlite3_12_unfinalized_stmt_cleanup.phpt: + Make pdo_sqlite use the bundled extension with sqlite3 (pdo_sqlite gets + fts!) + Fix test after class rename + +2008-07-31 Pierre-Alain Joye + + * win32/build/config.w32: + - new usual suspects + +2008-07-31 Hannes Magnusson + + * ext/sqlite3/config.m4: + MFB5.3: "without" and "do not include" + +2008-07-31 Scott MacVicar + + * (PHP_5_3) + ext/sqlite3/sqlite3.c: + Class rename to match Coding Standards + +2008-07-31 Hannes Magnusson + + * (PHP_5_3) + ext/sqlite3/config.m4: + Which means do not include.., thanks Jani :) + + * (PHP_5_3) + ext/sqlite3/config.m4: + Say without, since its enabled by default + +2008-07-31 Scott MacVicar + + * ext/sqlite3/config.m4 + ext/sqlite3/php_sqlite3.h: + MFB: Enable by default and fix compile error + + * (PHP_5_3) + ext/sqlite3/config.m4 + ext/sqlite3/php_sqlite3.h: + Enable by default and fix compile error + +2008-07-31 Jani Taskinen + + * (PHP_5_3) + NEWS: + - Fix news + +2008-07-31 Johannes Schlüter + + * (PHP_5_3) + NEWS: + - Added a few exts + +2008-07-31 Felipe Pena + + * (PHP_5_3) + NEWS: + Typo + +2008-07-31 Johannes Schlüter + + * (PHP_5_3) + NEWS: + move 'Improved' stuff together and max 80 char width + +2008-07-31 Scott MacVicar + + * (PHP_5_3) + NEWS: + Fix some NEWS entries + +2008-07-31 Johannes Schlüter + + * (PHP_5_3) + NEWS: + Update NEWS + + * (PHP_5_3) + ext/standard/array.c + ext/standard/basic_functions.c + ext/standard/php_array.h + ext/standard/tests/array_replace.phpt: + MFH (DOC] Add array_replace/array_replace_recursive (Mett Wilmas) + + * ext/standard/tests/array_replace.phpt + ext/standard/tests/array_replace.phpt: + + - Add array_replace/array_replace_recursive (Mett Wilmas) + + * ext/standard/array.c + ext/standard/basic_functions.c + ext/standard/php_array.h: + - Add array_replace/array_replace_recursive (Mett Wilmas) + +2008-07-31 Pierre-Alain Joye + + * ext/ldap/config.w32: + - add detection for newer libs + +2008-07-31 Moriyoshi Koizumi + + * (PHP_5_2) + NEWS + ext/mbstring/libmbfl/mbfl/mbfl_convert.c + ext/mbstring/tests/mb_substitute_character.phpt: + - MFH: Fixed bug #44617 (wrong HTML entity output when + substitute_character=entity). + + * (PHP_5_3) + ext/mbstring/libmbfl/mbfl/mbfl_convert.c + ext/mbstring/tests/mb_substitute_character.phpt: + - MFH: Fixed bug #44617 (wrong HTML entity output when + substitute_character=entity) + + * ext/mbstring/libmbfl/mbfl/mbfl_convert.c + ext/mbstring/tests/mb_substitute_character.phpt: + - Fixed bug #44617 (wrong HTML entity output when + substitute_character=entity) + +2008-07-31 Scott MacVicar + + * (PHP_5_3) + ext/sqlite3/tests/sqlite3_25_create_aggregate.phpt: + Fix test + + * ext/sqlite3/sqlite3.c: + MFB: Stray RETURN_TRUE value + + * (PHP_5_3) + ext/sqlite3/sqlite3.c: + Stray RETURN_TRUE value + +2008-07-31 Dmitry Stogov + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c: + Fixed constant substitution in constant expression context + +2008-07-31 Olivier Hill + + * (PHP_5_3) + ext/standard/string.c: + Fix regression issue + +2008-07-31 Pierre-Alain Joye + + * ext/fileinfo/config.w32: + - MFB: update config to match config.m4 + (still does not build but will be fixed for alpha2) + + * (PHP_5_3) + ext/fileinfo/config.w32: + - update config to match config.m4 + (still does not build but will be fixed for alpha2) + +2008-07-31 Jani Taskinen + + * ext/mbstring/tests/mb_substr_basic.phpt: + - fix test + +2008-07-31 Rasmus Lerdorf + + * ext/json/tests/fail001.phpt + ext/json/tests/fail001.phpt + ext/json/tests/fail001.phpt: + Fix test to test higher nesting level + + * ext/gd/libgd/gd.c + ext/gd/libgd/gd.c + ext/gd/libgd/gd.c + ext/gd/libgd/gd_png.c + ext/gd/libgd/gd_png.c + ext/gd/libgd/gd_png.c: + Fix for bug #45030 + +2008-07-31 Dmitry Stogov + + * ZendEngine2/zend_closures.c + ZendEngine2/zend_closures.c + ZendEngine2/tests/closure_015.phpt + ZendEngine2/tests/closure_015.phpt: + Removed Closure::__toString() + +2008-07-31 Jani Taskinen + + * (PHP_5_2) + NEWS: + typo + + * (PHP_5_2) + NEWS + sapi/isapi/php5isapi.c + sapi/isapi/php5isapi.c: + MFH:- Fixed bug #45568 (ISAPI does not property clear auth_digest in + header). + + * sapi/isapi/php5isapi.c: + - Fixed bug #45568 (ISAPI does not property clear auth_digest in header). + +2008-07-31 Scott MacVicar + + * (PHP_5_3) + ext/sqlite3/libsqlite/sqlite3.c + ext/sqlite3/libsqlite/sqlite3.h + ext/sqlite3/libsqlite/sqlite3ext.h: + MFH: Resync libsqlite files from amalgamation. Save the kittens, no EOL + mess. + + * ext/sqlite3/libsqlite/sqlite3.c + ext/sqlite3/libsqlite/sqlite3.h + ext/sqlite3/libsqlite/sqlite3ext.h: + Resync libsqlite files from amalgamation. Save the kittens, no EOL mess. + +2008-07-31 Jani Taskinen + + * (PHP_5_2) + scripts/phpize.m4 + scripts/phpize.m4: + MFH:- Applied the missing parts to phpize.m4 for zend extension builds + + * scripts/phpize.m4: + - Applied the missing parts to phpize.m4 for zend extension builds + +2008-07-31 Scott MacVicar + + * (PHP_5_3) + ext/fileinfo/config.w32 + ext/fileinfo/libmagic/config.h: + MFH: get fileinfo building again on Windows + + * ext/fileinfo/config.w32 + ext/fileinfo/libmagic/config.h: + get fileinfo building again on Windows + 2008-07-30 Jani Taskinen * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 103eb52845..8d72e0a713 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2008-07-31 Dmitry Stogov + + * zend_compile.c + zend_compile.c: + Fixed constant substitution in constant expression context + + * zend_closures.c + zend_closures.c + tests/closure_015.phpt + tests/closure_015.phpt: + Removed Closure::__toString() + 2008-07-30 Felipe Pena * tests/constants_006.phpt: -- 2.50.1