From: Date: Tue, 28 Apr 2009 01:33:00 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3821 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c29da1f499cd7d7980137fb1e1a9df67e57378a1;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9cdc8ab1d8..1ba68f78ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,132 @@ +2009-04-27 Ilia Alshanetsky + + * (PHP_5_3) + ext/intl/msgformat/msgformat_attr.c: + + Removed unused variable + +2009-04-27 Felipe Pena + + * (PHP_5_2) + NEWS: + - BFN + + * (PHP_5_2) + ZendEngine2/FlexLexer.h + ZendEngine2/flex.skl + ext/reflection/php_reflection.c + ext/reflection/php_reflection.c + ext/reflection/tests/002.phpt + ext/reflection/tests/002.phpt + ext/reflection/tests/ReflectionClass_getMethod_001.phpt + ext/reflection/tests/ReflectionClass_getMethod_001.phpt + ext/reflection/tests/ReflectionClass_getMethods_001.phpt + ext/reflection/tests/ReflectionClass_getMethods_001.phpt + ext/reflection/tests/ReflectionClass_getProperties_001.phpt + ext/reflection/tests/ReflectionClass_getProperties_001.phpt + ext/reflection/tests/ReflectionClass_getProperty_001.phpt + ext/reflection/tests/ReflectionClass_getProperty_001.phpt + ext/reflection/tests/ReflectionClass_getProperty_003.phpt + ext/reflection/tests/ReflectionClass_getProperty_003.phpt + ext/reflection/tests/ReflectionClass_getProperty_004.phpt + ext/reflection/tests/ReflectionClass_getProperty_004.phpt + ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt + ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt: + - MFH: Fixed bug #47254 (Wrong Reflection for extends class) + + * ext/reflection/php_reflection.c + ext/reflection/tests/002.phpt + ext/reflection/tests/008.phpt + ext/reflection/tests/ReflectionClass_getMethod_001.phpt + ext/reflection/tests/ReflectionClass_getMethods_001.phpt + ext/reflection/tests/ReflectionClass_getProperties_001.phpt + ext/reflection/tests/ReflectionClass_getProperty_001.phpt + ext/reflection/tests/ReflectionClass_getProperty_003.phpt + ext/reflection/tests/ReflectionClass_getProperty_004.phpt + ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt: + - Fixed bug #47254 (Wrong Reflection for extends class) + +2009-04-27 Jani Taskinen + + * (PHP_5_3) + NEWS: + update + +2009-04-27 Scott MacVicar + + * (PHP_5_2) + NEWS + ext/xmlrpc/config.m4 + ext/xmlrpc/config.m4: + MFH Fix bug #47695 - xmlrpc --with-iconv-dir mangles --with-iconv if they + use different iconv versions. Could also just add a dependency on iconv to + fix this. + + * (PHP_5_3) + NEWS: + BFN + +2009-04-27 Kirti Velankar + + * (PHP_5_3) + ext/intl/grapheme/grapheme_string.c + ext/intl/tests/grapheme.phpt: + Fix in grapheme_extract + +2009-04-27 Scott MacVicar + + * (PHP_5_3) + ext/sqlite3/php_sqlite3_structs.h + ext/sqlite3/sqlite3.c: + MFH Add the ability to enable exceptions rather than warnings for sqlite3, + needed for pyrus. + + * ext/sqlite3/php_sqlite3_structs.h + ext/sqlite3/sqlite3.c: + Add the ability to enable exceptions rather than warnings for sqlite3, + needed for pyrus. + + * ext/xmlrpc/config.m4: + Fix bug #47695 - xmlrpc --with-iconv-dir mangles --with-iconv if they use + different iconv versions. Could also just add a dependency on iconv to fix + this. + +2009-04-27 Kalle Sommer Nielsen + + * (PHP_5_3) + ext/date/php_date.c: + MFH: Fixed bug #48088 (Wrong ARG_INFO for OO-API of DateTime) + + * ext/date/php_date.c: + Fixed bug #48088 (Wrong ARG_INFO for OO-API of DateTime) + +2009-04-27 Felipe Pena + + * (PHP_5_3) + NEWS + ext/standard/basic_functions.c: + - MFH: Fixed bug #48087 (call_user_method() invalid free of arguments) + + * ext/standard/basic_functions.c: + - Fixed bug #48087 (call_user_method() invalid free of arguments) + +2009-04-27 Pierre-Alain Joye + + * (PHP_5_2) + ext/imap/config.w32: + - utf8_mime2text is present in 5.2's cclient + +2009-04-27 Sebastian Schürmann + + * ext/spl/tests/spl_classes.phpt: + - fixing spl_classes test here as well + +2009-04-27 Pierre-Alain Joye + + * (PHP_5_3) + ext/imap/php_imap.c: + - remove duplicate definition + 2009-04-26 Sebastian Schürmann * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 9d829a53a8..db19f9d170 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2009-04-27 Felipe Pena + + * (PHP_5_2) + FlexLexer.h + flex.skl: + - MFH: Fixed bug #47254 (Wrong Reflection for extends class) + 2009-04-24 Arnaud Le Blanc * tests/unicode_001.phpt: