Hello , I need to parse PHP files with no extension , I was getting access denied error than I discovered that it was cause by security.limit_extensions option in PHP-FPM config file. I tried to add the script name (testscript) to the configuration file and now it works: security.limit_extensions = .php .php3 .php4 .php5 testscript I do not want to add all filenames and then restart php-fpm each time, is there a way to parse all file without extension or a wildcard to put in configuration? Thank you P. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php