image->save default permissions #16620
f1-outsourcing
started this conversation in
General
Replies: 2 comments 1 reply
-
I have issues getting the parent dir permissions, remove execute rights and use that mode for files. Don't really get what fileperms is outputting.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
What do you use as a class to call |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this script correctly writes a file with the OS inherited permissions.
However my phalcon is writing with different mode
$image->save($path, $quality);
Is this something default in phalcon? (php mkdir also has something weird for default)
Beta Was this translation helpful? Give feedback.
All reactions