Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46504 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46242 invoked from network); 23 Dec 2009 14:22:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Dec 2009 14:22:09 -0000 Authentication-Results: pb1.pair.com header.from=tjerk.meesters@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tjerk.meesters@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.211.197 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 209.85.211.197 mail-yw0-f197.google.com Received: from [209.85.211.197] ([209.85.211.197:35943] helo=mail-yw0-f197.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 23/62-34932-097223B4 for ; Wed, 23 Dec 2009 09:22:09 -0500 Received: by ywh35 with SMTP id 35so7250277ywh.7 for ; Wed, 23 Dec 2009 06:22:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:cc; bh=IIXSdo2RVhu5oFzCTgmwzxK9ImmVSX1bEUI8PikNvIs=; b=iUYcVQCd6qRrULMFNQlSER8aXs7EObwOOc88gViGdWAfj+f6nmX65lYwNAYWRfgFHM ndOuKfnF2u5Ze0GD8J7aA7YdOSMjekksxdxhRXF37Ft2bmmGR9T46r59/jP254DD9/Ff ZRGpHJvVs9tkN+92FfjLqFfUEYKZY/r68mXb8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date:cc; b=nK0es63NacRggiLGEYrsJ1GBOOgO/cjwRX8QgyYb5Bh7kNAAA2DKttMHqI1q6wqwJA TZolSEgy6GIpZV8wEQ3qg9us5jDzGJxx/H25kAc0+tlwVwDx8qiKI1nuCyn3hDWNiSsF N43Lpsb0qAAbrpvZuhSIKSJqDzW0DvI5KOr4s= Received: by 10.100.234.26 with SMTP id g26mr7847305anh.38.1261578125319; Wed, 23 Dec 2009 06:22:05 -0800 (PST) Received: from ?192.168.1.105? (bb116-15-25-30.singnet.com.sg [116.15.25.30]) by mx.google.com with ESMTPS id 9sm2770850ywe.41.2009.12.23.06.22.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 23 Dec 2009 06:22:04 -0800 (PST) References: <1261576024.1840.28.camel@guybrush> Message-ID: To: =?GB2312?Q?Johannes_Schl=A8=B9ter?= In-Reply-To: <1261576024.1840.28.camel@guybrush> Content-Type: text/plain; charset=GB2312; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Mailer: iPod Mail (7D11) Mime-Version: 1.0 (iPod Mail 7D11) Date: Wed, 23 Dec 2009 22:21:16 +0800 Cc: Michael Shadle , php-dev Subject: Re: [PHP-DEV] Proposal: allow for includes in php.ini From: tjerk.meesters@gmail.com (Tjerk Meesters) On 23-Dec-2009, at 21:47, Johannes Schl=A8=B9ter = =20 wrote: > On Wed, 2009-12-23 at 04:40 -0800, Michael Shadle wrote: >> NOTE: I just remembered there -is- a config-file-scan-dir option at >> compile time. However, what about doing away with this and making it >> inline in php.ini, the syntax can match mysql, as it uses ini files =20= >> as >> well. > > I think the --with-config-file-scan-dir is the perfect thing for this, > having includes means having wild dependencies ... and to answer to =20= > your > example: Ubuntu would still have to edit a php.ini file to add a new > include, with scan dir: add a file,restart server, done. > > johannes > > Why not have both? Combining these two methods allow for more =20 flexibility, though if anything I would vote for wildcards in include =20= statements to make it more powerful. > > --=20 > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >