Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65693 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34495 invoked from network); 6 Feb 2013 13:14:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Feb 2013 13:14:38 -0000 Authentication-Results: pb1.pair.com header.from=gabrielwu84@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=gabrielwu84@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.172 as permitted sender) X-PHP-List-Original-Sender: gabrielwu84@gmail.com X-Host-Fingerprint: 209.85.223.172 mail-ie0-f172.google.com Received: from [209.85.223.172] ([209.85.223.172:61271] helo=mail-ie0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/11-28994-D3752115 for ; Wed, 06 Feb 2013 08:14:38 -0500 Received: by mail-ie0-f172.google.com with SMTP id c10so1887210ieb.31 for ; Wed, 06 Feb 2013 05:14:35 -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=epWYh9ForZi/BCavav3HyV0ctPBT7oNtV5WyDAsA8Rc=; b=n9Pp+HDZRWRb3iSheWjAUCuUOAw6MycoB5U/U9Ttax9FxaXwYazsrt3PYAA5THIV6N iFRe48atrbvlbCtWRF3a5pB2gJueSfKb4HcdLxIJSeR0G+uhtQ6dTnCWFiKwhJWABcSq aYFu+vLpRihwVNZaz9iRmyuKK8VxOMU2YYgrHi+uvOxUuCG6dqy3KduqAwjRrM+EWanA t522pdzHfpp7MZL/z4gCCXdCKDX+sTDBdUCvC8jflrsnWymTFMFkGx9MXB7TNpnPb7pC KKzzvQmwf7wEYDe+27pDCMz548gZ43UMHaWaa29qHRenY/x+cDmyrFbbCyc3M5kRoYBS ASLQ== MIME-Version: 1.0 X-Received: by 10.50.149.168 with SMTP id ub8mr5739462igb.111.1360156475168; Wed, 06 Feb 2013 05:14:35 -0800 (PST) Received: by 10.50.25.198 with HTTP; Wed, 6 Feb 2013 05:14:35 -0800 (PST) In-Reply-To: References: Date: Wed, 6 Feb 2013 21:14:35 +0800 Message-ID: To: Ferenc Kovacs Cc: Sara Golemon , PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] operator-0.3 extension update From: gabrielwu84@gmail.com (Gabriel Wu) 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? 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? Also, how are compatibility with different php versions incorporated? Do users download the appropriate extension version? or is there an automatic way of detecting the version that I should incorporate into the script? 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?), and I will learn up these intricacies on the go. Also, please feel free to correct my coding convention. I will comment on the parts of the code that I have changed, so people can review and see if it is sound. Many thanks for your help! Gabriel