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 Link to comment https://forums.phpfreaks.com/topic/152676-php-permissions-include/ 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. Link to comment https://forums.phpfreaks.com/topic/152676-php-permissions-include/#findComment-801816 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.