Would that not already be possible by calling ini_restore() ?
Well yes... I just mean the thing was INI_ALL not sooo long ago. Maybe some script have something like this:
ini_set("allow_url_fopen", 0);
... do include stuff ..
ini_set("allow_url_fopen", 1);
such functionality was broken after 4.3.4 and would be kinda restored
with such a patch.
Stefan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
