Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81381 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78810 invoked from network); 29 Jan 2015 13:40:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2015 13:40:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=jan@horde.org; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=jan@horde.org; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain horde.org does not designate 82.98.68.218 as permitted sender) X-PHP-List-Original-Sender: jan@horde.org X-Host-Fingerprint: 82.98.68.218 fra.ammma.de Linux 2.6 Received: from [82.98.68.218] ([82.98.68.218:59394] helo=fra.ammma.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/1D-09212-5383AC45 for ; Thu, 29 Jan 2015 08:40:07 -0500 Received: from ammma.de (fra2-hb [192.168.1.12]) by fra.ammma.de (Postfix) with ESMTPS id 4F6665B04D3; Thu, 29 Jan 2015 14:40:01 +0100 (CET) Received: from mail.ammma.net (ns.ammma.mil [192.168.110.1]) by ammma.de (8.11.6/8.11.6/AMMMa AG) with ESMTP id t0TDdwF08978; Thu, 29 Jan 2015 14:39:58 +0100 Received: from neo.wg.de (hydra.ammma.mil [192.168.110.1]) by mail.ammma.net (Postfix) with ESMTP id C4F9641E5C; Thu, 29 Jan 2015 14:39:58 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by neo.wg.de (Postfix) with ESMTP id EA1851900E58; Thu, 29 Jan 2015 14:40:28 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at wg.de Received: from neo.wg.de ([127.0.0.1]) by localhost (neo.wg.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KkGWg8XDdWEX; Thu, 29 Jan 2015 14:40:23 +0100 (CET) Received: from neo (localhost [IPv6:::1]) by neo.wg.de (Postfix) with ESMTPS id AB1E91900BE7; Thu, 29 Jan 2015 14:40:23 +0100 (CET) Received: from 192.168.60.175 ([192.168.60.175]) by neo.wg.de (Horde Framework) with HTTP; Thu, 29 Jan 2015 14:40:23 +0100 Date: Thu, 29 Jan 2015 14:40:23 +0100 Message-ID: <20150129144023.Horde.p-YsdSz86OeAXaSKiCe_Tg1@neo.wg.de> To: Ferenc Kovacs Cc: PHP Internals References: <54C967A0.6070706@lerdorf.com> <20150129095724.Horde.ALf3Jojx2YyZkyHsh8dDvQ6@neo.wg.de> <20150129110345.Horde.QNf5xhcd3Cr0ie4ZTWk3AA1@neo.wg.de> In-Reply-To: User-Agent: Horde Application Framework 5 Content-Type: multipart/alternative; boundary="=_OWadvsCB1Ap8s9kjvPO8Cw1" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] php7dev Vagrant box From: jan@horde.org (Jan Schneider) --=_OWadvsCB1Ap8s9kjvPO8Cw1 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes Content-Description: Textnachricht Content-Disposition: inline Content-Transfer-Encoding: 8bit Zitat von Ferenc Kovacs : > On Thu, Jan 29, 2015 at 11:03 AM, Jan Schneider wrote: > >> _Zitat von Ferenc Kovacs :_ >> >>> _On Thu, Jan 29, 2015 at 9:57 AM, Jan Schneider wrote:_ >>> >>>> _Zitat von Rasmus Lerdorf :_ >>>> >>>>> _As a follow-up to my PHP7 Homework post last week, here is a bit of >>>>> spoon-feeding for all you lurkers on this list. >>>>> >>>>> https://atlas.hashicorp.com/_rasmus/boxes/php7dev_ >>>>> >>>>> _The description there should be fairly self-explanatory. If you >>>>> have a >>>>> computer running Linux, OSX or Windows and about 4G of disk space, >>>>> heck >>>>> install it on a $5 USB stick, then you don't have any excuses. It will >>>>> takes less than 15 minutes of your time, and most of that is waiting >>>>> for >>>>> the download. >>>>> >>>>> Please use it to install your own applications or whatever random PHP >>>>> applications out there you can find and help us track down issues. We >>>>> have been plagued by bugs being found after initial releases because >>>>> not >>>>> enough people helped test in the past. Let's try to get ahead of them >>>>> this time. >>>>> >>>>> -Rasmus__ >>>> >>>> __The first command from your instructions there get me: >>>> >>>> $ vagrant box add rasmus/php7dev >>>> This command was not invoked properly. The help for this command is >>>> available below.__ >>>> _ _ >>> >>> _ _ >>> __what version of vagrant are you using? (you can check >>> via vagrant --version)__ >>> __adding boxes like that (username/boxname format instead >>> of using the full url for the box) is only supported since vagrant >>> 1.5__ >>> __if you don't wanna upgrade you could try something like__ >>> __vagrant box add >>> https://atlas.hashicorp.com/rasmus/boxes/php7dev __ >>> __vagrant init php7dev__ >>> >>> __but probably easier to just upgrade__ >>> >>> _ _ >>> __--__ >>> __Ferenc Kovács >>> @Tyr43l - http://tyrael.hu__ >> >> >> >> _It's indeed 1.4, but that doesn't work with the full URL either. >> Upgrading is the way to go._ >>   > > _agree, but out of curiosity, could you try the following with 1.4?:_ > _vagrant box add "rasmus/php7dev" > https://vagrantcloud.com/rasmus/boxes/php7dev/versions/0.0.2/providers/virtualbox.box --provider > virtualbox_ >   > _-- _ > _Ferenc Kovács > @Tyr43l - http://tyrael.hu_ Too late, I already upgraded. But 1.4.x is the version shipped with recent Ubunutu (and thus probably recent Debian), so you can easily test it there. ------------------------- Jan Schneider The Horde Project http://www.horde.org/ https://www.facebook.com/hordeproject --=_OWadvsCB1Ap8s9kjvPO8Cw1--