Skip to content

Commit

Permalink
add Zip::ER_TRUNCATED_ZIP (GH-3799)
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Sep 26, 2024
1 parent 77f5f3b commit 8afee82
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions reference/zip/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,19 @@
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="ziparchive.constants.er-truncated-zip">
<term>
<constant>ZipArchive::ER_TRUNCATED_ZIP</constant>
(<type>int</type>)
</term>
<listitem>
<simpara>
Possibly truncated or corrupted zip archive.
Available as of PHP 8.4.0 and PECL zip 1.22.4, respectively,
if built against libzip ≥ 1.11.1.
</simpara>
</listitem>
</varlistentry>
</variablelist>

<variablelist xml:id="ziparchive.constants.em">
Expand Down

0 comments on commit 8afee82

Please sign in to comment.