From:             [EMAIL PROTECTED]
Operating system: Windows XP
PHP version:      4.2.0
PHP Bug Type:     Apache2 related
Bug description:  php_flag not working and php_value strange behavior

I was attempting to modify register_globals value in my vhost config file
like i used to do with PHP 4.1.X + Apache 1.3:

php_value register_globals On / Off

It didn't work with PHP 4.2.0 RC/3 even if i didn't get any error message
(the value just didn't get changed)

i tried using php_flag register_globals On / Off, but i got an error
message when attempting to restart apache:

Invalid command 'php_flag', perhaps mis-spelled or defined by a module not
included in the server configuration

Same thing with php_admin_flag

I had to use php_value register_globals 1 / 0 to get it to work.

I'm running Apache 2.0.35 on Windows XP professional, with PHP 4.2.0
RC/3.

-- 
Edit bug report at http://bugs.php.net/?id=16629&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16629&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16629&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16629&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16629&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16629&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16629&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16629&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16629&r=submittedtwice

Reply via email to