summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2005-10-28 20:08:25 +0000
committerSebastian Bergmann <sebastian@php.net>2005-10-28 20:08:25 +0000
commit805cc1d6591b4085751ff48a59faa6984aaad32d (patch)
treed26563252f8bcda5b3ff8977b0d21cfe998e1c69 /NEWS
parent82c00c179d3981e1a536025899490410a2ce82bc (diff)
downloadphp-git-805cc1d6591b4085751ff48a59faa6984aaad32d.tar.gz
Add an additional field $frame['object'] to the result array of debug_backtrace() that contains a reference to the respective object when the frame was called from an object. Patch has been reviewed by Andi, Zeev, and Marcus. I will coordinate with Ilia on merging it to the PHP_5_1 branch after PHP 5.1.0 has been released.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d207eeae88..73da6691ee 100644
--- a/NEWS
+++ b/NEWS
@@ -22,4 +22,7 @@ PHP NEWS
the part of haystack before or after first occurence of needle. (Johannes)
- Added possibility to check in which extension an internal function was
defined using reflection API. (Johannes)
+- Added an additional field $frame['object'] to the result array of
+ debug_backtrace() that contains a reference to the respective object when the
+ frame was called from an object. (Sebastian)
- Fixed bug #34286 (__toString() behavior is inconsistent). (Marcus)