From 8364d55b39976965a2c4545d86dddd5a30332b31 Mon Sep 17 00:00:00 2001 From: Date: Tue, 17 Mar 2009 01:33:02 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 154 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 30 ++++++++++ 2 files changed, 184 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1f0525f4e46..a1d37a9ce8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,157 @@ +2009-03-16 Zoe Slattery + + * (PHP_5_2) + ext/tidy/tests/tidy_error.phpt + ext/tidy/tests/tidy_error.phpt: + test for /ext/tidy from stefan priebsch + + * ext/tidy/tests/tidy_error.phpt + ext/tidy/tests/tidy_error.phpt + ext/tidy/tests/tidy_error.phpt: + 1.1.4; + test for /ext/tidy from stefan priebsch + +2009-03-16 Felipe Pena + + * (PHP_5_2) + NEWS + ext/curl/interface.c + ext/curl/interface.c: + - MFH: Fixed bug #47616 (curl keeps crashing) + + * ext/curl/interface.c: + - Fixed bug #47616 (curl keeps crashing) + +2009-03-16 Pierre-Alain Joye + + * ext/fileinfo/CREDITS + ext/fileinfo/CREDITS + ext/fileinfo/config.w32 + ext/fileinfo/config.w32 + ext/fileinfo/libmagic/apprentice.c + ext/fileinfo/libmagic/cdf.c + ext/fileinfo/libmagic/cdf.c + ext/fileinfo/libmagic/cdf.h + ext/fileinfo/libmagic/cdf.h + ext/fileinfo/libmagic/cdf_time.c + ext/fileinfo/libmagic/cdf_time.c + ext/fileinfo/libmagic/file.h + ext/fileinfo/libmagic/file.h + ext/fileinfo/libmagic/readcdf.c + ext/fileinfo/libmagic/readcdf.c: + - fix the build for win (vc6 or vc9) + - fix logic in time convertion + - force shared on windows, will fix the dirent issue later (no, it is not + enough to simply remove the dep or header include) + - add myself before I forget again + +2009-03-16 Dmitry Stogov + + * ext/standard/tests/class_object/get_class_variation_001.phpt + ext/standard/tests/class_object/get_class_variation_001.phpt: + Fixed test + +2009-03-16 Ilia Alshanetsky + + * ext/fileinfo/libmagic/cdf.c: + + MFB: Fixed compiler warnings + + * (PHP_5_3) + ext/fileinfo/libmagic/cdf.c: + + Fixed compiler warnings + +2009-03-16 Mikko Koppanen + + * (PHP_5_2) + NEWS: + Updated news file + + * ext/zip/lib/zip_open.c + ext/zip/lib/zip_open.c + ext/zip/lib/zip_open.c + ext/zip/tests/bug47667.phpt + ext/zip/tests/bug47667.phpt + ext/zip/tests/bug47667.phpt + ext/zip/tests/bug47667.phpt + ext/zip/tests/bug47667.phpt: + Closes bug #47667 + +2009-03-16 Pierre-Alain Joye + + * sapi/apache_hooks/php_apache.c: + - MFB: fix build + + * (PHP_5_3) + sapi/apache_hooks/php_apache.c: + - fix build + + * (PHP_5_3) + sapi/apache_hooks/php_apache.c: + - revert last commit (tree was not updated) + + * (PHP_5_3) + sapi/apache_hooks/php_apache.c: + - fix vc6 build + +2009-03-16 Dmitry Stogov + + * (PHP_5_3) + NEWS + ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_builtin_functions.c + ZendEngine2/tests/009.phpt + ZendEngine2/tests/009.phpt + ext/reflection/tests/027.phpt + ext/standard/tests/class_object/get_class_error_001.phpt + ext/standard/tests/class_object/get_class_error_001.phpt + ext/standard/tests/class_object/get_class_variation_001.phpt + ext/standard/tests/class_object/get_class_variation_001.phpt: + Fixed bug #47664 (get_class returns NULL instead of FALSE) + +2009-03-16 Christopher Jones + + * ext/oci8/php_oci8.h: + Prepare for PECL OCI8 1.3.5 + + * (PHP_5_3) + ext/oci8/oci8.c + ext/oci8/tests/connect_without_oracle_home.phpt + ext/oci8/tests/connect_without_oracle_home_old.phpt + ext/oci8/tests/pecl_bug16035.phpt: + MFH: Mac OSX customization for initialization error message + + * ext/oci8/oci8.c + ext/oci8/tests/connect_without_oracle_home.phpt + ext/oci8/tests/connect_without_oracle_home_old.phpt + ext/oci8/tests/pecl_bug16035.phpt: + Mac OSX customization for initialization error message + +2009-03-16 Brian Shire + + * (PHP_5_3) + ZendEngine2/zend_language_scanner.c + ZendEngine2/zend_language_scanner.l + ZendEngine2/zend_language_scanner_defs.h + ext/standard/tests/strings/highlight_file.phpt: + MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings, + comments, and non-parsed content. + + * ZendEngine2/zend_language_scanner.c + ZendEngine2/zend_language_scanner.l + ZendEngine2/zend_language_scanner_defs.h + ext/standard/tests/strings/highlight_file.phpt: + Fix scanner handling of NULL values in heredoc, nowdoc, strings, comments, + and non-parsed content. + +2009-03-16 Ilia Alshanetsky + + * (PHP_5_2) + ZendEngine2/zend_builtin_functions.c: + + MFB53: Fix for get_defined_constants() + 2009-03-15 Kalle Sommer Nielsen * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f505ebaf254..94c225d41e6 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,33 @@ +2009-03-16 Dmitry Stogov + + * zend_builtin_functions.c + zend_builtin_functions.c + tests/009.phpt + tests/009.phpt: + Fixed bug #47664 (get_class returns NULL instead of FALSE) + +2009-03-16 Brian Shire + + * (PHP_5_3) + zend_language_scanner.c + zend_language_scanner.l + zend_language_scanner_defs.h: + MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings, + comments, and non-parsed content. + + * zend_language_scanner.c + zend_language_scanner.l + zend_language_scanner_defs.h: + Fix scanner handling of NULL values in heredoc, nowdoc, strings, comments, + and non-parsed content. + +2009-03-16 Ilia Alshanetsky + + * (PHP_5_2) + zend_builtin_functions.c: + + MFB53: Fix for get_defined_constants() + 2009-03-11 Brian Shire * (PHP_5_3)