php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50008 cannot save image
Submitted: 2009-10-27 05:31 UTC Modified: 2009-10-27 10:06 UTC
From: divya at itriangle dot in Assigned:
Status: Not a bug Package: GD related
PHP Version: 5.2SVN-2009-10-27 (SVN) OS: Linux
Private report: No CVE-ID: None
 [2009-10-27 05:31 UTC] divya at itriangle dot in
Description:
------------
creating the image and loading the image on the browser as :- 

imageGIF($image);
imageInterlace($image, 1);
imageColorTransparent($image, $colorBackgr);
imagedestroy($image);  

After the creation and loading the image on the browser,unable to save 
the image by right click operation(save image as). instead the php file 
used to create the image gets saved .


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-10-27 10:06 UTC] johannes@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

not the source is stored but your browser uses the script\'s name, please look for the right headers to use at some support place.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 13:01:29 2024 UTC