Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45923 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64141 invoked from network); 1 Nov 2009 11:50:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Nov 2009 11:50:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.152 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.152 fg-out-1718.google.com Received: from [72.14.220.152] ([72.14.220.152:28852] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 77/01-53573-7E57DEA4 for ; Sun, 01 Nov 2009 06:50:00 -0500 Received: by fg-out-1718.google.com with SMTP id 16so67221fgg.11 for ; Sun, 01 Nov 2009 03:49:57 -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=H+SnYBxL4s+WoVf/c1ByBK7AZDkHT9zmQYAaT6h+CCc=; b=QgsoEtlOvrL2gfjB6JwzBAUH9g3GPjp40Q8xm30z99gmzmbXFXpj7xF16SDnNEPF8r Undh3XWEodMUa6FgV/Z5ExyioGGgcfw0punrdiWqizBlFcEUlV7EVSKLhla19Oc3+I2k Yat4fHx7QwPBUBOUdSG1US+cpdcJYwcrlQYaM= 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=nyP2O42PwCjvw8gcTDlXsfEIGEZmKUHmEGfwibWjwjYcXVvFBNGPgUYPML/sstmaPS fS0uDvbsEgF+Nxti5X5pWHAI9BeVpvizfAWzUwdoj2oMYZgWXDB0iIihcofAJORiVK56 xkvzONh8wBmx+jXuTH5tduXHU5nyBym+8AGZQ= MIME-Version: 1.0 Received: by 10.86.173.16 with SMTP id v16mr1233814fge.62.1257076196954; Sun, 01 Nov 2009 03:49:56 -0800 (PST) In-Reply-To: References: Date: Sun, 1 Nov 2009 12:49:56 +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 Sat, Oct 31, 2009 at 11:02 PM, Mark Skilbeck wrote: > That is, is an extension compiled on PHP5.1 usable for PHP5.2? No, it only works between 5.1.x and another 5.1.x release, or 5.2.x and another 5.2.x (5.2.9 and 5.2.11 for example). We change the minor version number when a binary incompatibility exists. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org