Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44466 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42471 invoked from network); 26 Jun 2009 14:24:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2009 14:24:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=mikko.koppanen@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mikko.koppanen@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.223 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mikko.koppanen@gmail.com X-Host-Fingerprint: 209.85.219.223 mail-ew0-f223.google.com Received: from [209.85.219.223] ([209.85.219.223:60445] helo=mail-ew0-f223.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/D2-40231-00AD44A4 for ; Fri, 26 Jun 2009 10:24:01 -0400 Received: by ewy23 with SMTP id 23so118571ewy.23 for ; Fri, 26 Jun 2009 07:23:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=jBCoMsnRanr7Nipr1mBOQ+a3IOujWljwyeFhreQfspM=; b=s0dkXzwQQ1YUzqougwDgcofcyzvY0jTZoBkotuD+aJp0PnWRRuwu4DTNrIxEB7hRmB WGcf7Teuij1PMff40aS67zST64oFDZHI4ziJhJ/P2J85qEOtvTrSyvFVZu5Zw6zUYlIG +M3LN5Exe+pLnE27TWo7kEJ/shMFVPWEA45G0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=KAKMa4ffL6CZHWxqryqtwUbIjTQGTtChL+1R0Jyhp1AbllwNStQZKDRTiQ+mRHrpSM YVoJ2koibggbgHEy0Yj6ZkjLHX3Imn5N7nusyKBzMrX1bHFNuzZctmoF0PkvlFxnDr+2 KD99ZmnU2Jf2pXXHVBB2fJZXlWskuknZpTBw8= MIME-Version: 1.0 Sender: mikko.koppanen@gmail.com Received: by 10.216.11.67 with SMTP id 45mr1152073wew.53.1246026238077; Fri, 26 Jun 2009 07:23:58 -0700 (PDT) Date: Fri, 26 Jun 2009 15:23:57 +0100 X-Google-Sender-Auth: 562b0185535fe745 Message-ID: <8cf711460906260723p3b6d0229gb646ab9c6c8c499f@mail.gmail.com> To: PHP Developers Mailing List Content-Type: multipart/alternative; boundary=0016364d1ef74d2c60046d41170c Subject: Multiple paths in PHP_INI_SCAN_DIR From: mkoppanen@php.net (Mikko Koppanen) --0016364d1ef74d2c60046d41170c Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, is there any objection on supporting multiple paths separated by path separator in PHP_INI_SCAN_DIR value? The patch seems to be quite trivial change in main/php_ini.c. Is this acceptable for 5.3 after the commit freeze is over? -- Mikko Koppanen --0016364d1ef74d2c60046d41170c--