Johannes Schlüter wrote:

> I think it's fine to have settings for limitations on pconnects, but
> stuff like http.request.methods.allowed or http.only_exceptions should

http.request.methods.allowed is handled at RINIT.
http.only_exceptions is PHP_INI_ALL, though introducing it at all might
have been a bad idea.  In fact pretty all settings are PHP_INI_ALL
except auto_start for inflate/deflate output handler (PHP_INI_PERDIR), 
maximum count of persistent handles and what the global request data 
share should cache.

Regards,
Mike

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

Reply via email to