Make hphp/test/run work on PHP 5.3
commitf6d8a1227bcbdb2034e1885dd5e949b3e20c353a
authorFred Emmott <fredemmott@fb.com>
Tue, 2 Dec 2014 01:43:44 +0000 (1 17:43 -0800)
committerhhvm-bot <hhvm-bot@fb.com>
Tue, 2 Dec 2014 02:00:36 +0000 (1 18:00 -0800)
treed6a4fb750ee51ce633e7ba3a86eb3bada1eebd21
parent5865a859425f63a74c7220e3e95b671b4a7f4317
Make hphp/test/run work on PHP 5.3

Summary: Installed php-cli and php-process packages on Centos 6 (php 5.3.3)

  cd hphp/test
  /usr/bin/php ./run -m interp quick/ # PHP 5.3.3
  /usr/local/bin/php ./run -m interp quick/ # HHVM FB release

Fixes facebook/hhvm#4341
@ptarjan is adding this to our automated testing.

Reviewed By: @ptarjan

Differential Revision: D1710792

Signature: t1:1710792:1417477188:6f85959db45ac58c98884e66dedf62dcf62b71bc
hphp/test/run