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

Closes GH-402.
This commit is contained in:
Yoshinari Takaoka 2021-01-25 01:25:05 +09:00 committed by Christoph M. Becker
parent 004ab8efdb
commit f54beb6389

View file

@ -5,17 +5,17 @@
-->
<versions>
<function name='escapeshellarg' from='PHP 4 &gt;= 4.0.3, PHP 5, PHP 7'/>
<function name='escapeshellcmd' from='PHP 4, PHP 5, PHP 7'/>
<function name='exec' from='PHP 4, PHP 5, PHP 7'/>
<function name='passthru' from='PHP 4, PHP 5, PHP 7'/>
<function name='proc_close' from='PHP 4 &gt;= 4.3.0, PHP 5, PHP 7'/>
<function name='proc_get_status' from='PHP 5, PHP 7'/>
<function name='proc_nice' from='PHP 5, PHP 7'/>
<function name='proc_open' from='PHP 4 &gt;= 4.3.0, PHP 5, PHP 7'/>
<function name='proc_terminate' from='PHP 5, PHP 7'/>
<function name='shell_exec' from='PHP 4, PHP 5, PHP 7'/>
<function name='system' from='PHP 4, PHP 5, PHP 7'/>
<function name="escapeshellarg" from="PHP 4 &gt;= 4.0.3, PHP 5, PHP 7, PHP 8"/>
<function name="escapeshellcmd" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="exec" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="passthru" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="proc_close" from="PHP 4 &gt;= 4.3.0, PHP 5, PHP 7, PHP 8"/>
<function name="proc_get_status" from="PHP 5, PHP 7, PHP 8"/>
<function name="proc_nice" from="PHP 5, PHP 7, PHP 8"/>
<function name="proc_open" from="PHP 4 &gt;= 4.3.0, PHP 5, PHP 7, PHP 8"/>
<function name="proc_terminate" from="PHP 5, PHP 7, PHP 8"/>
<function name="shell_exec" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="system" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
</versions>
<!-- Keep this comment at the end of the file
@ -37,4 +37,4 @@ End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
-->