Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45925 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69503 invoked from network); 1 Nov 2009 12:20:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Nov 2009 12:20:44 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.159 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: 72.14.220.159 fg-out-1718.google.com Received: from [72.14.220.159] ([72.14.220.159:18181] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/D1-53573-A1D7DEA4 for ; Sun, 01 Nov 2009 07:20:43 -0500 Received: by fg-out-1718.google.com with SMTP id d23so1978356fga.11 for ; Sun, 01 Nov 2009 04:20:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=kOVOv2X2q4fgamBUPVlD9/0BpUhBqeWhKziXa6FDFaU=; b=N7JTS9CS4dlBm/dthC03RXaZiJSDLcwMp5COBT2ofjlHF0QcuGsTWX90fK+2xawJQK RetsUli7xzZFTh1VAlfq8nZu6QPNhyhnPzjh3L3dU/wCphjCLuTMIzKFbDqId41J/mtD SZbUna6hmX4VICZgrVhsKp85ffFplwNbnEKdU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=jsoYi9dsIaMlVjAQd+7R6d5L7hpGbVX60XqQOAcM2J9WXPjWXUqwWhTcNvZRNR7/C0 rkE9mdzWotourBddyxXr5k5GHneS+QTn0Il1h2DgwcnLlGp1qzvlgdP40Kq20MFvDZAD sN5F4+4d2StJo+PczERyjr9XeaUINSSJRzP9k= MIME-Version: 1.0 Received: by 10.86.173.16 with SMTP id v16mr1254383fge.62.1257078039588; Sun, 01 Nov 2009 04:20:39 -0800 (PST) In-Reply-To: References: <4AED4973.3040705@lsces.co.uk> Date: Sun, 1 Nov 2009 13:20:39 +0100 Message-ID: To: Mark Skilbeck Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Is an extension dev. on 5.x usable on 5.>x From: pierre.php@gmail.com (Pierre Joye) hi, On Sun, Nov 1, 2009 at 1:16 PM, Mark Skilbeck wrote: > Ah! Thanks for the info. So it is possible to prevent the 'not built on the > same PHP version' problems (i.e., turn it off)? My reply gave you the reason of this message. It has nothing to do with the platform you use (be windows, linux, etc.). On windows the C runtime has to match and that's why we added an extra check but the idea is the same, php version and runtime versions must match for the extension and the php binary loading it. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org