yeshuawatso Posted April 5, 2009 Share Posted April 5, 2009 Hello all. I had a question regarding file permissions when including or requiring files in my scripts. Does PHP require that the included file have read and execute permissions (e.g. 755) or can it use the files for reading and parsing only(e.g. 744)? Thanks, Yeshua Quote Link to comment Share on other sites More sharing options...
corbin Posted April 5, 2009 Share Posted April 5, 2009 A PHP file is really just a text file that the PHP engine parses, so it does not need execute permissions. It only needs read permissions. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.