[SOLVED] PHP 5.4 , GD - PNG fails
Hey,
running a server (Debian 4, I know, it's old .. but nog the abilitiy at this moment to upgrade.)
at this moment there is a big issue with GD & PNG
We're using a script that uses imagecreatefrompng() but this one WONT work (JPEG/JPG is no problem.)
in our test script it just terminates the apache session!
We also getting this error:
The totally weird thing is that CustomBuild 2 has NO GD support (./build gd is gone??)
I tried to delete AL the libpng files in /usr/local/lib & /usr/lib and build libpng by my self (1.6.x)
no solutions
Deleted againg everything and tried it with ./build libpng (CB2 has 1.2.50) but PHPinfo() stil gives 1.5.13 ... ?
I'm running to a wall .... anyone a idea?
Also stopped creating of captcha's in WP plugins.
phpinfo:
php 5.4.17
GD Support enabled
GD Version bundled (2.1.0 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.5.0
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 6b
PNG Support enabled
libPNG Version 1.5.13rc01
WBMP Support enabled
XBM Support enabled
Hey,
running a server (Debian 4, I know, it's old .. but nog the abilitiy at this moment to upgrade.)
at this moment there is a big issue with GD & PNG
We're using a script that uses imagecreatefrompng() but this one WONT work (JPEG/JPG is no problem.)
in our test script it just terminates the apache session!
We also getting this error:
The totally weird thing is that CustomBuild 2 has NO GD support (./build gd is gone??)
I tried to delete AL the libpng files in /usr/local/lib & /usr/lib and build libpng by my self (1.6.x)
no solutions
Deleted againg everything and tried it with ./build libpng (CB2 has 1.2.50) but PHPinfo() stil gives 1.5.13 ... ?
I'm running to a wall .... anyone a idea?
Also stopped creating of captcha's in WP plugins.
phpinfo:
php 5.4.17
GD Support enabled
GD Version bundled (2.1.0 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.5.0
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 6b
PNG Support enabled
libPNG Version 1.5.13rc01
WBMP Support enabled
XBM Support enabled
Last edited: