RE: [PHP-DOC] cvs: phpdoc /en/chapters config.xml From: James Moore (james <email protected>)
Date: 08/23/00

> What is EGPCS? Is this explained elsewhere in the PHP manual?
> If not, this
> might be potentially confusing... at least for me it is. i.e.
> "Why would I
> care if this is turned on or off?"
>
> Daniel

These are mentioned in
http://www.php.net/manual/configuration.php#ini.gpc-order, I added the
reference to this to make clear what it does when I refered to it in
parse-str as register_globals=on must be set for parse_str to work.

Maybe a reference to ini.gpc_order is needed too.

James