From 92c71b5bb9c56a18dd9f85242fc58b70d3b3981a Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sun, 12 May 2002 08:16:14 +0000 Subject: [PATCH] Start documenting the debug backtracing. --- Zend/ZEND_CHANGES | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index 6a93c560d3..350ca5bcd6 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -494,6 +494,28 @@ Changes in the Zend Engine 2.0 } ?> + * Built-In Backtracing. + + Example: + + + Changes in the Zend Engine 1.0 -- 2.50.1