ID: 17234 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: No Feedback Bug Type: Apache2 related Operating System: Windows XP PHP Version: 4.2.1 New Comment:
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2002-09-16 10:34:36] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip ------------------------------------------------------------------------ [2002-09-05 11:35:08] [EMAIL PROTECTED] I'm seeing this problem too, and it only seems to effect short_open_tag. In my setup, /etc/php.ini says: register_globals = Off short_open_tag = Off and I have the following in a file which is included by httpd.conf: <Directory /foo/bar/baz> php_value register_globals 1 php_value short_open_tag 1 </Directory> A phpinfo() in /foo/bar/baz/phpinfo.php says: Directive Local value Global value register_globals On Off short_open_tag Off Off ie, php_value worked for register_globals but not for short_open_tag. ------------------------------------------------------------------------ [2002-05-17 03:45:39] [EMAIL PROTECTED] That last problem you mentioned ("Invalid command 'php_flag'") is fixed in CVS, just so you know. ------------------------------------------------------------------------ [2002-05-15 19:28:19] [EMAIL PROTECTED] Error message: <directory>/.htaccess: Invalid command 'php_flag', perhaps mis-spelled or defined by a module not included in the server configuration. This isn't bogus yet. ------------------------------------------------------------------------ [2002-05-15 14:41:15] [EMAIL PROTECTED] You need php_flag for on/off settings: php_flag short_open_tag off ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/17234 -- Edit this bug report at http://bugs.php.net/?id=17234&edit=1