We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f5f3b commit 8afee82Copy full SHA for 8afee82
reference/zip/constants.xml
@@ -944,6 +944,19 @@
944
</simpara>
945
</listitem>
946
</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>
960
</variablelist>
961
962
<variablelist xml:id="ziparchive.constants.em">
0 commit comments