mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Updated version.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337199 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b0078642a2
commit
1ab59f6c72
1 changed files with 12 additions and 11 deletions
|
@ -5,17 +5,18 @@
|
|||
-->
|
||||
|
||||
<versions>
|
||||
<function name='debug_backtrace' from='PHP 4 >= 4.3.0, PHP 5'/>
|
||||
<function name='debug_print_backtrace' from='PHP 5'/>
|
||||
<function name='error_get_last' from='PHP 5 >= 5.2.0'/>
|
||||
<function name='error_log' from='PHP 4, PHP 5'/>
|
||||
<function name='error_reporting' from='PHP 4, PHP 5'/>
|
||||
<function name='restore_error_handler' from='PHP 4 >= 4.0.1, PHP 5'/>
|
||||
<function name='restore_exception_handler' from='PHP 5'/>
|
||||
<function name='set_error_handler' from='PHP 4 >= 4.0.1, PHP 5'/>
|
||||
<function name='set_exception_handler' from='PHP 5'/>
|
||||
<function name='trigger_error' from='PHP 4 >= 4.0.1, PHP 5'/>
|
||||
<function name='user_error' from='PHP 4, PHP 5'/>
|
||||
<function name='debug_backtrace' from='PHP 4 >= 4.3.0, PHP 5, PHP 7'/>
|
||||
<function name='debug_print_backtrace' from='PHP 5, PHP 7'/>
|
||||
<function name='error_get_last' from='PHP 5 >= 5.2.0, PHP 7'/>
|
||||
<function name='error_clear_last' from='PHP 7'/>
|
||||
<function name='error_log' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='error_reporting' from='PHP 4, PHP 5, PHP 7'/>
|
||||
<function name='restore_error_handler' from='PHP 4 >= 4.0.1, PHP 5, PHP 7'/>
|
||||
<function name='restore_exception_handler' from='PHP 5, PHP 7'/>
|
||||
<function name='set_error_handler' from='PHP 4 >= 4.0.1, PHP 5, PHP 7'/>
|
||||
<function name='set_exception_handler' from='PHP 5, PHP 7'/>
|
||||
<function name='trigger_error' from='PHP 4 >= 4.0.1, PHP 5, PHP 7'/>
|
||||
<function name='user_error' from='PHP 4, PHP 5, PHP 7'/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue