Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48658 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69768 invoked from network); 5 Jun 2010 10:24:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2010 10:24:16 -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:49787] helo=avilys.eik.lt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E8/20-02771-DC52A0C4 for ; Sat, 05 Jun 2010 06:24:13 -0400 Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id AD53F1F5173 for ; Sat, 5 Jun 2010 13:21:27 +0300 (EEST) Received: from 78.63.99.33 (NaSMail authenticated user tomas@topolis.lt) by avilys.eik.lt with HTTP; Sat, 5 Jun 2010 13:21:27 +0300 (EEST) Message-ID: <44951.4e3f6321.1275733287.nsm@avilys.eik.lt> In-Reply-To: References: Date: Sat, 5 Jun 2010 13:21:27 +0300 (EEST) To: 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") 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) 2010.06.05 10:55 iftecan NAzeem rašė: > Hello Alexander, > > Could you elaborate on how this would be useful for developer. I would > also > like to know the security implications of exposing ini variables. > > On Fri, Jun 4, 2010 at 10:28 AM, Alexander Schunk > wrote: > >> Hello, >> >> i am working on a webfrontend for php itself. >> >> For example i have a little script that writes ini settings into >> ini.php. >> >> I am using normal vars to write the variables into the ini file. >> >> yours sincerly >> >> Alexander Schunk >>