Jani Taskinen wrote:
This is a good idea. However, we still have the issue of extensions needing some data from the request before $_POST or $_GET are ever mentioned in the script, since the decoding is done only at that time.

You just need to call zend_is_auto_global() to trigger the init.

I know that this is an option, but I don't think it's a good one, because it defeats the purpose of JIT. What's the point if we always process $_POST/$_GET/$_COOKIES without giving the user a chance to figure out what the encoding is?

btw. ext/session does only need the stuff in RINIT if session.auto_start is enabled. Just remove that option. :D

Heh.

-Andrei

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

Reply via email to