https://gist.github.com/865413 fixes the prototype for
zend_fetch_debug_backtrace(). Wondering whether I should wait with
committing this to PHP_5_3 before 5.3.6.
--
Sebastian Bergmann Co-Founder and Principal Consultant
http://sebastian-bergmann.de/ http://thePHP.cc/
Hi
2011/3/11 Sebastian Bergmann sebastian@php.net:
https://gist.github.com/865413 fixes the prototype for
zend_fetch_debug_backtrace(). Wondering whether I should wait with
committing this to PHP_5_3 before 5.3.6.
Wasn't that feature added n 5.3.6? If so then it should be fixed, I
can't see it harmfully in anyway, Johannes?
--
regards,
Kalle Sommer Nielsen
kalle@php.net
Wasn't that feature added n 5.3.6?
I believe so. The NEWS file has no entry on this, however.
--
Sebastian Bergmann Co-Founder and Principal Consultant
http://sebastian-bergmann.de/ http://thePHP.cc/
2011/3/11 Sebastian Bergmann sebastian@php.net:
I believe so. The NEWS file has no entry on this, however.
There is actually an entry:
http://svn.php.net/viewvc/php/php-src/branches/PHP_5_3/NEWS?view=markup
- Line 40 reads:
. Added options to debug backtrace functions. (Stas)
--
regards,
Kalle Sommer Nielsen
kalle@php.net
. Added options to debug backtrace functions. (Stas)
My bad, I grep'ed for debug_backtrace.
--
Sebastian Bergmann Co-Founder and Principal Consultant
http://sebastian-bergmann.de/ http://thePHP.cc/