Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46503 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39515 invoked from network); 23 Dec 2009 13:47:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Dec 2009 13:47:57 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 83.243.58.133 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 83.243.58.133 mailout1.netbeat.de Linux 2.6 Received: from [83.243.58.133] ([83.243.58.133:55569] helo=mailout1.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5A/E0-34932-98F123B4 for ; Wed, 23 Dec 2009 08:47:55 -0500 Received: (qmail 27630 invoked by uid 89); 23 Dec 2009 13:55:17 -0000 Received: from unknown (HELO ?192.168.1.21?) (postmaster%schlueters.de@93.104.41.248) by mailout1.netbeat.de with ESMTPA; 23 Dec 2009 13:55:17 -0000 X-Originator: 9e51b244e0a38413ab6a9876e36ba9df To: Michael Shadle Cc: php-dev In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Wed, 23 Dec 2009 14:47:04 +0100 Message-ID: <1261576024.1840.28.camel@guybrush> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Proposal: allow for includes in php.ini From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) 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 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 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