PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PHP » PHP_Compat » Bug #5104

debug_print_backtrace requires PHP 4.3.0 (and not 4.0.0)

Details

Submitted2005-08-16 14:54 UTC
Frommagicaltux at gmail dot com
Assignedaidan
StatusClosed
PackagePHP_Compat
PHP VersionIrrelevant
OSIrrelevant
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