Browse Source

php/hhvm working with php7

Nate Brady 9 years ago
parent
commit
cc8b629264
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/PHP/hhvm/setup_hhvm.sh

+ 1 - 1
frameworks/PHP/hhvm/setup_hhvm.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-fw_depends nginx php hhvm
+fw_depends nginx php7 hhvm
 
 sed -i 's|host=localhost;|host='"${DBHOST}"';|g' once.php.inc
 sed -i 's|SourceRoot = .*/FrameworkBenchmarks/hhvm|SourceRoot = '"${TROOT}"'|g' deploy/config.hdf