1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-14 20:50:30 +01:00

[ticket/12318] Use MySQL instead of MySQLi for now on HHVM.

PHPBB3-12318
This commit is contained in:
Andreas Fischer 2014-03-30 03:37:25 +02:00
parent e1be4943d8
commit 297729aa32

View File

@ -29,6 +29,10 @@ then
sudo apt-get -o Dpkg::Options::="--force-confnew" \
install -y hhvm=3.0.0~precise
# 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 \