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 exec based on stubs.
Closes GH-402.
This commit is contained in:
parent
004ab8efdb
commit
f54beb6389
1 changed files with 12 additions and 12 deletions
|
@ -5,17 +5,17 @@
|
|||
-->
|
||||
|
||||
<versions>
|
||||
<function name='escapeshellarg' from='PHP 4 >= 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 >= 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 >= 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 >= 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 >= 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 >= 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
|
||||
-->
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue