Explorar el Código

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

master
Sébastien Lucas hace 8 años
padre
commit
0605724ccf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/prepareSauceTest.sh

+ 1
- 1
test/prepareSauceTest.sh Ver fichero

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


Cargando…
Cancelar
Guardar