From: Date: Tue, 25 Oct 2005 05:47:13 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_1~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91abf74e8806ef1973352bacb93b01fb3a680f0e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 12cac9dc3b..f6d8e3b3e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +2005-10-24 Jani Taskinen + + * ext/ldap/config.m4: + fix build + +2005-10-24 Antony Dovgal + + * (PHP_5_0) + ext/ldap/config.m4 + ext/ldap/config.m4: + MFH: fix #34970 (ldap configuration issues) + + * ext/ldap/config.m4: + fix #34970 (ldap configuration issues) + +2005-10-24 Rolland Santimano + + * unicode-progress.txt: + - strip_tags(), str[c]spn(), strpbrk(), strrchr(), strrpos(), strtok() + + * ext/standard/string.c: + - Unicode impl of strrchr() + +2005-10-24 Marcus Boerger + + * (PHP_5_1) + ext/simplexml/simplexml.c + ext/simplexml/tests/023.phpt: + - Fix issue with entities in attributes + +2005-10-24 Dmitry Stogov + + * (PHP_5_0) + NEWS + NEWS: + Fixed bug #34950 (Unable to get WSDL through proxy) + + * ZendEngine2/zend_language_scanner.l: + Unicode support (bug #31341) + + * ext/standard/array.c + ext/standard/tests/array/bug34934.phpt: + Reverted fix for bug #34934. The bug marked as bogus. + + * (PHP_5_1) + NEWS + ext/standard/array.c + ext/standard/tests/array/bug34934.phpt: + Reverted patch for bug #34934. Bug is marked as bogus. + 2005-10-23 Marcus Boerger * ext/simplexml/simplexml.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index d2e9088f71..014dc719b9 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2005-10-24 Dmitry Stogov + + * zend_language_scanner.l: + Unicode support (bug #31341) + 2005-10-21 Dmitry Stogov * zend_language_scanner.l