Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46398 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1808 invoked from network); 10 Dec 2009 02:19:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Dec 2009 02:19:36 -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.216.198 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.216.198 mail-px0-f198.google.com Received: from [209.85.216.198] ([209.85.216.198:33048] helo=mail-px0-f198.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/0F-25115-7BA502B4 for ; Wed, 09 Dec 2009 21:19:36 -0500 Received: by pxi36 with SMTP id 36so989075pxi.26 for ; Wed, 09 Dec 2009 18:19:32 -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; bh=H3reWa+kPGp9vmAzj+v08Rw1tbGRir4+ADJTFARwIgY=; b=G9IQkP6PWf6boFal4CFt9c+CCYeQwQ6qQJdtxzjg1Nmd2v4eDKgukExGj2/JIpHN5a b/zIHVxzXObH5XB/HhqfnBAqYDfggS8JUqxyAmprZjNiKeXa79whq3Bq4o6VjcUHN1zD /jkN7k+O9tw3hubYikPT5MJrydNdurWaM0HHU= 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; b=VzfQm9C8JbpXDxjhYBlx4ZtPH7fHsKyZBOXzx5p42tTebWBXj5CHqF3F/ILjIvK7g9 z/Kaqv8QQBzBDStnnN8lm2sr1agSXWpi29pBf45oTuSU36dL3YCTrV/XBtpKcVgkvRvp 6+WF2gPUr/vFXeTJ1aKuvit1IXVR/u4+FthXk= MIME-Version: 1.0 Received: by 10.114.251.10 with SMTP id y10mr16757785wah.149.1260411572555; Wed, 09 Dec 2009 18:19:32 -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 18:19:32 -0800 Message-ID: To: Olivier Hill Cc: =?UTF-8?B?SsOpcsO0bWUgTG95ZXQ=?= , Tjerk Anne Meesters , Zeev Suraski , Pierre Joye , Antony Dovgal , php-dev Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [PHP-FPM] syntax of configuration file From: mike503@gmail.com (Michael Shadle) 2009/12/9 Olivier Hill : > Hello Michael, > > Are you talking about this? > > --with-config-file-scan-dir=... > > http://www.radwin.org/michael/blog/2006/07/phpini_hacks_withconfigfil.html oh, duh - I guess I am. Except it would be nice to have it inside of php.ini itself and not defined at compile-time (what if it is undefined? The user is out of luck unless they compile themselves?) I guess I spaced out, now that I think about it, I have seen /etc/php.d I think in some people's phpinfo(), I just have never used it.