Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46397 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 317 invoked from network); 10 Dec 2009 02:13:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Dec 2009 02:13:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=olivier.hill@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=olivier.hill@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.195 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: olivier.hill@gmail.com X-Host-Fingerprint: 209.85.223.195 mail-iw0-f195.google.com Received: from [209.85.223.195] ([209.85.223.195:35425] helo=mail-iw0-f195.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/BE-25115-039502B4 for ; Wed, 09 Dec 2009 21:13:05 -0500 Received: by iwn33 with SMTP id 33so5288067iwn.29 for ; Wed, 09 Dec 2009 18:13:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to:cc :content-type:content-transfer-encoding; bh=uRo+yEpGw80tSLz+l/kHRGR5eVsqHlY/HZa/VNVV24o=; b=ZwS7+Wk7PX9JsJ2sSgV61a/SXp1o4lRhKSZp+XQPAl6+6ASUX2epIYSaCTCTeXv845 3L92r/oK94KU32Vej5kbhKGaR2YYTBQgd6cCStQEnjawkK5b6N9wdvGcOcjrnY9b7rzB C0C9F9ZKm4vwk3G006lsBQS2NoK8NZttCBVBs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=d4jwNNkIF7C09SfSqkU3EAKm5NOPlkFuoQlSKEW3EVLL8Xrn9U5PAYw/FBaRoB0Nn2 xov89hEEzQO15wooPXD9YsG3GNnYxqui3Ig06JRqzPOWoheAp7Ay8q58znWPP3wp7lT3 pMHSfc+KdjYbcVkNUj2TrlpQ9ax4LR9dXrrGI= MIME-Version: 1.0 Sender: olivier.hill@gmail.com Received: by 10.231.190.83 with SMTP id g61mr202571iba.6.1260411182140; Wed, 09 Dec 2009 18:13:02 -0800 (PST) In-Reply-To: References: <3bea96c40912090655i263115bbid923deb2bdf296a6@mail.gmail.com> <3bea96c40912091117g7281a0d1na83630aec93f90fc@mail.gmail.com> <3bea96c40912091152l1be7115ft1c977f9f437ef0d9@mail.gmail.com> <3bea96c40912091215o6c566819v34873d445d02b858@mail.gmail.com> <3bea96c40912091512p5ee4283aha1d3f7d72851c784@mail.gmail.com> Date: Wed, 9 Dec 2009 21:12:42 -0500 X-Google-Sender-Auth: 8d740ae8bf75fcae Message-ID: To: Michael Shadle Cc: =?ISO-8859-1?B?Suly9G1lIExveWV0?= , Tjerk Anne Meesters , Zeev Suraski , Pierre Joye , Antony Dovgal , php-dev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [PHP-FPM] syntax of configuration file From: ohill@php.net (Olivier Hill) Hello Michael, Are you talking about this? --with-config-file-scan-dir=3D... http://www.radwin.org/michael/blog/2006/07/phpini_hacks_withconfigfil.html Regards, Olivier 2009/12/9 Michael Shadle : > 2009/12/9 J=E9r=F4me Loyet : > >> is there a way to include files ? >> include /etc/php-fpm/*.conf ? with one file per worker for example ? >> >> I think adding include to ini should not be a problem if it's not alread= y done. > > I would love to see the php ini file support includes like MySQL does. > > Probably would make distribution packaging a lot easier especially > with PECL extensions. > > !includedir /whatever/php.d/* > > Something like that is what MySQL uses. Then worker files could be > programmatically generated as well. > --=20 http://www.olivierhill.ca/