From c5df679ca8b1373e3f2a47aeba5b37da74f993de Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 8 Oct 2018 12:46:41 +0200 Subject: [PATCH] [ci skip] Note the required configure changes for bundled libzip --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING b/UPGRADING index c909884e166..fd915a8b50f 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 ========================================