mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix misinformation regarding the bundled GD
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339877 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4e530ab1a5
commit
4ca59ff030
5 changed files with 14 additions and 11 deletions
|
@ -515,9 +515,6 @@ function.</simpara></warning>'>
|
|||
if PHP is compiled using <option role="configure">--with-t1lib[=DIR]</option>.
|
||||
</simpara></note>'>
|
||||
|
||||
<!ENTITY note.bundled.gd '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function is only available if
|
||||
PHP is compiled with the bundled version of the GD library.</simpara></note>'>
|
||||
|
||||
<!ENTITY note.freetype '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function is only available if
|
||||
PHP is compiled with freetype support (<option role="configure">--with-freetype-dir=DIR</option>)
|
||||
</simpara></note>'>
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
<entry>XPM</entry>
|
||||
<entry>&true;</entry>
|
||||
<entry>&false;</entry>
|
||||
<entry>Read support available on Windows as of PHP 5.3.19. Requires bundled version of GD</entry>
|
||||
<entry>Read support available on Windows as of PHP 5.3.19.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>WBMP</entry>
|
||||
|
|
|
@ -115,7 +115,9 @@ imagepng($image, null, 9);
|
|||
</refsect1>
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
¬e.bundled.gd;
|
||||
<para>
|
||||
This function requires GD 2.1.0 or higher.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
|
|
|
@ -152,10 +152,6 @@ imagedestroy($im);
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
¬e.bundled.gd;
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<refentry xml:id="function.imagelayereffect" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>imagelayereffect</refname>
|
||||
<refpurpose>Set the alpha blending flag to use the bundled libgd layering effects</refpurpose>
|
||||
<refpurpose>Set the alpha blending flag to use layering effects</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
|
@ -13,7 +13,7 @@
|
|||
<methodparam><type>int</type><parameter>effect</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Set the alpha blending flag to use the bundled libgd layering effects.
|
||||
Set the alpha blending flag to use layering effects.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
|
@ -115,6 +115,14 @@ imagedestroy($im);
|
|||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<simpara>
|
||||
Before PHP 5.5.0, this function is only available if PHP is compiled with the
|
||||
bundled version of the GD library.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue