Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65717 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33117 invoked from network); 7 Feb 2013 13:18:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2013 13:18:59 -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.210.180 as permitted sender) X-PHP-List-Original-Sender: gabrielwu84@gmail.com X-Host-Fingerprint: 209.85.210.180 mail-ia0-f180.google.com Received: from [209.85.210.180] ([209.85.210.180:45854] helo=mail-ia0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 23/91-23848-2C9A3115 for ; Thu, 07 Feb 2013 08:18:59 -0500 Received: by mail-ia0-f180.google.com with SMTP id f27so2964342iae.11 for ; Thu, 07 Feb 2013 05:18:56 -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=yfJuBb0ScNAfP9QaKX0+yVQcONbqbZaB+he8eFW/2+0=; b=dHHyhQLNUEYYJncQvNWixD6bnXOAirL/thxfsrPYiIKCdsxo8VE776nJBfaUeWMBJp EsSVxm5Nx8VJ/Gs0YgNJdozwqi5/Qdj2Yyt9obtSXiqn7Wnwmfmh1J2/VIr/uIsTk022 Q2IwXc7W5naxNCALWZQfZCkRnH4/wkDoK4MaE6JkL1bOg8+T3fcSA+8K6YuqfvNSxNL/ nQO111gNRp1tb0/o+6GsnsXBEcqNfBzD+qI1bJTa3S1aiTTCWVRmgUN4pM3lavshsPdZ zEF8fzKM9bC0qIpJa7xtcw84k7YkN6eD77vUp/U2ZwTjEpgmF1XTEmZ62RRHk8gBJTNS b+wg== MIME-Version: 1.0 X-Received: by 10.42.54.5 with SMTP id p5mr2214105icg.49.1360243136483; Thu, 07 Feb 2013 05:18:56 -0800 (PST) Received: by 10.50.3.104 with HTTP; Thu, 7 Feb 2013 05:18:56 -0800 (PST) In-Reply-To: <24.D6.10737.AF983115@pb1.pair.com> References: <2C.16.10737.6BE73115@pb1.pair.com> <24.D6.10737.AF983115@pb1.pair.com> Date: Thu, 7 Feb 2013 21:18:56 +0800 Message-ID: To: Harald Lapp Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] operator-0.3 extension update From: gabrielwu84@gmail.com (Gabriel Wu) On Thu, Feb 7, 2013 at 7:03 PM, Harald Lapp wrote: > Am 07.02.13 11:40, schrieb Michael Wallner: > >>> great, that someone is updating this extension. will you also offer an >>> updated version for php-5.5 later (if it does not already work)? i just >>> wanted to give it a try, but there seems to be a problem with the >>> uploaded >>> package: it seems to only contain the "package.xml"? >> >> >> % tar -i >> > > i feel really stupid, but i am unable to extract this archive on my system > (mac). neither with bsdtar nor with gnutar. i've not had such issue with any > other archive ever downloaded from php.net before. > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > Hi Micheal, I have uploaded a new tarball which hopefully contains the src files. I had problems previously with a bug on the pecl package system, which I thought I sorted out, but apparently not. I will test it on php-5.5 on my own sometime, but please let me know of the outcome of your tests! Best regards, Gabriel