From: Date: Tue, 7 Oct 2003 00:33:18 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3b3~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=520f2839a5c9dffe9036c0209674233df059492d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 718c425f60..8fb4ae1406 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2003-10-06 Jani Taskinen + + * (PHP_4_3) + NEWS + ext/ldap/ldap.c: + MFH: - Fixed bug #25764 (ldap_get_option() crashes with unbinded ldap link) + + * ext/ldap/ldap.c: + - Fixed bug #25764 (ldap_get_option() crashes when called with unbinded + ldap link) + +2003-10-06 Rob Richards + + * ext/dom/document.c + ext/dom/element.c + ext/dom/php_dom.c: + some namespace fixes + fix compiler warning + +2003-10-06 Tomas V.V.Cox + + * pear/PEAR/Common.php + pear/PEAR/Installer.php: + better version checks (contributed by Roman) + +2003-10-06 Wez Furlong + + * ext/com_dotnet/com_com.c: + potential fix for #25759, although it will need further review. + +2003-10-06 Moriyoshi Koizumi + + * NEWS: + BFN + + * ext/simplexml/simplexml.c: + Forgot about this one + + * ext/simplexml/simplexml.c + ext/simplexml/tests/bug25756.phpt + ext/simplexml/tests/bug25756.xsd + ext/simplexml/tests/bug25756_1.xml + ext/simplexml/tests/bug25756_2.xml: + Fixed bug #25756 (SimpleXML's validate_schema_file() broken) + 2003-10-05 Shane Caraveo * ext/dom/node.c: