Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80126 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 811 invoked from network); 3 Jan 2015 20:12:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jan 2015 20:12:18 -0000 Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.207 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.207 imap2-2.ox.privateemail.com Received: from [192.64.116.207] ([192.64.116.207:42454] helo=imap2-2.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D3/62-21228-02D48A45 for ; Sat, 03 Jan 2015 15:12:16 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 3F24F8C0069; Sat, 3 Jan 2015 15:12:13 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap2.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap2.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dIqjiC9ojAXJ; Sat, 3 Jan 2015 15:12:13 -0500 (EST) Received: from [192.168.0.13] (unknown [94.13.96.117]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 1CD708C0009; Sat, 3 Jan 2015 15:12:11 -0500 (EST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) In-Reply-To: <20150103200059.029362605AB@dd15934.kasserver.com> Date: Sat, 3 Jan 2015 20:11:39 +0000 Cc: sbj.ml.read@gmail.com, pierre.php@gmail.com, internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <52C26B1B-6F1A-42AB-8B2C-193440CBAB5E@ajf.me> References: <41D5BB0B-73AF-488E-968D-90B2878E3178@ajf.me> <360F9366-07C2-4C7A-AC3C-D482AFDD9838@ajf.me> <20150103200059.029362605AB@dd15934.kasserver.com> To: Thomas Bley X-Mailer: Apple Mail (2.1993) Subject: Re: [PHP-DEV] [RFC] Scalar Type Hints From: ajf@ajf.me (Andrea Faulds) Hi Thomas, > On 3 Jan 2015, at 20:00, Thomas Bley wrote: >=20 > Here is what I run on my ubuntu 14.04 for compiling & testing: >=20 > apt-get install build-essential re2c bison > git clone -b master https://github.com/php/php-src.git > cd php-src > curl https://github.com/php/php-src/pull/972.patch | git am > ./buildconf > ./configure > make > sapi/cli/php /tmp/test.php >=20 > test.php is my testing script. I wouldn=E2=80=99t advise using the patch against master, since the = branch may be slightly out-of-date compared to master if I haven=E2=80=99t= recently merged it in or rebased it. Instead, I suggest you check out = the branch itself. Thanks. -- Andrea Faulds http://ajf.me/