Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48662 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28473 invoked from network); 5 Jun 2010 20:43:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2010 20:43:49 -0000 Authentication-Results: pb1.pair.com header.from=tokul@users.sourceforge.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=tokul@users.sourceforge.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain users.sourceforge.net from 77.240.252.9 cause and error) X-PHP-List-Original-Sender: tokul@users.sourceforge.net X-Host-Fingerprint: 77.240.252.9 avilys.eik.lt Linux 2.6 Received: from [77.240.252.9] ([77.240.252.9:49066] helo=avilys.eik.lt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B5/05-25133-007BA0C4 for ; Sat, 05 Jun 2010 16:43:45 -0400 Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id 998DF1F517D; Sat, 5 Jun 2010 23:40:56 +0300 (EEST) Received: from 78.63.99.33 (NaSMail authenticated user tomas@topolis.lt) by avilys.eik.lt with HTTP; Sat, 5 Jun 2010 23:40:56 +0300 (EEST) Message-ID: <43645.4e3f6321.1275770456.nsm@avilys.eik.lt> In-Reply-To: References: <44951.4e3f6321.1275733287.nsm@avilys.eik.lt> Date: Sat, 5 Jun 2010 23:40:56 +0300 (EEST) To: "Mike Willbanks" Cc: internals@lists.php.net User-Agent: NaSMail/1.7-dev MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: [PHP-DEV] suggetion: Webfronted for PHP itself From: tokul@users.sourceforge.net ("Tomas Kuliavas") 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