diff --git a/reference/zip/ziparchive.xml b/reference/zip/ziparchive.xml index a2a1e0f5a2..f55089a5df 100644 --- a/reference/zip/ziparchive.xml +++ b/reference/zip/ziparchive.xml @@ -64,13 +64,15 @@ status - Status of the Zip Archive + Status of the Zip Archive. + Available for closed archive, as of PHP 8.0.0 and PECL zip 1.18.0. statusSys - System status of the Zip Archive + System status of the Zip Archive. + Available for closed archive, as of PHP 8.0.0 and PECL zip 1.18.0. diff --git a/reference/zip/ziparchive/getstatusstring.xml b/reference/zip/ziparchive/getstatusstring.xml index 7e9a1db5fc..703c993069 100644 --- a/reference/zip/ziparchive/getstatusstring.xml +++ b/reference/zip/ziparchive/getstatusstring.xml @@ -29,6 +29,30 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 8.0.0 / 1.18.0 + + This method can be called on closed archive. + + + + + + + +