I am a little confused and need some input here:
From what I know, with the Safe Mode directive set to off, PHP was able to access files even if the owner was different.
Then setting to On, access to those files was disabled.
Now in PHP 5.4 the Safe Mode is removed and I can't find what is the default functionality comparing to the past.
Tried to change permissions to a file not owned by the Server, didn't work... so should I consider that the default functionality is like having Safe Mode On?