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 calendar based on stubs.
Closes GH-389.
This commit is contained in:
parent
e56aaa041e
commit
56f51f601b
1 changed files with 19 additions and 19 deletions
|
@ -5,24 +5,24 @@
|
|||
-->
|
||||
|
||||
<versions>
|
||||
<function name='cal_days_in_month' from='PHP 4 >= 4.1.0, PHP 5, PHP 7'/>
|
||||
<function name='cal_from_jd' from='PHP 4 >= 4.1.0, PHP 5, PHP 7'/>
|
||||
<function name='cal_info' from='PHP 4 >= 4.1.0, PHP 5, PHP 7'/>
|
||||
<function name='cal_to_jd' from='PHP 4 >= 4.1.0, PHP 5, PHP 7'/>
|
||||
<function name='easter_date' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='easter_days' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='frenchtojd' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='gregoriantojd' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='jddayofweek' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='jdmonthname' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='jdtofrench' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='jdtogregorian' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='jdtojewish' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='jdtojulian' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='jdtounix' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='jewishtojd' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='juliantojd' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='unixtojd' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name="cal_days_in_month" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="cal_from_jd" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="cal_info" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="cal_to_jd" from="PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="easter_date" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="easter_days" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="frenchtojd" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="gregoriantojd" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="jddayofweek" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="jdmonthname" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="jdtofrench" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="jdtogregorian" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="jdtojewish" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="jdtojulian" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="jdtounix" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="jewishtojd" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="juliantojd" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="unixtojd" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
@ -44,4 +44,4 @@ End:
|
|||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue