mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
ecc27549d8
commit
f5c5171d6f
1 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue