From:             [EMAIL PROTECTED]
Operating system: Linux Suse 8.1
PHP version:      4.3.0-pre2
PHP Bug Type:     Directory function related
Bug description:  register_globals via Directory Area

I'm trying to set register_globals on for a specific directoy. i used the
directory statement like this:

<Directory /home/httpd/webmail>
    Options FollowSymLinks
    AllowOverride All
    php_admin_flag register_globals on
    php_flag register_globals on
</Directory>

but phpinfo and everything else shows me that i can't set register_globals
on..

greets

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

Reply via email to