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:
Christoph Michael Becker 2018-06-24 14:54:30 +00:00
parent c7378721ff
commit 25fae36ef9

View file

@ -7,10 +7,10 @@
<versions>
<!-- Functions -->
<function name='phpdbg_clear' from='PHP 5 &gt;= 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 &gt;= 5.6.3, PHP 7'/>
<function name='phpdbg_break_file' from='PHP 5 &gt;= 5.6.3, PHP 7'/>
<function name='phpdbg_break_method' from='PHP 5 &gt;= 5.6.3, PHP 7'/>
<function name='phpdbg_break_function' from='PHP 5 &gt;= 5.6.3, PHP 7'/>
<function name='phpdbg_exec' from='PHP 5 &gt;= 5.6.0, PHP 7'/>
<function name='phpdbg_color' from='PHP 5 &gt;= 5.6.0, PHP 7'/>
<function name='phpdbg_prompt' from='PHP 5 &gt;= 5.6.0, PHP 7'/>