ID: 19808 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Apache2 related Operating System: linux PHP Version: 4.2.3 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php If you do not was to have a file automatically appended or prepended, simply do not specify a auto_prepend_file or auto_append_file entry. Previous Comments: ------------------------------------------------------------------------ [2002-10-07 20:21:23] [EMAIL PROTECTED] PHP 4.2.3 and Apache 2.0.43 on Linux When using php_value auto_prepend_file “none” in Apache configuration files or .htaccess files the script tries to prepend a file called “none” instead of not prepending a file like it should resulting in the following error. Same thing with auto_append_file. Warning: Failed opening 'none' for inclusion (include_path='.:/home/synthesis/www/include') in Unknown on line 0 I’ve tried it without quotes and upper case without any effect. Other PHP directives seem to work fine in configuration files and .htaccess files. I’m guessing Apache changed the meaning of “none”, but that’s just a guess and I have no idea if it’s intentional or accidental. I wasn’t sure if this belonged here or as an Apache bug. Sorry if I’m in the wrong place. -scribles ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=19808&edit=1