At 10:29 27/06/2005, Derick Rethans wrote:
On Mon, 27 Jun 2005, Stefan Esser wrote:

> Without a new ini directive I only see the possibility to build an emulation
> layer:
>
> Sys: allow_url_fopen = Off  ->  User: ini_set("allow_url_fopen",1) fails
> Sys: allow_url_fopen = On -> User: ini_set("allow_url_fopen",0/1) works

You can use in httpd.conf:
php_admin_value allow_url_fopen 0

which users can not override already... so I don't see the point of
implementing the behavior that you have (otherwise it's a good idea).

But that's not different from setting it in php.ini. What Stefan's saying is that users will be able to turn this feature off if it's on - but not the other way around.

Zeev

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

Reply via email to