Fix #78105: No version information for some ZipArchive methods

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347549 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2019-06-05 11:33:56 +00:00
parent 46b513526e
commit 10b6f86373

View file

@ -12,6 +12,7 @@
<function name="ZipArchive::addGlob" from="PHP 5 &gt;= 5.3.0, PHP 7, PECL zip &gt;= 1.9.0"/>
<function name="ZipArchive::addPattern" from="PHP 5 &gt;= 5.3.0, PHP 7, PECL zip &gt;= 1.9.0"/>
<function name="ZipArchive::close" from="PHP 5 &gt;= 5.2.0, PHP 7, PECL zip &gt;= 1.1.0"/>
<function name="ZipArchive::count" from="PHP 7 &gt;= 7.2.0, PECL zip &gt;= 1.15.0"/>
<function name="ZipArchive::delete" from="PHP 5 &gt;= 5.2.0, PHP 7, PECL zip &lt; 1.5.0"/>
<function name="ZipArchive::deleteIndex" from="PHP 5 &gt;= 5.2.0, PHP 7, PECL zip &gt;= 1.5.0"/>
<function name="ZipArchive::deleteName" from="PHP 5 &gt;= 5.2.0, PHP 7, PECL zip &gt;= 1.5.0"/>
@ -21,6 +22,7 @@
<function name="ZipArchive::getCommentName" from="PHP 5 &gt;= 5.2.0, PHP 7, PECL zip &gt;= 1.4.0"/>
<function name="ZipArchive::getExternalAttributesIndex" from="PHP 5 &gt;= 5.6.0, PHP 7, PECL zip &gt;= 1.12.4"/>
<function name="ZipArchive::getExternalAttributesName" from="PHP 5 &gt;= 5.6.0, PHP 7, PECL zip &gt;= 1.12.4"/>
<function name="ZipArchive::getFromIndex" from="PHP 5 &gt;= 5.2.0, PHP 7, PECL zip &gt;= 1.1.0"/>
<function name="ZipArchive::getFromName" from="PHP 5 &gt;= 5.2.0, PHP 7, PECL zip &gt;= 1.1.0"/>
<function name="ZipArchive::getNameIndex" from="PHP 5 &gt;= 5.2.0, PHP 7, PECL zip &gt;= 1.5.0"/>
<function name="ZipArchive::getStream" from="PHP 5 &gt;= 5.2.0, PHP 7, PECL zip &gt;= 1.1.0"/>