ID: 35514 Updated by: [EMAIL PROTECTED] Reported By: cedric dot champeau at e-manation dot com -Status: Open +Status: Wont fix -Bug Type: Unknown/Other Function +Bug Type: Scripting Engine problem Operating System: All PHP Version: 5.1.1 New Comment:
And it will stay like that, too bad. Previous Comments: ------------------------------------------------------------------------ [2005-12-02 09:44:41] cedric dot champeau at e-manation dot com Description: ------------ The signature of function zend_fetch_debug_stacktrace has changed after upgrading from 5.1.0 to 5.1.1. Problem discovered when trying to build the php-java-bridge. Actual result: -------------- [EMAIL PROTECTED] tmp]# grep -r "ZEND_API void zend_fetch_debug_backtrace" php* php-5.1.0/Zend/zend_builtin_functions.c:ZEND_API void zend_fetch_debug_backtrace (zval *return_value, int skip_last TSRMLS_DC) php-5.1.0/Zend/zend_builtin_functions.h:ZEND_API void zend_fetch_debug_backtrace (zval *return_value, int skip_last TSRMLS_DC); php-5.1.1/Zend/zend_builtin_functions.c:ZEND_API void zend_fetch_debug_backtrace (zval *return_value, int skip_last, int provide_object TSRMLS_DC) php-5.1.1/Zend/zend_builtin_functions.h:ZEND_API void zend_fetch_debug_backtrace (zval *return_value, int skip_last, int provide_object TSRMLS_DC); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35514&edit=1
