Update all_test.sh

pull/130/head
midoks 3 years ago
parent 129a79f399
commit fbf5ca3bb0
  1. 2
      plugins/php/versions/all_test.sh

@ -47,7 +47,7 @@ for PHP_VER in ${PHP_VER_LIST[@]}; do
if [ ! -d /www/server/php/${PHP_VER} ];then
echo "php${PHP_VER} is not install!"
continue;
continue
fi
NON_ZTS_FILENAME=`ls /www/server/php/${PHP_VER}/lib/php/extensions | grep no-debug-non-zts`

Loading…
Cancel
Save