Home » PHP » PHP_Compat » Bug #5104
debug_print_backtrace requires PHP 4.3.0 (and not 4.0.0)
Details
| Submitted | 2005-08-16 14:54 UTC |
|---|---|
| From | magicaltux at gmail dot com |
| Assigned | aidan |
| Status | Closed |
| Package | PHP_Compat |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-08-16 14:54 UTC] magicaltux at gmail dot com
Description:
------------
The documentation states that the function debug_print_backtrace from the PHP_Compat package requires PHP 4.0.0, however it depends on debug_backtrace() which is only available in PHP 4 >= 4.3.0.
* @since PHP 5
* @require PHP 4.0.0
Should be changed to :
* @since PHP 5
* @require PHP 4.3.0