mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix version info of the phpdbg_break_*() functions
Actually, these are already available as of PHP 5.6.3, see <https://github.com/php/php-src/blob/php-5.6.3/sapi/phpdbg/phpdbg.c#L265-L320>. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345199 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c7378721ff
commit
25fae36ef9
1 changed files with 4 additions and 4 deletions
|
@ -7,10 +7,10 @@
|
|||
<versions>
|
||||
<!-- Functions -->
|
||||
<function name='phpdbg_clear' from='PHP 5 >= 5.6.0, PHP 7'/>
|
||||
<function name='phpdbg_break_next' from='PHP 7'/>
|
||||
<function name='phpdbg_break_file' from='PHP 7'/>
|
||||
<function name='phpdbg_break_method' from='PHP 7'/>
|
||||
<function name='phpdbg_break_function' from='PHP 7'/>
|
||||
<function name='phpdbg_break_next' from='PHP 5 >= 5.6.3, PHP 7'/>
|
||||
<function name='phpdbg_break_file' from='PHP 5 >= 5.6.3, PHP 7'/>
|
||||
<function name='phpdbg_break_method' from='PHP 5 >= 5.6.3, PHP 7'/>
|
||||
<function name='phpdbg_break_function' from='PHP 5 >= 5.6.3, PHP 7'/>
|
||||
<function name='phpdbg_exec' from='PHP 5 >= 5.6.0, PHP 7'/>
|
||||
<function name='phpdbg_color' from='PHP 5 >= 5.6.0, PHP 7'/>
|
||||
<function name='phpdbg_prompt' from='PHP 5 >= 5.6.0, PHP 7'/>
|
||||
|
|
Loading…
Reference in a new issue