ID:               20335
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Critical
+Status:           Closed
 Bug Type:         *Configuration Issues
 Operating System: Redhat 7.2
 PHP Version:      4.3.0-pre2
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

There was a bug that prevented 1 being recognized as an "On" parameter
inside .htaccess, this has just been fixed.
In the latest CVS
php_flag register_globals On
or
php_flag register_globals 1

will work.


Previous Comments:
------------------------------------------------------------------------

[2002-11-10 03:29:27] [EMAIL PROTECTED]

Come across a wierd config bug that happened when i moved from 4.2.2 to
4.3pre2

I have turned register_globals to off in php.ini

register_globals = Off

I explicitly turn register_globals to on for sites that arent compliant
and that will break , have tried different methods like so

php_flag register_globals 1
php_value register_globals 1

php_flag register_globals On
php_value register_globals On

php_flag "register_globals" "1"
php_value "register_globals" "1"

none of these work used to work by just going

php_value register_globals On

what could be the problem ?

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=20335&edit=1

Reply via email to