Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46396 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98356 invoked from network); 10 Dec 2009 02:02:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Dec 2009 02:02:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike503@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike503@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.222.176 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mike503@gmail.com X-Host-Fingerprint: 209.85.222.176 mail-pz0-f176.google.com Received: from [209.85.222.176] ([209.85.222.176:46832] helo=mail-pz0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/6E-25115-796502B4 for ; Wed, 09 Dec 2009 21:01:59 -0500 Received: by pzk6 with SMTP id 6so5955113pzk.29 for ; Wed, 09 Dec 2009 18:01:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=L3JYn0AyKu4cOc3Rt7X/cidHVvHGiM1xjK85u+WGG/k=; b=qHaK35hahoRRxrVnwIfLz7IhQmaW+A0skOMuWp5r9T+p6EKd028AHP2bMVgZ+xZgTe /I7AjMIikYwFa0Hd1ey/HdcFgHtsH7GQUBEWkAd/Cd7y5roK1+8LWPcE6dksdbCIVcOx 0EKUgFaf1kv54Zs0mBk1xuFJ4nnh3PrxbQdDg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=OSoReDMm6AWpfXvcuo0hZUxgqahqc9j0DZc96F+pjcvSq83Kr9EFEeGOMg2uD3FbGz Kir10nW/nVrxw2UWO2QQza2es5Un+6TrP+yxRM0OqZVpQCyDn/vT8x0ZpvKzNp9Qkp6T UOJBQUB3jvRv114nuWZYD38zy4ZsGzwDIS9zQ= MIME-Version: 1.0 Received: by 10.115.100.30 with SMTP id c30mr23304wam.211.1260410516639; Wed, 09 Dec 2009 18:01:56 -0800 (PST) In-Reply-To: <3bea96c40912091512p5ee4283aha1d3f7d72851c784@mail.gmail.com> References: <3bea96c40912090655i263115bbid923deb2bdf296a6@mail.gmail.com> <7.0.1.0.2.20091209200857.07a9da50@zend.com> <3bea96c40912091117g7281a0d1na83630aec93f90fc@mail.gmail.com> <3bea96c40912091152l1be7115ft1c977f9f437ef0d9@mail.gmail.com> <3bea96c40912091215o6c566819v34873d445d02b858@mail.gmail.com> <3bea96c40912091512p5ee4283aha1d3f7d72851c784@mail.gmail.com> Date: Wed, 9 Dec 2009 18:01:56 -0800 Message-ID: To: =?UTF-8?B?SsOpcsO0bWUgTG95ZXQ=?= Cc: Tjerk Anne Meesters , Zeev Suraski , Pierre Joye , Antony Dovgal , php-dev Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [PHP-FPM] syntax of configuration file From: mike503@gmail.com (Michael Shadle) 2009/12/9 J=C3=A9r=C3=B4me 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 already= 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.