ChangeLog update

This commit is contained in:
2009-04-28 01:33:00 +00:00
parent cab1fb7ce1
commit c29da1f499
2 changed files with 136 additions and 0 deletions

129
ChangeLog
View File

@ -1,3 +1,132 @@
2009-04-27 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_5_3)
ext/intl/msgformat/msgformat_attr.c:
Removed unused variable
2009-04-27 Felipe Pena <felipensp@gmail.com>
* (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 <jani.taskinen@sci.fi>
* (PHP_5_3)
NEWS:
update
2009-04-27 Scott MacVicar <scott@macvicar.net>
* (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 <kirtig@yahoo-inc.com>
* (PHP_5_3)
ext/intl/grapheme/grapheme_string.c
ext/intl/tests/grapheme.phpt:
Fix in grapheme_extract
2009-04-27 Scott MacVicar <scott@macvicar.net>
* (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 <kalle.php@gmail.com>
* (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 <felipensp@gmail.com>
* (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 <pierre.dev@gmail.com>
* (PHP_5_2)
ext/imap/config.w32:
- utf8_mime2text is present in 5.2's cclient
2009-04-27 Sebastian Schürmann <sschuermann303@yahoo.de>
* ext/spl/tests/spl_classes.phpt:
- fixing spl_classes test here as well
2009-04-27 Pierre-Alain Joye <pierre.dev@gmail.com>
* (PHP_5_3)
ext/imap/php_imap.c:
- remove duplicate definition
2009-04-26 Sebastian Schürmann <sschuermann303@yahoo.de>
* (PHP_5_3)

View File

@ -1,3 +1,10 @@
2009-04-27 Felipe Pena <felipensp@gmail.com>
* (PHP_5_2)
FlexLexer.h
flex.skl:
- MFH: Fixed bug #47254 (Wrong Reflection for extends class)
2009-04-24 Arnaud Le Blanc <arnaud.lb@gmail.com>
* tests/unicode_001.phpt: