Fix #72741: imagecreatefromxpm() on Windows

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339772 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-08-03 10:16:27 +00:00
parent 929eac47a0
commit 2a0e3aa7be

View file

@ -36,6 +36,29 @@
&reftitle.returnvalues;
<para>&gd.return.identifier;</para>
</refsect1>
<refsect1 role="changelog"><!-- {{{ -->
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>PHP 5.3.19</entry>
<entry>
<function>imagecreatefromxpm</function> is available on Windows.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1><!-- }}} -->
<refsect1 role="examples">
&reftitle.examples;
<para>
@ -66,10 +89,7 @@ imagedestroy($xpm);
</example>
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.returnvalues;
&note.no-windows;
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file