瀏覽代碼

Starting with PHP 5.5, php has an embedded opcache, It may speed up the sauce test

master
Sébastien Lucas 8 年之前
父節點
當前提交
0605724ccf
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      test/prepareSauceTest.sh

+ 1
- 1
test/prepareSauceTest.sh 查看文件

@@ -4,7 +4,7 @@ PHP_VERSION=`php -v|grep --only-matching --perl-regexp "PHP 5\.\\d+"`
echo $PHP_VERSION


if [[ $PHP_VERSION != "PHP 5.4" ]]
if [[ $PHP_VERSION != "PHP 5.6" ]]
then
echo "Bad PHP version"
exit


Loading…
取消
儲存