]> granicus.if.org Git - php/commitdiff
improve warn (bzip2 requires libzip >= 1.3.0)
authorRemi Collet <remi@php.net>
Mon, 4 Sep 2017 12:47:03 +0000 (14:47 +0200)
committerRemi Collet <remi@php.net>
Mon, 4 Sep 2017 12:47:03 +0000 (14:47 +0200)
ext/zip/config.m4

index 6422b8f5933fd787fa910491c8dccd7fd0c5e6fa..7ae43250c01ef7c9bf6f91dc0254d7965c849b52 100644 (file)
@@ -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(========================================================)