PHP Filename length limit

I’m working with a hosting company that has put a restriction on the filename length of a php file. When the filename is too long, I get the error message “No input file specified.” The script I’m working with outputs long filenames, so it would be nice to expand or remove the restriction. I asked them about it and they just directed me the the phpinfo() function, but I’m not sure which configuration setting sets the limit on the filename length.

Does anyone know what configuration setting sets the limit? I hope I can reset it in the php.ini

Sponsor our Newsletter | Privacy Policy | Terms of Service