From: Date: Wed, 9 May 2007 01:31:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_2_0~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fbfd392c4286e443765ba98bf77c839c049b3d6;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index eb00eb6a07..2053e86b04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2007-05-08 Pierre-Alain Joye + + * (PHP_5_2) + NEWS + ext/xmlwriter/php_xmlwriter.c + ext/xmlwriter/tests/bug41287.phpt + ext/xmlwriter/tests/bug41326.phpt: + - MFH: #41326, Writing empty tags with Xmlwriter::WriteElement[ns] + + * ext/xmlwriter/tests/bug41326.phpt + ext/xmlwriter/tests/bug41326.phpt: + + - #41326, writing empty tags with Xmlwriter::WriteElement[ns] + + * ext/xmlwriter/php_xmlwriter.c + ext/xmlwriter/tests/bug41287.phpt: + - #41326, writing empty tags with Xmlwriter::WriteElement[ns] + +2007-05-08 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/standard/image.c: + + Fixed bug #41321 (downgrade read errors in getimagesize() to E_NOTICE). + +2007-05-08 Antony Dovgal + + * (PHP_4_4) + NEWS + ext/openssl/openssl.c: + fix #38798 (OpenSSL init corrected in php5 but not in php4) + +2007-05-08 Dmitry Stogov + + * (PHP_5_2) + NEWS + ext/zlib/zlib_fopen_wrapper.c + ext/zlib/zlib_fopen_wrapper.c + main/streams/streams.c + main/streams/streams.c: + Fixed bug #41304 (compress.zlib temp files left) + 2007-05-07 Ilia Alshanetsky * (PHP_5_2)