Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75379 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13950 invoked from network); 11 Jul 2014 19:24:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2014 19:24:04 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.173 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.173 mail-we0-f173.google.com Received: from [74.125.82.173] ([74.125.82.173:65524] helo=mail-we0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/90-09407-2D930C35 for ; Fri, 11 Jul 2014 15:24:04 -0400 Received: by mail-we0-f173.google.com with SMTP id t60so1526589wes.32 for ; Fri, 11 Jul 2014 12:23:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=f021JeU7pKdtmw5Mh8KNYKMpebZT22WjciOiJX5XdRY=; b=n/gLFHCSdm85YXPxXNdpNf/sd52k+HPFC+wT7ujVjuA3wHeWW2oU+7sMnpx0DBbdan ZuThDh6yjzlTJLvOp17PoCmNJYGv53JRnBj8lS2vb9yqBbYuSf7jpRQCSsXfGVfLj9+n /vznPsvh3hcLqboH6gpBdUhzRe3qgMva0y+v+QAnRvfIaQQ5q70J8CawoID4U/t5Y32z lxHTjLMEfKHwrvrEgA4UP+lWlYpP3qYzRGjrvJsKEzuBHapSt7e/bKGdf6+eoY2DL0Dp /HoH3jWDGiFO2EHRyZoedzdNfXvO3LNEqjF5S9KvPAnt6dquMpy4hF6aNfOuySSgI3tC J7XA== X-Received: by 10.194.11.74 with SMTP id o10mr1173383wjb.82.1405106637278; Fri, 11 Jul 2014 12:23:57 -0700 (PDT) Received: from [192.168.1.120] (178-18-170-101.customer.bnet.at. [178.18.170.101]) by mx.google.com with ESMTPSA id dn3sm2497216wib.12.2014.07.11.12.23.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Jul 2014 12:23:56 -0700 (PDT) Sender: Michael Wallner Message-ID: <53C039CB.2080505@php.net> Date: Fri, 11 Jul 2014 21:23:55 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Pierre Joye CC: PHP internals References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] intitial Pickle release From: mike@php.net (Michael Wallner) On Fri 11 Jul 2014 19:58:21 CEST, Pierre Joye wrote: > hi, > > The 1st release of Pickle has been fired. This is awesome! Great work of all the people contributing! It feels a bit rough still and throws some notices on install, but, hey, its 0.1.0 and it worked! ;) > phar is available. Where, how, when? > Main features: > > - fully compatible with current PECL package (package.xml and from pecl.php.net) Depencies are not handled yet, are they? > - Package conversion > - Windows binary support > - git&co protocol support > - fully compatible with composer (integration to follow) Are there plans for a server-side evolution, too? > I'd like to thanks all contributors for their awesome work, feedback, > tests, etc. We will keep going :) I'll probably have a closer look next week! Thank you all again! -- Regards, Mike