ID: 36995 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: GD related Operating System: Linux PHP Version: 5CVS-2006-04-06 (CVS) Assigned To: pajoye
Previous Comments: ------------------------------------------------------------------------ [2006-08-01 22:42:49] [EMAIL PROTECTED] This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Tony requests, Tony adds. ------------------------------------------------------------------------ [2006-04-06 13:06:25] [EMAIL PROTECTED] Description: ------------ imagepng()/imagegif()/imagejpeg() function do not report the exact reason why they failed to write to the file. This makes it difficult to debug, as you know it fails, but it doesn't say why. Reproduce code: --------------- <?php $i=imagecreate(10,10); imagepng($i, "/root/test.jpg"); ?> Expected result: ---------------- Warning: imagepng(): Unable to open '/root/test.jpg' for writing : Permission denied in .. on line .. Actual result: -------------- Warning: imagepng(): Unable to open '/root/test.jpg' for writing in .. on line .. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36995&edit=1