Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37577 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19389 invoked from network); 11 May 2008 06:05:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2008 06:05:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=hsantos@isdg.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hsantos@isdg.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain isdg.net designates 208.247.131.9 as permitted sender) X-PHP-List-Original-Sender: hsantos@isdg.net X-Host-Fingerprint: 208.247.131.9 ntbbs.winserver.com Windows NT 4.0 (older) Received: from [208.247.131.9] ([208.247.131.9:3363] helo=winserver.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/C4-34108-1AC86284 for ; Sun, 11 May 2008 02:05:22 -0400 Received: from mail.winserver.com ([208.247.131.9]) by winserver.com (Wildcat! SMTP Router v6.3.452.5) for internals@lists.php.net; Sun, 11 May 2008 02:04:03 -0400 Received: from mail.winserver.com ([208.247.131.9]) by winserver.com (Wildcat! SMTP v6.3.452.5) with ESMTP id 927188312; Sun, 11 May 2008 02:04:01 -0400 Message-ID: <48268C66.5090501@isdg.net> Date: Sun, 11 May 2008 02:04:22 -0400 Organization: Santronics Software, Inc. User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Creating one extension version: how? From: hsantos@isdg.net (Hector Santos) How can you prepare my new extension source code and/or links so that the DLL can support all the PHP 5.x.x versions? I have been trying to figure this out, reading/googling, etc, but in the mean time what I had to do was recompile the extension for all PHP releases, 5.04, 5.10, 5.12, 5.25 and now 5.26 and provide each one for users to select during installation of the extension. TIA -- Hector Santos