Hi Thomas, > On 3 Jan 2015, at 20:00, Thomas Bley <ma...@thomasbley.de> wrote: > > Here is what I run on my ubuntu 14.04 for compiling & testing: > > 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 > > test.php is my testing script.
I wouldn’t advise using the patch against master, since the branch may be slightly out-of-date compared to master if I haven’t recently merged it in or rebased it. Instead, I suggest you check out the branch itself. Thanks. -- Andrea Faulds http://ajf.me/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php