From:             [EMAIL PROTECTED]
Operating system: Redhat 7.2
PHP version:      4.3.0-pre2
PHP Bug Type:     *Configuration Issues
Bug description:  Cant override php.ini settings in .htaccess

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 bug report at http://bugs.php.net/?id=20335&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20335&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20335&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20335&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20335&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20335&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20335&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20335&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20335&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20335&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20335&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20335&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20335&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20335&r=isapi

Reply via email to