Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30240 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50871 invoked by uid 1010); 19 Jun 2007 08:18:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50855 invoked from network); 19 Jun 2007 08:18:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jun 2007 08:18:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.235 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.235 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.235] ([64.233.162.235:64263] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 62/01-39378-B3197764 for ; Tue, 19 Jun 2007 04:18:05 -0400 Received: by nz-out-0506.google.com with SMTP id i11so1465578nzi for ; Tue, 19 Jun 2007 01:17:59 -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=DQjLgTpCSbo/Cez9IPjvVioNj6jh1elyNNYfoek2aQdhiy6vHJUB1kNrMRbu8aTZK0M90G/8dceVmzB2YLP1uxR3YDkKwtSISRL+B0ZYRelp4bDLshZXSojmbFyNzCyjQMZQd3r0NWbl9joMe2cK0mRzhoIDGjxghfQxdbQYhDQ= 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=C3ME+3KRsdYwt69tzTdow2pDjnvYZo5wESgh9cifZ3cUTICdc02Lapptz9WOy9ruXRCBPBJSQIFgr/HwkbEFZWvQXKyxN8qHj6AX7YqmEf5ag3neazUFg382uT1C2Y4q6s8x94AAGtFvhDril8xha1vFXkjrK/5E9L9C+9EFpf0= Received: by 10.115.106.7 with SMTP id i7mr7178872wam.1182241078431; Tue, 19 Jun 2007 01:17:58 -0700 (PDT) Received: by 10.114.47.2 with HTTP; Tue, 19 Jun 2007 01:17:58 -0700 (PDT) Message-ID: Date: Tue, 19 Jun 2007 10:17:58 +0200 To: "Stefan Priebsch" Cc: "Andi Gutmans" , internals@lists.php.net In-Reply-To: <46777CFB.8080707@e-novative.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <698DE66518E7CA45812BD18E807866CE49E7BF@us-ex1.zend.net> <46777CFB.8080707@e-novative.de> Subject: Re: [PHP-DEV] Feature(let) idea From: pierre.php@gmail.com (Pierre) On 6/19/07, Stefan Priebsch wrote: > Andi, > > Andi Gutmans schrieb: > > I got a feature idea from Apache. Apache will automatically translate > > mod_rewrite.so in LoadModule to mod_rewrite.dll on Windows. It'd be nice > > if we added the same to PHP so you wouldn't need to maintain two > > php.ini's between UNIX & Windows machines. It's a pretty easy patch but > > I wanted to run it by people here before working on a patch. > > > > Andi > > I like this idea, but the directory layout is usually rather different > between Windows and Unix, so there will probably still be differences in > the php.ini regarding to include_path and extension_dir. The idea is to use the same set of "extension=foo" directives for all platforms (nearly all). It is relatively obvious that extension_dir will differ. I like this idea and will ease our life, a litte :) Cheers, --Pierre