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

このコミットが含まれているのは:
Sébastien Lucas 2016-01-19 09:23:37 +01:00
コミット 0605724ccf

ファイルの表示

@ -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