From f5c5171d6f7c8a1c96846e79d1a7d3f1578a32ff Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Fri, 27 Mar 2020 16:32:30 +0000 Subject: [PATCH] Fix #79418: configure --enable-zip results in failure git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349534 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/zip/configure.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/reference/zip/configure.xml b/reference/zip/configure.xml index c275dbae60..e5d223d0f2 100644 --- a/reference/zip/configure.xml +++ b/reference/zip/configure.xml @@ -8,8 +8,10 @@
Linux systems - In order to use these functions you must compile PHP with zip support - by using the + As of PHP 7.4.0, in order to use these functions you must compile PHP with zip support + by using the + configure option. + Previously, zip support had to be enabled by using the configure option. @@ -21,6 +23,7 @@ As of PHP 7.3.0, building against the bundled libzip is discouraged, but still possible by adding to the configuration. + As of PHP 7.4.0, the bundled libzip is removed.