]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 14 Oct 2007 01:31:34 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sun, 14 Oct 2007 01:31:34 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 1e308f12ea4dcee222f81f718e45ec1655b605eb..e1313fb7d8687f416683adc3e8abb0d9ea5b9103 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2007-10-13  Scott MacVicar  <scott@macvicar.net>
+
+    * (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  <hannes.magnusson@gmail.com>
+
+    * 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  <ulf.wendel@phpdoc.de>
 
     * (PHP_5_3)
index 632b6f4b2e02d289e8a5ffdb67fad4cb02132a8d..b5d46e5f2f7d5bfd73f1ce7947d43afccc38f5b4 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-13  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * tests/bug42819.phpt:
+      Add skipif
+
 2007-10-07  Yiduo (David) Wang  <planetbeing@gmail.com>
 
     * (PHP_5_3)