mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Better fix for bug #41321
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237904 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b5e7145d89
commit
3cd83ee1f6
1 changed files with 5 additions and 3 deletions
|
@ -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 @@ if ($size && $fp) {
|
|||
<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 @@ if ($size && $fp) {
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue