Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30299 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78842 invoked by uid 1010); 21 Jun 2007 06:12:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78827 invoked from network); 21 Jun 2007 06:12:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jun 2007 06:12:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.114 as permitted sender) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 63.205.162.114 unknown Windows 2000 SP4, XP SP1 Received: from [63.205.162.114] ([63.205.162.114:25595] helo=us-ex1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/D4-32874-3D61A764 for ; Thu, 21 Jun 2007 02:12:37 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 20 Jun 2007 23:08:36 -0700 Message-ID: <698DE66518E7CA45812BD18E807866CE52107B@us-ex1.zend.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] Feature(let) idea Thread-Index: AcezyHHHQCp+sbZQRtyGcyJMwqUqQgAAgJHw References: <698DE66518E7CA45812BD18E807866CE49E7BF@us-ex1.zend.net> <467A122E.8040106@rowe-clan.net> To: "William A. Rowe, Jr." Cc: Subject: RE: [PHP-DEV] Feature(let) idea From: andi@zend.com ("Andi Gutmans") Damn, I think you are right :) That's weird. There are some tools which only work with the .dll filename (i.e. Windows Explorer). Maybe my idea is better then :) Andi=20 > -----Original Message----- > From: William A. Rowe, Jr. [mailto:wrowe@rowe-clan.net]=20 > Sent: Wednesday, June 20, 2007 10:53 PM > To: Andi Gutmans > Cc: internals@lists.php.net > Subject: Re: [PHP-DEV] Feature(let) idea >=20 > Andi Gutmans wrote: > > I got a feature idea from Apache. Apache will automatically=20 > translate=20 > > mod_rewrite.so in LoadModule to mod_rewrite.dll on Windows. >=20 > It does? Apache/Win32 actually names the '.dll' as=20 > mod_rewrite.so on windows. There's nothing special about the=20 > '.dll' filename extension, a similar example is the .cpl=20 > control panel extensions, which are .dll's that are loaded=20 > into the system settings schema, .scr for screensaver dll's=20 > following that API, etc. >=20 > In general, it's a good idea. My builds of php on win32=20 > *are* entirely in the unix-style, for my customers who need=20 > to toggle between win32 and unix. It makes the documentation=20 > much simpler when you don't need two entirely different sets. >=20 > Bill >=20