Expose missing flags from libzip at least >= 0.11.x
authorAnatol Belski <ab@php.net>
Mon, 30 May 2016 08:16:12 +0000 (10:16 +0200)
committerAnatol Belski <ab@php.net>
Mon, 30 May 2016 08:32:43 +0000 (10:32 +0200)
commit2c80459c24c7e124239b61d3773c076fc38b10d2
treefbd21dbbad0ae2a85d6a7932c73f603eb2f19553
parent1690dcb827e2b50eb575b1c6acadab0b8f248723
Expose missing flags from libzip at least >= 0.11.x

These are helpful with reading/writing zips containing non UTF-8
filenames to mitigate possibly changed libzip behaviors.

Partial cherry-pick of 893c2405ff34250ffefbbc1d223de4df6c154c8a
ext/zip/php_zip.c