From: Date: Mon, 24 Oct 2005 05:39:02 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40e866b25e181f9a96d55e45395ea950f43b828d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 74f49107e3..12cac9dc3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2005-10-23 Marcus Boerger + + * ext/simplexml/simplexml.c + ext/simplexml/tests/023.phpt: + - Fix issue with entities in attributes + + * ext/simplexml/tests/023.phpt: + - Add new test + +2005-10-23 Antony Dovgal + + * (PHP_5_0) + NEWS + NEWS + ext/standard/dns.c + ext/standard/dns.c: + MFH: fix #34938 (dns_get_record() doesn't resolve long hostnames and leaks) + + * ext/standard/dns.c: + fix #34938 (dns_get_record() doesn't resolve long hostnames and leaks) + +2005-10-23 Ilia Alshanetsky + + * ext/standard/dns.c: + MFB51: Fixed memory leak on error. + + * (PHP_5_1) + ext/standard/dns.c: + Fixed memory leak on error. + 2005-10-22 Jani Taskinen * (PHP_5_1)