Skip to content

Commit 213fbd9

Browse files
committed
Remove obsolete info regarding libgd < 2.1.0
As of PHP 7.0.0, libgd ≥ 2.1.0 is required anyway.
1 parent 4c0783f commit 213fbd9

File tree

5 files changed

+1
-30
lines changed

5 files changed

+1
-30
lines changed

reference/image/book.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<entry>BMP</entry>
120120
<entry>&true;</entry>
121121
<entry>&true;</entry>
122-
<entry>Available as of GD 2.1.0 and PHP 7.2.0</entry>
122+
<entry>Available as of PHP 7.2.0</entry>
123123
</row>
124124
</tbody>
125125
</tgroup>

reference/image/functions/imageconvolution.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,6 @@ imagepng($image, null, 9);
131131
</example>
132132
</para>
133133
</refsect1>
134-
<refsect1 role="notes">
135-
&reftitle.notes;
136-
<para>
137-
This function requires GD 2.1.0 or higher.
138-
</para>
139-
</refsect1>
140134
<refsect1 role="seealso">
141135
&reftitle.seealso;
142136
<simplelist>

reference/image/functions/imagecreatefromgif.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,6 @@ imagedestroy($img);
114114
</mediaobject>
115115
</example>
116116
</refsect1>
117-
<refsect1 role="notes">
118-
&reftitle.notes;
119-
<note>
120-
<para>
121-
GIF support was removed from the GD library in Version 1.6,
122-
and added back in Version 2.0.28. This function is not
123-
available between these versions.
124-
</para>
125-
</note>
126-
</refsect1>
127117
</refentry>
128118
<!-- Keep this comment at the end of the file
129119
Local variables:

reference/image/functions/imagefttext.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,6 @@
9696
to the filename and the library will attempt to search for that
9797
filename along a library-defined font path.
9898
</para>
99-
<para>
100-
When using versions of the GD library lower than 2.0.18, a <literal>space</literal> character,
101-
rather than a semicolon, was used as the 'path separator' for different font files.
102-
Unintentional use of this feature will result in the warning message:
103-
<literal>Warning: Could not find/open font</literal>. For these affected versions, the
104-
only solution is moving the font to a path which does not contain spaces.
105-
</para>
10699
<para>
107100
In many cases where a font resides in the same directory as the script using it
108101
the following trick will alleviate any include problems.

reference/image/functions/imagegif.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,6 @@ echo 'Converted PNG image to GIF with success!';
117117
<refsect1 role="notes">
118118
&reftitle.notes;
119119
<note>
120-
<para>
121-
<acronym>GIF</acronym> support was removed from the <acronym>GD</acronym>
122-
library in Version 1.6, and added back in Version 2.0.28. This function
123-
is not available between these versions. For more information, see the
124-
<link xlink:href="&url.gd;">GD Project</link> site.
125-
</para>
126120
<para>
127121
The following code snippet allows you to write more
128122
portable PHP applications by auto-detecting the

0 commit comments

Comments
 (0)