From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.2.3 PHP Bug Type: Apache2 related Bug description: auto_prepend_file none and apache2
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 bug report at http://bugs.php.net/?id=19808&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19808&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19808&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19808&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19808&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19808&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19808&r=support Expected behavior: http://bugs.php.net/fix.php?id=19808&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19808&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19808&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19808&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19808&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19808&r=dst IIS Stability: http://bugs.php.net/fix.php?id=19808&r=isapi
