On Feb 13, 2008, at 1:50 PM, Stanislav Malyshev wrote:

Yes, that's why php.ini-recommended should have GP. However, php.ini-dist documents *the default* - which should be GPC, like it is right now.

The default is NULL, which means using variables_order - just as before. I don't see a lot of reason to change it to GPC - it would be neither old compatible way (using variables_order) nor new recommended way (using request_order=GP).

The default behaviour is proper in php.ini-dist and GPC is the default if no php.ini exists. The use of GP should be documented in php.ini-recommended like the other changes there, but php.ini-dist is not the place for that except it should mention that variables_order is the default like it currently does in the patch.

Regards,
Philip

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to