Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65694 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37850 invoked from network); 6 Feb 2013 14:09:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Feb 2013 14:09:22 -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 Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.169 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.128.169 mail-ve0-f169.google.com Received: from [209.85.128.169] ([209.85.128.169:64504] helo=mail-ve0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/81-28994-11462115 for ; Wed, 06 Feb 2013 09:09:21 -0500 Received: by mail-ve0-f169.google.com with SMTP id 15so1198753vea.14 for ; Wed, 06 Feb 2013 06:09:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=d5++aGWwiCxPCqDSq3CWStBTnoxQ2YKTwhAymFMpAz4=; b=0q1jQXSV/tNo73TakMVYAWMqVRhUEn1bayzXvcyVVmJQYpvF1nnq8EUmb/rdVF8jpo NOW56MONxBh1Eblrr4NplUaGkdvzyyEa6+gKQEOmavn4DS5gznIIcO0AvzUMYZwytAXM 2Rom8M2V7OerulTRy6dTQxZb4QF8QXOfofxvILjZITKSvYlskN12R69g9K+I9XZavhhg Qr0dLk5sirX4ffgZNCFdApnP1T3yNwqtPMDb3LgRTugalYQaMnmwBbvf9HM+lcCYOmu1 8nMqw5CUC6w9/riQK36i0grLCFfm5J7aLTLfXMpKuVm8vSnQAGKoMty3OZq9bvkdZ33x iFfg== MIME-Version: 1.0 X-Received: by 10.52.17.135 with SMTP id o7mr28488694vdd.70.1360159758363; Wed, 06 Feb 2013 06:09:18 -0800 (PST) Received: by 10.220.41.195 with HTTP; Wed, 6 Feb 2013 06:09:18 -0800 (PST) In-Reply-To: References: Date: Wed, 6 Feb 2013 15:09:18 +0100 Message-ID: To: Gabriel Wu Cc: Ferenc Kovacs , Sara Golemon , PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] operator-0.3 extension update From: pierre.php@gmail.com (Pierre Joye) hi, On Wed, Feb 6, 2013 at 2:14 PM, Gabriel Wu wrote: > On Wed, Feb 6, 2013 at 7:28 PM, Ferenc Kovacs wrote: >> >> I think mentioning Sara as a sponsor would weight in more than myself. ;) >> >> > > Oh, you aren't the one approving the application? Many do that. > Anyway I was wondering how to go about submitting the update - are > there any howto's on creating the pear package that I should upload on > http://pecl.php.net/release-upload.php? See the pear documentation and the existing extensions in pecl, you only need to update the package.xml information (changelog, lead devs, etc.) and run "pecl package package.xml" from the src directory. > Also, how are compatibility with different php versions incorporated? You deal with it using #ifdef in one tree. See the other extensions as well for example. > Regardless, I can upload the two updates first, one compatible with > php5.3 and another with php5.4 (calling them operator-0.4 and > operator-0.5?), Please do it all in one release only unless you plan to drop support for one a given version :) Cheers, -- Pierre @pierrejoye