Right now i'm using php 5.4.37 and Apache 2.2.29
I just upgrade from php 5.4.32 with easyApache on WHM
Before the upgrade all files created with 'fopen' php scripts had the following user:group 504:516
Now the files created with 'fopen' php scripts are 99:99
I can't do now any 'fopen', 'unlink', etc... on all files with 504:516 !!!
I missed something ???
I known i can change with 'chown' my files, but i would like to be able to use my script with 'fopen' or 'unlink' on files with 504:516 like i did before ;))
Thanks for your help...
NOTE Just a screen copy about specific option i choose to compile
UPDATED
I changed PHP handler from DSO to suPHP and now it's fine ;))
Thx