소스 검색

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


불러오는 중...
취소
저장