]> granicus.if.org Git - php/commitdiff
[skip ci] Fix a typo in UPGRADING
authorTyson Andre <tysonandre775@hotmail.com>
Thu, 30 Apr 2020 23:40:54 +0000 (19:40 -0400)
committerMáté Kocsis <kocsismate@woohoolabs.com>
Fri, 1 May 2020 10:22:24 +0000 (12:22 +0200)
Confirmed that php_zip.c checks for `"enc_password"`

Closes GH-5503

UPGRADING

index 982ebe635cfcca2db92b50946ea85d219b85749c..fc832ba2e37b2e8fce6dfcfaeb4eed659792c92f 100644 (file)
--- 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)