ID: 41694 Updated by: [EMAIL PROTECTED] Reported By: melaina at libero dot it -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: RHEL 4, RHEL 3 PHP Version: 5.2.3 New Comment:
The goal of this test (and its file) is to test this issue. Which is about not killing your box when one gives a corrupt PNG data, replacing the data with a valid png will not help :) There is two problems to fix, one in php/gd (what I did) and two/three in libpng, what the last libpng releases did. RHEL and debian, to list the two I know, did not update their system yet. But that's not our problem, sadly. No bug > bogus. Previous Comments: ------------------------------------------------------------------------ [2007-06-14 20:28:25] melaina at libero dot it I had the same issue as http://bugs.php.net/bug.php?id=41612, but I found out the problem and the solution was simpler than that. The file libgd00086.png in the /ext/gd/tests directory of the current php release is corrupted; on some systems, it sends the test performed in libgd00086.phpt in an endless loop, with libpng returning a CRC Warning on the file. I do not know why this happens only on RHEL systems, but all I had to do to fix the issue was to replace libgd00086.png with a small png file I made. ------------------------------------------------------------------------ [2007-06-14 20:25:24] melaina at libero dot it Description: ------------ I had the same issue as http://bugs.php.net/bug.php?id=41612, but I found out the problem and the solution was simpler than that. The file libgd00086.png in the /ext/gd/tests directory of the current php release is corrupted; on some systems, it sends the test performed in libgd00086.phpt in an endless loop, with libpng returning a CRC Warning on the file. I do not know why this happens only on RHEL systems, but all I had to do to fix the issue was to replace libgd00086.png with a small png file I made. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41694&edit=1