From: Date: Sun, 14 Oct 2007 01:31:34 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~1592 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbd3b9c127849694c2648048f5dbf3e8c36da326;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1e308f12ea..e1313fb7d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2007-10-13 Scott MacVicar + + * (PHP_5_3) + NEWS: + BFN + [DOC] Note: getimagesize() needs a note about icon support and that + information is about the icon with the highest bitrate. + + * ext/standard/image.c + ext/standard/php_image.h: + MFB: Added icon file format support to getimagesize + + * (PHP_5_3) + ext/standard/image.c + ext/standard/php_image.h: + Added icon file format support to getimagesize + +2007-10-13 Hannes Magnusson + + * ZendEngine2/tests/bug42819.phpt: + Add skipif + + * (PHP_5_2) + ext/curl/interface.c: + MFH: fix typo and remove dots in error message + + * (PHP_5_3) + ext/curl/interface.c: + MFH: Fix typo and remove dots in error messages + 2007-10-12 Ulf Wendel * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 632b6f4b2e..b5d46e5f2f 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2007-10-13 Hannes Magnusson + + * tests/bug42819.phpt: + Add skipif + 2007-10-07 Yiduo (David) Wang * (PHP_5_3)