mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
more GIF patent fun (bug #30941)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173833 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ce681d2aec
commit
3ff9e64027
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.23 $ -->
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<reference id="ref.image">
|
||||
<title>Image Functions</title>
|
||||
<titleabbrev>Image</titleabbrev>
|
||||
|
@ -46,7 +46,8 @@
|
|||
<acronym>GD</acronym> might need to access those image formats.
|
||||
Versions of <acronym>GD</acronym> older than gd-1.6
|
||||
support GIF format images, and do not support PNG, where versions
|
||||
greater than gd-1.6 support PNG, not GIF.
|
||||
greater than gd-1.6 and less than gd-2.0.28 support PNG, not GIF. GIF
|
||||
support was re-enabled in gd-2.0.28.
|
||||
<note>
|
||||
<simpara>
|
||||
Since PHP 4.3 there is a bundled version of the GD lib. This bundled
|
||||
|
|
Loading…
Reference in a new issue