Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81363 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35610 invoked from network); 29 Jan 2015 09:12:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2015 09:12:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.172 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.212.172 mail-wi0-f172.google.com Received: from [209.85.212.172] ([209.85.212.172:52500] helo=mail-wi0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/D4-09212-C69F9C45 for ; Thu, 29 Jan 2015 04:12:12 -0500 Received: by mail-wi0-f172.google.com with SMTP id h11so23012219wiw.5 for ; Thu, 29 Jan 2015 01:12:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=G9U1hjPLSkjkEeo/eL+VWH/uBFLT63lCATcuPbelzSg=; b=c1jfJuxB0PldGtPsXUJxVf4z1PLO/2Z04exf2t2KVBReMbB51BasRPrDjnoB+3O7A2 OuKdFMNgBYjXMtzXlg+FLczCoDZORwtxDqeSyNvTWt5nsb15fzk4hFWEjdWoCSV9UuF7 m+X57dh7D+/E2y3Tk/LizoQDp+8Xwcw8UFgAvooFDzgqSYtzSdfVJ7t01Szo9YiHenZD LR5SX07yEMHzAmoG7fek4PvqPV/yn3cBkfAMTm2PxboUe4ugh91XO+DPzqAiLNJmws4W ysr61j/VOYBVe23VJQKx7oudlmwEJj6tikfgT33+DZz4F7G102XkdKDR+wX1EyJmrVLr cl1Q== MIME-Version: 1.0 X-Received: by 10.180.206.147 with SMTP id lo19mr2345471wic.32.1422522728670; Thu, 29 Jan 2015 01:12:08 -0800 (PST) Received: by 10.180.88.33 with HTTP; Thu, 29 Jan 2015 01:12:08 -0800 (PST) In-Reply-To: <20150129095724.Horde.ALf3Jojx2YyZkyHsh8dDvQ6@neo.wg.de> References: <54C967A0.6070706@lerdorf.com> <20150129095724.Horde.ALf3Jojx2YyZkyHsh8dDvQ6@neo.wg.de> Date: Thu, 29 Jan 2015 10:12:08 +0100 Message-ID: To: Jan Schneider Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a11c37e2eed6bc3050dc6e12e Subject: Re: [PHP-DEV] php7dev Vagrant box From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c37e2eed6bc3050dc6e12e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c37e2eed6bc3050dc6e12e--