From: Christoph M. Becker Date: Mon, 8 Oct 2018 10:46:41 +0000 (+0200) Subject: [ci skip] Note the required configure changes for bundled libzip X-Git-Tag: php-7.3.0RC3~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5df679ca8b1373e3f2a47aeba5b37da74f993de;p=php [ci skip] Note the required configure changes for bundled libzip --- diff --git a/UPGRADING b/UPGRADING index c909884e16..fd915a8b50 100644 --- a/UPGRADING +++ b/UPGRADING @@ -477,6 +477,10 @@ PCRE: (`(object) array( ... )`), rather than using the nonexistent method stdClass::__setState(). + Zip: + . Building against the bundled libzip is discouraged, but still possible by + adding `--without-libzip` to the configuration. + ======================================== 10. New Global Constants ========================================