2010.06.05 21:18 Mike Willbanks rašė:
> Tomas,
>
> Such software could allow webmaster to reconfigure PHP without terminal
>> connection. Although some PHP configuration variables are not global and
>> can be changed without modifying global PHP settings. Zend sells
>> software
>> which allows to change global PHP configuration in web browser (among
>> other features)
>>
>>
> I believe you are talking about Zend Server (which the community edition
> does this as well).  Modifying PHP settings on the fly I do not believe
> should be a core aspect of the language (or even a focus).  Not only do
> you
> need to change the ini settings, but then you also need to restart the web
> server (if you are in that mode).
>
> Someone could easily write this type of functionality into a user land
> script and create a locked down area that controls the execution of
> changing
> the run time.  This could be as easy as utilizing parse_ini_file and then
> rebuilding it after setting the variables.  Once you have completed that,
> write out the file and restart your web processes.

Actually I was thinking about Zend Platform, but according documentation
Zend Server has similar options.

Please keep conversation on the list. I don't need cc:.

-- 
Tomas



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

Reply via email to