mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
929eac47a0
commit
2a0e3aa7be
1 changed files with 24 additions and 4 deletions
|
@ -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;
|
||||
¬e.no-windows;
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue