Browse Source

Fixed some PHP/HHVM bugs

msmith-techempower 10 years ago
parent
commit
25615d4a78
2 changed files with 2 additions and 2 deletions
  1. 1 1
      frameworks/PHP/hhvm/setup_hhvm.sh
  2. 1 1
      frameworks/PHP/php-pimf/install.sh

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

@@ -13,5 +13,5 @@ sed -i 's|File = .*/error.log|File = '"${TROOT}"'/error.log|g' deploy/config.hdf
 sed -i "s|/usr/local/nginx/|${IROOT}/nginx/|g" deploy/nginx.conf
 sed -i "s|TEST_ROOT|${TROOT}|g" deploy/nginx.conf
 
-hhvm --config $TROOT/deploy/config.hdf --user $(whoami) -m daemon
+hhvm -m daemon --config $TROOT/deploy/config.hdf --user $(whoami)
 $NGINX_HOME/sbin/nginx -c $TROOT/deploy/nginx.conf

+ 1 - 1
frameworks/PHP/php-pimf/install.sh

@@ -5,7 +5,7 @@ export COMPOSER_HOME=${IROOT}/php-composer
 export PHP_FPM=${PHP_HOME}/sbin/php-fpm
 export NGINX_HOME=${IROOT}/nginx
 
-fw_depends php nginx composer
+fw_depends php nginx composer cphalcon
 
 ${PHP_HOME}/bin/php ${COMPOSER_HOME}/composer.phar install \
   --no-interaction --working-dir $TROOT \