Skip to content

Commit

Permalink
Fix prototype of zend_fetch_debug_backtrace().
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 11, 2011
1 parent 94b3d60 commit 7e34334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_builtin_functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
int zend_startup_builtin_functions(TSRMLS_D);

BEGIN_EXTERN_C()
ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int provide_object TSRMLS_DC);
ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options TSRMLS_DC);
END_EXTERN_C()

#endif /* ZEND_BUILTIN_FUNCTIONS_H */
Expand Down

0 comments on commit 7e34334

Please sign in to comment.