From: Nikita Popov Date: Tue, 27 Aug 2019 09:36:58 +0000 (+0200) Subject: Add --with-pear to Travis build X-Git-Tag: php-7.4.0RC1~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1fbc3900f66ce9b45ddc40c97ee6d47fc5dc5a5;p=php Add --with-pear to Travis build --- diff --git a/travis/compile.sh b/travis/compile.sh index b03336bdc8..e4381952ca 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -77,6 +77,7 @@ $TS \ --with-ffi \ --enable-zend-test=shared \ --enable-werror \ +--with-pear \ > "$CONFIG_LOG_FILE" make "-j${MAKE_JOBS}" $MAKE_QUIET > "$MAKE_LOG_FILE"