From: [EMAIL PROTECTED] Operating system: HP-UX 10.20 PHP version: 4.2.3 PHP Bug Type: PHP options/info functions Bug description: php_flag 'engine' keyword is case-sensitive
In the Apache (1.3.27) httpd.conf file, it appears that the 'php_flag engine' key phrase is case-sensitive. Specifically, with PHP by default turned off, in a <Directory> block using the phrase 'php_flag Engine on', PHP is NOT available. However, using 'php_flag engine on' DOES enable PHP. Note that the difference is the capitalized keyword 'engine'. httpd -t does NOT report a syntax error with the capitalized keyword. >From its description, bug #19996 (since fixed) may be relevant to this issue. Thank you for your time and effort. -- Edit bug report at http://bugs.php.net/?id=20372&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20372&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20372&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20372&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20372&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20372&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20372&r=support Expected behavior: http://bugs.php.net/fix.php?id=20372&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20372&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20372&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20372&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20372&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20372&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20372&r=isapi
