]> granicus.if.org Git - php/commit
- Split debug_backtrace() into lowlevel c function and php function wrapper
authorMarcus Boerger <helly@php.net>
Thu, 28 Aug 2003 20:35:54 +0000 (20:35 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 28 Aug 2003 20:35:54 +0000 (20:35 +0000)
commit8d3620aea8beb6697b47173500a31f7bf3b6bc21
tree5dd317dc833d51d11ea471f3a96d0a7bceab2900
parent9d9727aac55b3f395402b57b49907d60abef59fa
- Split debug_backtrace() into lowlevel c function and php function wrapper
- Add trace property to default method based on new zend_fetch_debug_backtrace
# Unforunatley the handler for uncaught exception can't show this backtrace
# simply because there is currently no way to do it. If i can think of a
# solution i'll add it. Until them i am open to any ideas/help.
Zend/zend_builtin_functions.c
Zend/zend_builtin_functions.h
Zend/zend_default_classes.c
Zend/zend_exceptions.c