From 5bbd4596094a007b5831a8699e784f572135bca8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Sep 2017 14:47:03 +0200 Subject: [PATCH] improve warn (bzip2 requires libzip >= 1.3.0) --- ext/zip/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(========================================================) -- 2.50.1