From: Date: Fri, 1 May 2009 01:32:55 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3795 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c00b019f041bd1149e6174d8d5c374b8237ca437;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 14bf6c2f3d..32505c7bdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,135 @@ +2009-04-30 Antony Dovgal + + * (PHP_5_2) + ext/standard/tests/versioning/php_sapi_name_variation001.phpt: + fix test (for real) + +2009-04-30 Pierre-Alain Joye + + * ext/imap/php_imap.c + ext/imap/php_imap.c: + - MFB: #47940, memory leaks in imap_body + + * (PHP_5_2) + NEWS + ext/imap/php_imap.c: + - #47940, memory leaks in imap_body + +2009-04-30 Ilia Alshanetsky + + * (PHP_5_2) + NEWS: + + Fixed typo + +2009-04-30 Pierre-Alain Joye + + * (PHP_5_2) + NEWS: + - 45997 + + * (PHP_5_3) + ext/standard/exec.c: + - MFB: #45997, safe_mode bypass with exec/sytem/passthru (windows only) + + * (PHP_5_2) + ext/standard/exec.c: + - #45997, safe_mode bypass with exec/sytem/passthru (windows only) + +2009-04-30 Jani Taskinen + + * ext/standard/tests/mail/mail_variation2.phpt: + Fix test + + * ext/standard/tests/mail/mail_basic2.phpt: + -Fix test + + * (PHP_5_2) + ext/standard/tests/versioning/php_sapi_name_variation001.phpt: + - Fix test: It is still possible to enable/disable fastcgi in PHP_5_2 + +2009-04-30 Matteo Beccati + + * (PHP_5_3) + ext/pdo_pgsql/config.w32 + ext/pdo_pgsql/pgsql_driver.c: + MFH: + - Removed HAVE_PQEXECPARAMS which was left out during the previous commit + + * ext/pdo_pgsql/config.w32 + ext/pdo_pgsql/pgsql_driver.c: + - Removed HAVE_PQEXECPARAMS which was left out during the previous commit + + * (PHP_5_3) + ext/pdo_pgsql/config.m4 + ext/pdo_pgsql/config.w32 + ext/pdo_pgsql/pgsql_driver.c + ext/pdo_pgsql/pgsql_statement.c + ext/pdo_pgsql/php_pdo_pgsql_int.h: + MFH: + - Changed PDO_PGSQL configure script to require libpq 7.4 + - Cleaned up usage of HAVE_PQ* defines + - Fixed compiler warnings + - Removed custom implementation of PQunescapeByte + + * ext/pdo_pgsql/config.m4 + ext/pdo_pgsql/config.w32 + ext/pdo_pgsql/pgsql_driver.c + ext/pdo_pgsql/pgsql_statement.c + ext/pdo_pgsql/php_pdo_pgsql_int.h: + - Changed PDO_PGSQL configure script to require libpq 7.4 + - Cleaned up usage of HAVE_PQ* defines + - Fixed compiler warnings + - Removed custom implementation of PQunescapeByte + +2009-04-30 Jani Taskinen + + * (PHP_5_2) + ZendEngine2/tests/bug39018.phpt + ZendEngine2/tests/bug39018_2.phpt: + - Added missing tests from this branch..*sigh* + + * (PHP_5_2) + tests/classes/inheritance_007.phpt: + - Reflection can be disabled in PHP_5_2 + + * (PHP_5_2) + ext/curl/tests/bug45161.phpt + ext/curl/tests/bug46711.phpt: + - Fix test + add missing test + + * ext/curl/tests/bug45161.phpt + ext/curl/tests/bug46711.phpt + ext/curl/tests/bug46711.phpt: + - Add missing test + + * (PHP_5_2) + ext/date/tests/DateTimeZone_verify.phpt + ext/date/tests/DateTime_verify.phpt + ext/soap/tests/bugs/bug41477.phpt: + - It is possible to disable reflection extension in PHP_5_2 + +2009-04-30 Pierre-Alain Joye + + * main/main.c + main/main.c: + - fix build (Marcus, fix re2c please) + +2009-04-30 Greg Beaver + + * (PHP_5_3) + NEWS + ext/phar/phar.c + ext/phar/tests/phar_construct_invalidurl.phpt: + MFPECL fix PECL Bug #14646: phar error message unclear with php stream + wrappers (note: is there a standard way to list PECL bugs in NEWS?) + + * ext/phar/phar.c + ext/phar/tests/phar_construct_invalidurl.phpt + ext/phar/tests/phar_construct_invalidurl.phpt: + MFPECL: fixed PECL Bug #14646: phar error message unclear with php stream + wrappers + 2009-04-29 Ilia Alshanetsky * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index db19f9d170..fd0f79392e 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2009-04-30 Jani Taskinen + + * (PHP_5_2) + tests/bug39018.phpt + tests/bug39018_2.phpt: + - Added missing tests from this branch..*sigh* + 2009-04-27 Felipe Pena * (PHP_5_2)