From: Remi Collet Date: Mon, 4 Sep 2017 12:47:03 +0000 (+0200) Subject: improve warn (bzip2 requires libzip >= 1.3.0) X-Git-Tag: php-7.2.0RC2~53^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bbd4596094a007b5831a8699e784f572135bca8;p=php improve warn (bzip2 requires libzip >= 1.3.0) --- diff --git a/ext/zip/config.m4 b/ext/zip/config.m4 index 6422b8f593..7ae43250c0 100644 --- a/ext/zip/config.m4 +++ b/ext/zip/config.m4 @@ -115,7 +115,7 @@ if test "$PHP_ZIP" != "no"; then else AC_MSG_WARN(========================================================) AC_MSG_WARN(Use of bundled libzip is deprecated and will be removed.) - AC_MSG_WARN(Some features such as encryption are not available.) + AC_MSG_WARN(Some features such as encryption and bzip2 are not available.) AC_MSG_WARN(Use system library and --with-libzip is recommended.) AC_MSG_WARN(========================================================)