On Tuesday 16 March 2004 01:44, Fredrik de Vibe wrote:

> On the system I'm working on atm, php is set up with a non-modifiable
> php.ini, but I can make php config changes in httpd.conf. The changes
> I make are reflected in the "local value" row in the output from
> phpinfo() while the values from php.ini are in the "master value" row.
>
> This seemed to be working fine until I tried to override the
> disable_functions value. The master value has ini_set disabled, I have
> removed it from the local value's disabled_functions (phpinfo() agrees
> on this), but I still can't use ini_set (it is still disabled).
>
> I might be missing something important here (probably am), but I can't
> see why (tried googling and going through the docs, but I couldn't see
> any reference to this). Can anybody shed some light here?

Can't be done:

  manual > ini_set()

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
If Beethoven's Seventh Symphony is not by some means abridged, it will soon
fall into disuse.
                -- Philip Hale, Boston music critic, 1837
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to