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.