From e295b47f309521e09532ab228efd3d8811a5ca3e Mon Sep 17 00:00:00 2001 From: Date: Thu, 17 May 2007 01:31:11 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 152 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 9 +++ 2 files changed, 161 insertions(+) diff --git a/ChangeLog b/ChangeLog index cc5492cbe8..4804a86a80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,155 @@ +2007-05-16 Pierre-Alain Joye + + * (PHP_5_2) + NEWS + ext/gd/tests/libgd00086.phpt + ext/gd/tests/libgd00086.phpt: + - fix title + + * (PHP_4_4) + NEWS + ext/gd/libgd/gd_png.c: + - MFH: libgd #86: Fixed possible infinite loop in libgd/gd_png.c, fix test + (Reported by Xavier Roche) + + * (PHP_5_2) + ext/gd/tests/bug39780.phpt: + - MFH: libgd #86: Fixed possible infinite loop in libgd/gd_png.c, fix test + (Reported by Xavier Roche) + + * (PHP_5_2) + NEWS + ext/gd/libgd/gd_png.c + ext/gd/tests/libgd00086.phpt + ext/gd/tests/libgd00086.png: + - MFH: libgd #86: Fixed possible infinite loop in libgd/gd_png.c + (Reported by Xavier Roche) + + * ext/gd/tests/libgd00086.phpt + ext/gd/tests/libgd00086.phpt + ext/gd/tests/libgd00086.png + ext/gd/tests/libgd00086.png: + + - libgd #86: Fixed possible infinite loop in libgd/gd_png.c + (Reported by Xavier Roche) + + * ext/gd/libgd/gd_png.c: + - libgd #86: Fixed possible infinite loop in libgd/gd_png.c + (Reported by Xavier Roche) + +2007-05-16 Michael Wallner + + * (PHP_5_2) + NEWS: + - BFN + + * ext/curl/config.m4: + MFB: r1.28.2.3.2.4 + + * (PHP_5_2) + ext/curl/config.m4: + - fixed bug #41358: configure cannot determine libcurl's SSL lib as of + v7.16.2 + +2007-05-16 Zoe Slattery + + * ext/standard/tests/array/range.phpt + ext/standard/tests/array/range.phpt: + Updated range() test + +2007-05-16 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/pdo_sqlite/sqlite/VERSION + ext/pdo_sqlite/sqlite/src/btree.c + ext/pdo_sqlite/sqlite/src/expr.c + ext/pdo_sqlite/sqlite/src/keywordhash.h + ext/pdo_sqlite/sqlite/src/legacy.c + ext/pdo_sqlite/sqlite/src/loadext.c + ext/pdo_sqlite/sqlite/src/parse.c + ext/pdo_sqlite/sqlite/src/prepare.c + ext/pdo_sqlite/sqlite/src/test1.c + ext/pdo_sqlite/sqlite/src/vdbe.c + ext/pdo_sqlite/sqlite/src/vtab.c + ext/pdo_sqlite/sqlite/src/where.c: + Upgraded libsqlite3 to SQLite 3.3 + + * (PHP_5_2) + ext/pdo/tests/pdo_034.phpt: + Make test work in sqlite + + * ext/pdo/pdo_stmt.c: + + Fixed a typo + +2007-05-16 Antony Dovgal + + * (PHP_5_2) + ext/pdo/pdo_stmt.c: + typofix + +2007-05-16 Ilia Alshanetsky + + * ext/pdo/pdo_dbh.c + ext/pdo/pdo_stmt.c + ext/pdo/php_pdo_driver.h: + + MFB: PDO:FETCH_KEY_PAIR + + * (PHP_5_2) + NEWS: + news + + * (PHP_5_2) + ext/pdo/pdo_dbh.c + ext/pdo/pdo_stmt.c + ext/pdo/php_pdo_driver.h + ext/pdo/tests/pdo_034.phpt + ext/pdo/tests/pdo_034.phpt: + [DOC] Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result set + into an associated array. + +2007-05-16 Marcus Boerger + + * (PHP_5_2) + ZendEngine2/zend_API.c: + - MFH Extensions are indexed lowercased and not case aware + + * ZendEngine2/zend_API.c: + - Extensions are indexed lowercased and not case aware + +2007-05-16 Antony Dovgal + + * (PHP_5_2) + NEWS + ext/dbase/dbf_head.c: + MFH: fix #41394 (dbase_create creates file with corrupted header) + + * ext/dbase/dbf_head.c: + fix #41394 (dbase_create creates file with corrupted header) + + * (PHP_5_2) + NEWS + ext/json/JSON_parser.c + ext/json/tests/bug41403.phpt: + MFH: fix #41403 (json_decode cannot decode floats if localeconv + decimal_point is not '.') + + * ext/json/JSON_parser.c + ext/json/tests/bug41403.phpt + ext/json/tests/bug41403.phpt: + fix #41403 (json_decode cannot decode floats if localeconv decimal_point is + not '.') + +2007-05-16 Stanislav Malyshev + + * ext/session/session.c + ext/session/session.c + ext/session/session.c: + do not send cookie when session is passed in URL, same as it happens with + GET/POST + 2007-05-15 Antony Dovgal * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index c88bb7dde2..4e7af1079e 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2007-05-16 Marcus Boerger + + * (PHP_5_2) + zend_API.c: + - MFH Extensions are indexed lowercased and not case aware + + * zend_API.c: + - Extensions are indexed lowercased and not case aware + 2007-05-14 Antony Dovgal * zend_API.c: -- 2.50.1