Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31133 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 826 invoked by uid 1010); 20 Jul 2007 08:33:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 809 invoked from network); 20 Jul 2007 08:33:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2007 08:33:33 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.239 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.162.239 nz-out-0506.google.com Received: from [64.233.162.239] ([64.233.162.239:47539] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/92-16756-C5370A64 for ; Fri, 20 Jul 2007 04:33:33 -0400 Received: by nz-out-0506.google.com with SMTP id x7so669057nzc for ; Fri, 20 Jul 2007 01:33:29 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qILGckAbKicYRuPsK9l41Qhwc9wAvKwa4oW/DfhCFXM0Iv7H/OLx2XfoXZtb08CppCccZbhXzgZq4NDRnO7d3384VWowoEbGd79XOBQx/4wO+//JbaH5DmjLsyoSlXGKddmLKaQcj/QvsYldwDARvsLcn/4E8/X0XTN6HrWT8zg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cV4ZUa7SxBJwbzUkzCzdx4p+5ZB4bZQTjntTdstYvuuxpL7TzdGizb8ZWXRW4riD3781u3w6MPrbq5hZ5YQUmZmAQxkcSychGhZGb16LU0iH0l4FkZFDovrVbFOz0CguhK0DhQW6iyVwon1B2SWEyAMy1Ik556dNv9UrvGUF4Jw= Received: by 10.114.174.2 with SMTP id w2mr234189wae.1184920409335; Fri, 20 Jul 2007 01:33:29 -0700 (PDT) Received: by 10.114.180.9 with HTTP; Fri, 20 Jul 2007 01:33:28 -0700 (PDT) Message-ID: Date: Fri, 20 Jul 2007 10:33:28 +0200 To: "Alexey Zakhlestin" Cc: "Stanislav Malyshev" , jani.taskinen@iki.fi, internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <698DE66518E7CA45812BD18E807866CE648191@us-ex1.zend.net> <7.0.1.0.2.20070718023255.0dc0eed0@zend.com> <7.0.1.0.2.20070718011328.0e9a3778@zend.com> <469F58CB.3070008@keryx.se> <46466.195.22.180.233.1184849268.squirrel@avilys.eik.lt> <1184851782.3328.21.camel@localhost.localdomain> <469FD3F5.10304@zend.com> Subject: Re: [PHP-DEV] POSIX regex From: pierre.php@gmail.com (Pierre) On 7/20/07, Alexey Zakhlestin wrote: > On 7/20/07, Stanislav Malyshev wrote: > > I think on Windows you can do something with the registry per-dir too. > > On unix there's no registry though. Maybe we need some generic solution > > to this (like for FastCGI users)? Anybody has good ideas? > > FastCGI users already can have their own php.ini for every application Having 100 FCGI only because you have 100 different config is not an option. --Pierre