changelog Sun Oct 14 01:31:31 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2837&r2=1.2838&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2837 php-src/ChangeLog:1.2838
--- php-src/ChangeLog:1.2837 Sat Oct 13 01:31:39 2007
+++ php-src/ChangeLog Sun Oct 14 01:31:30 2007
@@ -1,3 +1,33 @@
+2007-10-13 Scott MacVicar <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* (PHP_5_3)