Added PHP 8 into versions.xml for calendar based on stubs.

Closes GH-389.
This commit is contained in:
Yoshinari Takaoka 2021-01-24 22:05:04 +09:00 committed by Christoph M. Becker
parent e56aaa041e
commit 56f51f601b

View file

@ -5,24 +5,24 @@
-->
<versions>
<function name='cal_days_in_month' from='PHP 4 &gt;= 4.1.0, PHP 5, PHP 7'/>
<function name='cal_from_jd' from='PHP 4 &gt;= 4.1.0, PHP 5, PHP 7'/>
<function name='cal_info' from='PHP 4 &gt;= 4.1.0, PHP 5, PHP 7'/>
<function name='cal_to_jd' from='PHP 4 &gt;= 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 &gt;= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="cal_from_jd" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="cal_info" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="cal_to_jd" from="PHP 4 &gt;= 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
-->
-->