From 25a594e2b59590f287cebd9a80c519f0cc312d80 Mon Sep 17 00:00:00 2001 From: Date: Wed, 11 Jun 2008 01:31:45 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 16 ++++++++++++ 2 files changed, 85 insertions(+) diff --git a/ChangeLog b/ChangeLog index e8bbdc7d18..a759987a61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,72 @@ +2008-06-10 Felipe Pena + + * (PHP_5_3) + ZendEngine2/zend_compile.c + ZendEngine2/tests/magic_methods_002.phpt + ZendEngine2/tests/magic_methods_003.phpt + ZendEngine2/tests/magic_methods_004.phpt + ZendEngine2/tests/magic_methods_005.phpt + ZendEngine2/tests/magic_methods_006.phpt + ZendEngine2/tests/magic_methods_007.phpt + ZendEngine2/tests/magic_methods_008.phpt + ZendEngine2/tests/magic_methods_009.phpt + ZendEngine2/tests/magic_methods_010.phpt: + - Change E_COMPILE_ERROR to E_WARNING (for wrong visibility on magic + methods) + +2008-06-10 Greg Beaver + + * ext/phar/tests/phar_get_supported_signatures_001a.phpt + ext/phar/tests/phar_get_supported_signatures_001a.phpt + ext/phar/tests/phar_get_supported_signatures_002a.phpt + ext/phar/tests/phar_get_supported_signatures_002a.phpt: + + file phar_get_supported_signatures_001a.phpt was initially added on branch + PHP_5_3. + + * (PHP_5_3) + ext/phar/phar.phar + ext/phar/phar_object.c + ext/phar/tests/bug45218_SLOWTEST.phpt + ext/phar/tests/bug45218_SLOWTEST.phpt: + fix PHP Bug #45218: PHAR archive built from directory limited by max open + file handles + +2008-06-10 Zoe Slattery + + * ext/gd/tests/gd_info_error.phpt + ext/gd/tests/image_type_to_mime_type_error.phpt + ext/gd/tests/image_type_to_mime_type_variation2.phpt: + Written by Sanjay Mantoor and reviewed by Pierre. + + * ext/gd/tests/gd_info_error.phpt + ext/gd/tests/gd_info_error.phpt + ext/gd/tests/image_type_to_mime_type_error.phpt + ext/gd/tests/image_type_to_mime_type_error.phpt + ext/gd/tests/image_type_to_mime_type_variation2.phpt + ext/gd/tests/image_type_to_mime_type_variation2.phpt: + + file gd_info_error.phpt was initially added on branch PHP_5_3. + +2008-06-10 Greg Beaver + + * (PHP_5_3) + ext/phar/util.c: + fix memleak on error + +2008-06-10 Marcus Boerger + + * (PHP_5_3) + NEWS: + - BFN + +2008-06-10 Antony Dovgal + + * ext/standard/head.c + ext/standard/head.c + ext/standard/head.c: + fix typo + 2008-06-09 Felipe Pena * Makefile.global: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 46b6375b6f..e2effd4da9 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,19 @@ +2008-06-10 Felipe Pena + + * (PHP_5_3) + zend_compile.c + tests/magic_methods_002.phpt + tests/magic_methods_003.phpt + tests/magic_methods_004.phpt + tests/magic_methods_005.phpt + tests/magic_methods_006.phpt + tests/magic_methods_007.phpt + tests/magic_methods_008.phpt + tests/magic_methods_009.phpt + tests/magic_methods_010.phpt: + - Change E_COMPILE_ERROR to E_WARNING (for wrong visibility on magic + methods) + 2008-06-09 Matt Wilmas * zend_language_scanner.c -- 2.50.1