Edit report at http://bugs.php.net/bug.php?id=53585&edit=1
ID: 53585 Comment by: serge dot sitnikov at gmail dot com Reported by: serge dot sitnikov at gmail dot com Summary: PNG support broken, Abort trap: 6 (core dumped) Status: Open Type: Bug Package: GD related Operating System: FreeBSD 8.1-RELEASE PHP Version: 5.3.4 Block user comment: N Private report: N New Comment: Unfortunately, upgrading and reinstalling all of PHP related ports does not solve the problem. Previous Comments: ------------------------------------------------------------------------ [2010-12-21 08:49:52] eugene at krivoruchko dot info In FreeBSD 8.0 After update all port: #portmanager -u This problem resolved... ------------------------------------------------------------------------ [2010-12-21 08:18:20] serge dot sitnikov at gmail dot com Description: ------------ PNG support broken, completely. If PHP runs under Apache that will lead to workers exhaustion. PHP 5.3.4 on FreeBSD 8.1-RELEASE amd64 array ( 'GD Version' => 'bundled (2.0.34 compatible)', 'FreeType Support' => true, 'FreeType Linkage' => 'with freetype', 'T1Lib Support' => true, 'GIF Read Support' => true, 'GIF Create Support' => true, 'JPEG Support' => true, 'PNG Support' => true, 'WBMP Support' => true, 'XPM Support' => true, 'XBM Support' => true, 'JIS-mapped Japanese Font Support' => false, ) png-1.4.4 Library for manipulating PNG images Test script: --------------- $image = imagecreatefrompng('/path/to/my/png/file'); Expected result: ---------------- Image opened. Actual result: -------------- Abort trap: 6 (core dumped) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53585&edit=1