mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added PHP 8 into versions.xml for zip based on stubs.
Closes GH-345.
This commit is contained in:
parent
3a6f3a0b84
commit
ed78b6690b
1 changed files with 51 additions and 51 deletions
|
@ -5,68 +5,68 @@
|
|||
-->
|
||||
<versions>
|
||||
|
||||
<function name="ZipArchive" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::addEmptyDir" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.8.0"/>
|
||||
<function name="ZipArchive::addFile" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::addFromString" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0"/>
|
||||
<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" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::addEmptyDir" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.8.0"/>
|
||||
<function name="ZipArchive::addFile" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::addFromString" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::addGlob" from="PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL zip >= 1.9.0"/>
|
||||
<function name="ZipArchive::addPattern" from="PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL zip >= 1.9.0"/>
|
||||
<function name="ZipArchive::close" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::count" from="PHP 7 >= 7.2.0, PHP 8, 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"/>
|
||||
<function name="ZipArchive::extractTo" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::getArchiveComment" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::getCommentIndex" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.4.0"/>
|
||||
<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"/>
|
||||
<function name="ZipArchive::getStatusString" from="PHP 5 >= 5.2.7, PHP 7"/>
|
||||
<function name="ZipArchive::deleteIndex" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.5.0"/>
|
||||
<function name="ZipArchive::deleteName" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.5.0"/>
|
||||
<function name="ZipArchive::extractTo" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::getArchiveComment" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::getCommentIndex" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.4.0"/>
|
||||
<function name="ZipArchive::getCommentName" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.4.0"/>
|
||||
<function name="ZipArchive::getExternalAttributesIndex" from="PHP 5 >= 5.6.0, PHP 7, PHP 8, PECL zip >= 1.12.4"/>
|
||||
<function name="ZipArchive::getExternalAttributesName" from="PHP 5 >= 5.6.0, PHP 7, PHP 8, PECL zip >= 1.12.4"/>
|
||||
<function name="ZipArchive::getFromIndex" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::getFromName" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::getNameIndex" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.5.0"/>
|
||||
<function name="ZipArchive::getStream" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::getStatusString" from="PHP 5 >= 5.2.7, PHP 7, PHP 8"/>
|
||||
<function name="ZipArchive::isCompressionMethodSupported" from="PHP >= 8.0.0, PECL zip >= 1.19.0"/>
|
||||
<function name="ZipArchive::isEncryptionMethodSupported" from="PHP >= 8.0.0, PECL zip >= 1.19.0"/>
|
||||
<function name="ZipArchive::locateName" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.5.0"/>
|
||||
<function name="ZipArchive::open" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::locateName" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.5.0"/>
|
||||
<function name="ZipArchive::open" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::rename" from="PHP 5 >= 5.2.0, PHP 7, PECL zip < 1.5.0"/>
|
||||
<function name="ZipArchive::renameIndex" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.5.0"/>
|
||||
<function name="ZipArchive::renameName" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.5.0"/>
|
||||
<function name="ZipArchive::renameIndex" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.5.0"/>
|
||||
<function name="ZipArchive::renameName" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.5.0"/>
|
||||
<function name="ZipArchive::replaceFile" from="PHP >= 8.0.0, PECL zip >= 1.18.0"/>
|
||||
<function name="ZipArchive::registerProgressCallback" from="PHP >= 8.0.0, PECL zip >= 1.17.0"/>
|
||||
<function name="ZipArchive::registerCancelCallback" from="PHP >= 8.0.0, PECL zip >= 1.17.0"/>
|
||||
<function name="ZipArchive::setArchiveComment" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.4.0"/>
|
||||
<function name="ZipArchive::setCommentIndex" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.4.0"/>
|
||||
<function name="ZipArchive::setCommentName" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.4.0"/>
|
||||
<function name="ZipArchive::setCompressionIndex" from="PHP 7, PECL zip >= 1.13.0"/>
|
||||
<function name="ZipArchive::setCompressionName" from="PHP 7, PECL zip >= 1.13.0"/>
|
||||
<function name="ZipArchive::setEncryptionIndex" from="PHP >= 7.2.0, PECL zip >= 1.14.0"/>
|
||||
<function name="ZipArchive::setEncryptionName" from="PHP >= 7.2.0, PECL zip >= 1.14.0"/>
|
||||
<function name="ZipArchive::setArchiveComment" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.4.0"/>
|
||||
<function name="ZipArchive::setCommentIndex" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.4.0"/>
|
||||
<function name="ZipArchive::setCommentName" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.4.0"/>
|
||||
<function name="ZipArchive::setCompressionIndex" from="PHP 7, PHP 8, PECL zip >= 1.13.0"/>
|
||||
<function name="ZipArchive::setCompressionName" from="PHP 7, PHP 8, PECL zip >= 1.13.0"/>
|
||||
<function name="ZipArchive::setEncryptionIndex" from="PHP >= 7.2.0, PHP 8, PECL zip >= 1.14.0"/>
|
||||
<function name="ZipArchive::setEncryptionName" from="PHP >= 7.2.0, PHP 8, PECL zip >= 1.14.0"/>
|
||||
<function name="ZipArchive::setMtimeIndex" from="PHP >= 8.0.0, PECL zip >= 1.16.0"/>
|
||||
<function name="ZipArchive::setMtimeName" from="PHP >= 8.0.0, PECL zip >= 1.16.0"/>
|
||||
<function name="ZipArchive::setExternalAttributesIndex" from="PHP 5 >= 5.6.0, PHP 7, PECL zip >= 1.12.4"/>
|
||||
<function name="ZipArchive::setExternalAttributesName" from="PHP 5 >= 5.6.0, PHP 7, PECL zip >= 1.12.4"/>
|
||||
<function name="ZipArchive::setPassword" from="PHP 5 >= 5.6.0, PHP 7, PECL zip >= 1.12.4"/>
|
||||
<function name="ZipArchive::setExternalAttributesIndex" from="PHP 5 >= 5.6.0, PHP 7, PHP 8, PECL zip >= 1.12.4"/>
|
||||
<function name="ZipArchive::setExternalAttributesName" from="PHP 5 >= 5.6.0, PHP 7, PHP 8, PECL zip >= 1.12.4"/>
|
||||
<function name="ZipArchive::setPassword" from="PHP 5 >= 5.6.0, PHP 7, PHP 8, PECL zip >= 1.12.4"/>
|
||||
<function name="ZipArchive::stat" from="PHP 5 >= 5.2.0, PHP 7, PECL zip < 1.5.0"/>
|
||||
<function name="ZipArchive::statIndex" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::statName" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.5.0"/>
|
||||
<function name="ZipArchive::unchangeAll" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::unchangeArchive" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::unchangeIndex" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::unchangeName" from="PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.5.0"/>
|
||||
<function name="ZipArchive::statIndex" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::statName" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.5.0"/>
|
||||
<function name="ZipArchive::unchangeAll" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::unchangeArchive" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::unchangeIndex" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0"/>
|
||||
<function name="ZipArchive::unchangeName" from="PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.5.0"/>
|
||||
|
||||
<function name="zip_close" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_entry_close" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_entry_compressedsize" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_entry_compressionmethod" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_entry_filesize" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_entry_name" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_entry_open" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_entry_read" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_open" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_read" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_close" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_entry_close" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_entry_compressedsize" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_entry_compressionmethod" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_entry_filesize" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_entry_name" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_entry_open" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_entry_read" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_open" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
<function name="zip_read" from="PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0" deprecated="PHP 8.0.0"/>
|
||||
</versions>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
Loading…
Reference in a new issue