[PHP-DEV] Bug #3638 Updated: no imagegif() or imagepng() support in 3.0.15 From: Bug Database (php-dev <email protected>)
Date: 05/02/00

ID: 3638
Updated by: hholzgra
Reported By: rui.carmo <email protected>
Status: Closed
Bug Type: Other
Assigned To:
Comments:

which output formats (GIF/PNG/JPEG) are available
depends on the capabilities of the GD library
installed on the system PHP was configured and
compiled on

configure up to 3.0.16 checks for the availbale
output formats in the installed GD and enables
only those functions supported by this GD

future versions will include dummie functions
who's only job is to report e.g.
"ImageGif: No PNG support in this PHP build"
instead of
"Call to undefined function: imagepng()"
for unsupported functions

hope this will help a bit

Full Bug description available at: http://bugs.php.net/?id=3638

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>