Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48644 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10491 invoked from network); 4 Jun 2010 06:28:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jun 2010 06:28:09 -0000 Authentication-Results: pb1.pair.com header.from=aschunk@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=aschunk@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: aschunk@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:48089] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1F/B0-07323-8FC980C4 for ; Fri, 04 Jun 2010 02:28:09 -0400 Received: by wya21 with SMTP id 21so639870wya.29 for ; Thu, 03 Jun 2010 23:28:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=U3xE+XsfMNcVXtnCr0l4HUD/RLM51HA+R6R7cgx/VR4=; b=Fy5YTvLmIXp1dgVDcp3XiobWPrDn6TBR4yOIbZQaMf1TP3Kz7PQR2sKg2KHFcE9dOs ZSKZ/Hujo74KmMAKmHL7p4LFOrA7Bh2MnNfLxsEdcLmALaUN3gB5vDvG/qECn7jz59DQ 5ubQgDk0gZB0sQmVmKI4b3vphSgs+mwjAvj+o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=x4myWDXRBIK84EHWOz4/taonpf8ZDDtK4/FN06PIohp3RZONTSD2DYxF9DBOFIgwSc G9uJ4lg8evuAlbeyLrQLbQm73pi46uf94T5gKAifdzZ+tIdtXYv75o9mt2J2K8R1lVbv HBi0cL/HQ2xtRAI5l2zymGsu7XawMH5tqEDEA= MIME-Version: 1.0 Received: by 10.216.85.7 with SMTP id t7mr375457wee.114.1275632885096; Thu, 03 Jun 2010 23:28:05 -0700 (PDT) Received: by 10.216.45.138 with HTTP; Thu, 3 Jun 2010 23:28:05 -0700 (PDT) Date: Fri, 4 Jun 2010 08:28:05 +0200 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: suggetion: Webfronted for PHP itself From: aschunk@gmail.com (Alexander Schunk) 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