From:             holliwell at gmx dot net
Operating system: n/a
PHP version:      Irrelevant
PHP Bug Type:     Documentation problem
Bug description:  Confusing faq about emulating register_globals

Description:
------------
Hi,
http://de2.php.net/manual/en/ini.core.php#ini.register-globals
says register_globals is changeable PHP_INI_PERDIR.


However the faq entry about "Emulating Register Globals"
http://de2.php.net/manual/en/faq.misc.php#faq.misc.registerglobals
uses statements like:
ini_set('register_globals', true);
and
ini_set('register_globals', false);

The purpose of this statements isn't really clear.

The usage of this ini_set statements is conflicting with the explanation
of register_globals in the manual and where and how this setting can be
changed.
 

Kind regards
Friedhelm


-- 
Edit bug report at http://bugs.php.net/?id=32453&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32453&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32453&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32453&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=32453&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=32453&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=32453&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=32453&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=32453&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=32453&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=32453&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=32453&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=32453&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=32453&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32453&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=32453&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=32453&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=32453&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32453&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=32453&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32453&r=mysqlcfg

Reply via email to