php-doc-en/reference/phpdbg/versions.xml
Christoph Michael Becker 25fae36ef9 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
2018-06-24 14:54:30 +00:00

41 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!--
Do NOT translate this file
-->
<versions>
<!-- Functions -->
<function name='phpdbg_clear' from='PHP 5 &gt;= 5.6.0, 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'/>
<function name='phpdbg_start_oplog' from='PHP 7'/>
<function name='phpdbg_end_oplog' from='PHP 7'/>
<function name='phpdbg_get_executable' from='PHP 7'/>
</versions>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->