mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Added PHP 8 into versions.xml for bzip2 based on stubs.
Closes GH-382.
This commit is contained in:
parent
969eb8b1c7
commit
9b78a35818
1 changed files with 10 additions and 10 deletions
|
@ -4,16 +4,16 @@
|
|||
Do NOT translate this file
|
||||
-->
|
||||
<versions>
|
||||
<function name='bzwrite' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='bzflush' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='bzclose' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='bzread' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='bzopen' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='bzerrno' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='bzerrstr' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='bzerror' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='bzcompress' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name='bzdecompress' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
||||
<function name="bzwrite" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="bzflush" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="bzclose" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="bzread" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="bzopen" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="bzerrno" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="bzerrstr" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="bzerror" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="bzcompress" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="bzdecompress" from="PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8"/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue