From: Tyson Andre Date: Thu, 30 Apr 2020 23:40:54 +0000 (-0400) Subject: [skip ci] Fix a typo in UPGRADING X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1dbf923866e565c18062cfacc07b2626496241f8;p=php [skip ci] Fix a typo in UPGRADING Confirmed that php_zip.c checks for `"enc_password"` Closes GH-5503 --- diff --git a/UPGRADING b/UPGRADING index 982ebe635c..fc832ba2e3 100644 --- a/UPGRADING +++ b/UPGRADING @@ -541,7 +541,7 @@ PHP 8.0 UPGRADE NOTES . comp_method . comp_flags . env_method - . enc_pasword + . enc_password . ZipArchive::addEmptyDir, ZipArchive::addFile and aZipArchive::addFromString methods have a new "flags" argument. This allow to manage name encoding (ZipArchive::FL_ENC_*) and entry replacement (ZipArchive::FL_OVERWRITE)