From ea17a7cc5b1ac8f14d825ac015b80a3366747348 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 26 May 2014 21:41:55 +0200 Subject: [ticket/12592] Make hhvm run MySQL again. PHPBB3-12592 --- travis/setup-webserver.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'travis') diff --git a/travis/setup-webserver.sh b/travis/setup-webserver.sh index 6188d2c232..bffe2c0bf4 100755 --- a/travis/setup-webserver.sh +++ b/travis/setup-webserver.sh @@ -28,10 +28,6 @@ then # Upgrade to a recent stable version of HHVM sudo apt-get -o Dpkg::Options::="--force-confnew" install -y hhvm-nightly - # MySQLi is broken in HHVM 3.0.0~precise and still does not work for us in - # 2014.03.28~saucy, i.e. needs more work. Use MySQL extension for now. - sed -i "s/mysqli/mysql/" "$DIR/phpunit-mysql-travis.xml" - HHVM_LOG=$(realpath "$DIR")/hhvm.log sudo hhvm \ -- cgit v1.2.1