1
0
Fork 0
pull/5418/head
Jordi Boggiano 2016-06-02 11:59:21 +01:00
parent 02628acf26
commit a8bb93aa1f
1 changed files with 1 additions and 1 deletions

View File

@ -377,6 +377,6 @@ See also https://github.com/composer/composer/issues/4180 for more information.
## Zip archives are not unpacked correctly.
Composer can unpack zipballs using either a system-provided `unzip` utility or PHP's
native `ZipArchiver` class. The `ZipArchiver` class is preferred on Windows. On other
native `ZipArchive` class. The `ZipArchive` class is preferred on Windows. On other
OSes where ZIP files can contain permissions and symlinks, the `unzip` utility is
preferred. You're advised to install it if you need these features.