Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69127 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16988 invoked from network); 14 Sep 2013 16:20:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2013 16:20:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=rquadling@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rquadling@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.179 as permitted sender) X-PHP-List-Original-Sender: rquadling@gmail.com X-Host-Fingerprint: 209.85.223.179 mail-ie0-f179.google.com Received: from [209.85.223.179] ([209.85.223.179:54599] helo=mail-ie0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/B3-22237-DBC84325 for ; Sat, 14 Sep 2013 12:20:13 -0400 Received: by mail-ie0-f179.google.com with SMTP id e14so4573057iej.24 for ; Sat, 14 Sep 2013 09:20:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:from:date:message-id:subject:to:content-type; bh=7BeARAVXYH/N8DnTHkLeWRxN8sSNaz5qHbuUPIRAuHI=; b=TEItV5/SfhdvCeybQ2P0FeRrUYV1v2CNOLznkKCYLqqxw0yftJPgZdfolWU7jiycnp stqaNGkC0qbv/efoSpDjgFhI3Q1UHgpmSXegu11OaWag04bf/K/eS0SrU05udRBMnvVS uI5p5IYEvsBi7R4w6Uw1/bUrpszkVYKc5RvQ273sgEkAMMsQXRHD8K0HOc6tsMWl+K4U 2ZOoizUyKtpAD+WAb/WqDX2KjSOFV1QcVv8qRLpdgJHRjMMEWWJEIR2MPPVeFAI/lB/B D6JO6wSaO8HFDB59ZnXezZ84xAKe+u5qmGuB4JGSpnhIuK0RxgSo2XiJlYgp4ZDYkaWy bmIw== X-Received: by 10.43.130.2 with SMTP id hk2mr4894266icc.11.1379175610708; Sat, 14 Sep 2013 09:20:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.226.112 with HTTP; Sat, 14 Sep 2013 09:19:50 -0700 (PDT) Reply-To: RQuadling@GMail.com Date: Sat, 14 Sep 2013 17:19:50 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a11c1efe45bf96404e65a5857 Subject: Gist to allow for [SAPI] specific sections in ini files. From: rquadling@gmail.com (Richard Quadling) --001a11c1efe45bf96404e65a5857 Content-Type: text/plain; charset=UTF-8 Hi. I've started playing with PHP installed on my Mac (and Centos VM). The version I had preinstalled on the VM uses an additional directory for ini files. I wanted to have some settings that were different depending upon the SAPI but not have a completely different set of files. So, I created the following gist which SEEMS to be working for me. https://gist.github.com/RQuadling/6562855 If anyone is interested, where should I go next? Regards, Richard. -- Richard Quadling Twitter : @RQuadling --001a11c1efe45bf96404e65a5857--