php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31383 another atribute to imagejpeg()
Submitted: 2005-01-03 01:59 UTC Modified: 2005-01-03 08:11 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: fuad dot sabanovic at gmail dot com Assigned:
Status: Wont fix Package: GD related
PHP Version: 4.3.9 OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
50 - 19 = ?
Subscribe to this entry?

 
 [2005-01-03 01:59 UTC] fuad dot sabanovic at gmail dot com
Description:
------------
I run at a following problem:
If my script creates some thumbnails, file mode is set to 644 and i can't delete those files on webserver.
I'd like to have posibility to set file mode while creating it.
bool imagejpeg ( resource image [, string filename [, int quality[, int mode]]])


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-03 08:11 UTC] derick@php.net
That's not the functionality that imagejpeg should provide. You should use chmod() in your script instead.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 10:01:29 2024 UTC