Skip to content

Commit 8afee82

Browse files
authored
add Zip::ER_TRUNCATED_ZIP (GH-3799)
1 parent 77f5f3b commit 8afee82

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

reference/zip/constants.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,19 @@
944944
</simpara>
945945
</listitem>
946946
</varlistentry>
947+
<varlistentry xml:id="ziparchive.constants.er-truncated-zip">
948+
<term>
949+
<constant>ZipArchive::ER_TRUNCATED_ZIP</constant>
950+
(<type>int</type>)
951+
</term>
952+
<listitem>
953+
<simpara>
954+
Possibly truncated or corrupted zip archive.
955+
Available as of PHP 8.4.0 and PECL zip 1.22.4, respectively,
956+
if built against libzip ≥ 1.11.1.
957+
</simpara>
958+
</listitem>
959+
</varlistentry>
947960
</variablelist>
948961

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

0 commit comments

Comments
 (0)