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
This commit is contained in:
Christoph Michael Becker 2020-03-27 16:32:30 +00:00
parent ecc27549d8
commit f5c5171d6f

View file

@ -8,8 +8,10 @@
<section xml:id="zip.installation.new.linux">
<title>Linux systems</title>
<para>
In order to use these functions you must compile PHP with zip support
by using the <option role="configure">--enable-zip</option>
As of PHP 7.4.0, in order to use these functions you must compile PHP with zip support
by using the <option role="configure">--with-zip</option>
configure option.
Previously, zip support had to be enabled by using the <option role="configure">--enable-zip</option>
configure option.
</para>
<para>
@ -21,6 +23,7 @@
As of PHP 7.3.0, building against the bundled libzip is discouraged, but
still possible by adding <option role="configure">--without-libzip</option>
to the configuration.
As of PHP 7.4.0, the bundled libzip is removed.
</para>
</section>