| Summary: | PHP 5.3.4 GD PNG support broken, Abort trap: 6 (core dumped) | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Serge Sitnikov <serge.sitnikov> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer State Changed From-To: open->closed Report it to php bug system. |
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 How-To-Repeat: Run the code bellow: $image = imagecreatefrompng('/path/to/my/png/file'); This will produce 'Abort trap: 6 (core dumped)'.