mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
46b513526e
commit
10b6f86373
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
<function name="ZipArchive::addGlob" from="PHP 5 >= 5.3.0, PHP 7, PECL zip >= 1.9.0"/>
|
||||
<function name="ZipArchive::addPattern" from="PHP 5 >= 5.3.0, PHP 7, PECL zip >= 1.9.0"/>
|
||||
<function name="ZipArchive::close" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::count" from="PHP 7 >= 7.2.0, PECL zip >= 1.15.0"/>
|
||||
<function name="ZipArchive::delete" from="PHP 5 >= 5.2.0, PHP 7, PECL zip < 1.5.0"/>
|
||||
<function name="ZipArchive::deleteIndex" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.5.0"/>
|
||||
<function name="ZipArchive::deleteName" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.5.0"/>
|
||||
|
@ -21,6 +22,7 @@
|
|||
<function name="ZipArchive::getCommentName" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.4.0"/>
|
||||
<function name="ZipArchive::getExternalAttributesIndex" from="PHP 5 >= 5.6.0, PHP 7, PECL zip >= 1.12.4"/>
|
||||
<function name="ZipArchive::getExternalAttributesName" from="PHP 5 >= 5.6.0, PHP 7, PECL zip >= 1.12.4"/>
|
||||
<function name="ZipArchive::getFromIndex" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::getFromName" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::getNameIndex" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.5.0"/>
|
||||
<function name="ZipArchive::getStream" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0"/>
|
||||
|
|
Loading…
Reference in a new issue