gwynne Sun Jun 17 10:35:30 2007 UTC
Modified files:
/phpdoc/en/reference/image/functions getimagesize.xml
Log:
Better fix for bug #41321
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/image/functions/getimagesize.xml?r1=1.30&r2=1.31&diff_format=u
Index: phpdoc/en/reference/image/functions/getimagesize.xml
diff -u phpdoc/en/reference/image/functions/getimagesize.xml:1.30
phpdoc/en/reference/image/functions/getimagesize.xml:1.31
--- phpdoc/en/reference/image/functions/getimagesize.xml:1.30 Sun Jun 17
10:26:33 2007
+++ phpdoc/en/reference/image/functions/getimagesize.xml Sun Jun 17
10:35:30 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.30 $ -->
+<!-- $Revision: 1.31 $ -->
<refentry id="function.getimagesize">
<refnamediv>
<refname>getimagesize</refname>
@@ -127,7 +127,9 @@
<para>
If accessing the <parameter>filename</parameter> image is impossible, or
if it isn't a valid picture, <function>getimagesize</function> will
- generate an error of level <constant>E_WARNING</constant>.
+ generate an error of level <constant>E_WARNING</constant>. On read error,
+ <function>getimagesize</function> will generate an error of level
+ <constant>E_NOTICE</constant>.
</para>
</refsect1>
<refsect1 role="changelog">
@@ -146,7 +148,7 @@
<entry>5.2.3</entry>
<entry>
Read errors generated by this function downgraded to
- <constant>E_NOTICE</constant>.
+ <constant>E_NOTICE</constant> from <constant>E_WARNING</constant>.
</entry>
</row>
<row>