]> granicus.if.org Git - php/commit
Initial support for built-in backtracing.
authorAndi Gutmans <andi@php.net>
Thu, 2 May 2002 17:20:48 +0000 (17:20 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 2 May 2002 17:20:48 +0000 (17:20 +0000)
commit7e5ec2d7616ec1a2573b76d3222333cc36e4dd3c
treec8299fa894c60b04e7b981992c041526fca3b2ce
parent7a64b2b7e54f437381366895d7c38f7d7a54671a
Initial support for built-in backtracing.
There are still a few problems such as includes and calling other functions
from internal functions which aren't seen (will have to think if and how to
fix this).
Also the main scripts filename isn't available. Need to think about that.
Zend/zend.h
Zend/zend_builtin_functions.c
Zend/zend_compile.h
Zend/zend_execute.c
Zend/zend_execute_API.c
Zend/zend_globals.h