Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30302 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89026 invoked by uid 1010); 21 Jun 2007 06:47:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 89011 invoked from network); 21 Jun 2007 06:47:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jun 2007 06:47:37 -0000 Authentication-Results: pb1.pair.com header.from=wrowe@rowe-clan.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=wrowe@rowe-clan.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rowe-clan.net from 64.202.165.33 cause and error) X-PHP-List-Original-Sender: wrowe@rowe-clan.net X-Host-Fingerprint: 64.202.165.33 smtpauth11.prod.mesa1.secureserver.net Linux 2.4/2.6 Received: from [64.202.165.33] ([64.202.165.33:42315] helo=smtpauth11.prod.mesa1.secureserver.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/16-32874-80F1A764 for ; Thu, 21 Jun 2007 02:47:37 -0400 Received: (qmail 4024 invoked from network); 21 Jun 2007 06:47:33 -0000 Received: from unknown (24.15.193.17) by smtpauth11.prod.mesa1.secureserver.net (64.202.165.33) with ESMTP; 21 Jun 2007 06:47:33 -0000 Message-ID: <467A1F04.6090202@rowe-clan.net> Date: Thu, 21 Jun 2007 01:47:32 -0500 User-Agent: Thunderbird 1.5.0.12 (X11/20070530) MIME-Version: 1.0 To: Andi Gutmans CC: internals@lists.php.net References: <698DE66518E7CA45812BD18E807866CE49E7BF@us-ex1.zend.net> <467A122E.8040106@rowe-clan.net> <698DE66518E7CA45812BD18E807866CE52107B@us-ex1.zend.net> In-Reply-To: <698DE66518E7CA45812BD18E807866CE52107B@us-ex1.zend.net> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Feature(let) idea From: wrowe@rowe-clan.net ("William A. Rowe, Jr.") Windows Explorer on WinXP does a fine job for me displaying binary version numbers, pulling up dll properties of .so files, etc. Not sure which issue you are seeing? Andi Gutmans wrote: > 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 > >> -----Original Message----- >> From: William A. Rowe, Jr. [mailto:wrowe@rowe-clan.net] >> Sent: Wednesday, June 20, 2007 10:53 PM >> To: Andi Gutmans >> Cc: internals@lists.php.net >> Subject: Re: [PHP-DEV] Feature(let) idea >> >> Andi Gutmans wrote: >>> I got a feature idea from Apache. Apache will automatically >> translate >>> mod_rewrite.so in LoadModule to mod_rewrite.dll on Windows. >> It does? Apache/Win32 actually names the '.dll' as >> mod_rewrite.so on windows. There's nothing special about the >> '.dll' filename extension, a similar example is the .cpl >> control panel extensions, which are .dll's that are loaded >> into the system settings schema, .scr for screensaver dll's >> following that API, etc. >> >> In general, it's a good idea. My builds of php on win32 >> *are* entirely in the unix-style, for my customers who need >> to toggle between win32 and unix. It makes the documentation >> much simpler when you don't need two entirely different sets. >> >> Bill >> > >