Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30308 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16694 invoked by uid 1010); 21 Jun 2007 07:57:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16650 invoked from network); 21 Jun 2007 07:57:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jun 2007 07:57:15 -0000 Authentication-Results: pb1.pair.com header.from=rquadling@googlemail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=rquadling@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 66.249.82.225 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: rquadling@googlemail.com X-Host-Fingerprint: 66.249.82.225 wx-out-0506.google.com Linux 2.4/2.6 Received: from [66.249.82.225] ([66.249.82.225:36123] helo=wx-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/40-02831-A382A764 for ; Thu, 21 Jun 2007 03:26:51 -0400 Received: by wx-out-0506.google.com with SMTP id i28so463384wxd for ; Thu, 21 Jun 2007 00:26:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hQRTfipiLhqRrkQEHv56F7iUbAnnrYcBiKkECxYqbH9hbCbeUaxtiB4YcESAGmQGktRJktOQL3rjJi9yUmFi/WVbWnz+g46lN/O5hxjo7junOmx5DQa/qSuSWVSkTMOHjNqNL+CP4fz32s/58IBBmTYpATU80uXhpBSDtAcO/cQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VOurKA4NltfX5IgyaZcUWdLRlnoIqwh4PM2lIQCULbo2rQ5H/sv8dQok6r0aPt2RRKYjkLaA3EAroG49e/eQNMMNLkXRSluWQz5S/BKEhS0pDXnZV2kGnXCFdXbK61rZu3EPXtsFHkLLLb8MjPpCyMKWv6Su1FhRy6ye2riYizI= Received: by 10.90.36.3 with SMTP id j3mr1287372agj.1182410808616; Thu, 21 Jun 2007 00:26:48 -0700 (PDT) Received: by 10.90.84.14 with HTTP; Thu, 21 Jun 2007 00:26:48 -0700 (PDT) Message-ID: <10845a340706210026g303e07a1ha7ab6e0f50edf128@mail.gmail.com> Date: Thu, 21 Jun 2007 08:26:48 +0100 Reply-To: RQuadling@GoogleMail.com To: "William A. Rowe, Jr." Cc: "Andi Gutmans" , internals@lists.php.net In-Reply-To: <467A1F04.6090202@rowe-clan.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <698DE66518E7CA45812BD18E807866CE49E7BF@us-ex1.zend.net> <467A122E.8040106@rowe-clan.net> <698DE66518E7CA45812BD18E807866CE52107B@us-ex1.zend.net> <467A1F04.6090202@rowe-clan.net> Subject: Re: [PHP-DEV] Feature(let) idea From: rquadling@googlemail.com ("Richard Quadling") On 21/06/07, William A. Rowe, Jr. wrote: > 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 In the main, I think it would be very odd for Windows users to see .so files in place of .dlls. For those not aware, in windows the extension is linked to a handler (Run, Open, Edit, Print, etc) via the registry. A .dll file is known to be an "Application Extension" and has no default Run/Open handler, though you can install something like a resource explorer to examine the dll as they often contain menus, bitmaps, icons, dialogs, etc (resources). So, making the files .so for compatibility to other OS's, as far as windows goes, is fine. But, confusing for many probably. -- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!"