ID: 36995 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: GD related Operating System: Linux PHP Version: 5CVS-2006-04-06 (CVS) -Assigned To: +Assigned To: pajoye
Previous Comments: ------------------------------------------------------------------------ [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
