diff options
author | Xuefer <xuefer@gmail.com> | 2013-07-08 06:38:59 +0000 |
---|---|---|
committer | Xuefer <xuefer@gmail.com> | 2013-07-08 06:38:59 +0000 |
commit | c8b77e8be67fe7c17242f729052182183d973e11 (patch) | |
tree | fe25f06e1e4bf664078a0fcbd60fac6ca6fb6215 /xcache | |
parent | 770a69718e7772c9f67939809219a6d251c022f0 (diff) | |
download | xcache-c8b77e8be67fe7c17242f729052182183d973e11.tar.gz xcache-c8b77e8be67fe7c17242f729052182183d973e11.zip |
optimizer: fix devel debug output
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1280 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
Diffstat (limited to 'xcache')
-rw-r--r-- | xcache/xc_compatibility.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xcache/xc_compatibility.h b/xcache/xc_compatibility.h index 5345321..694987e 100644 --- a/xcache/xc_compatibility.h +++ b/xcache/xc_compatibility.h @@ -113,7 +113,7 @@ typedef znode znode_op; static inline int php_output_start_default(TSRMLS_D) { php_start_ob_buffer(NULL, 0, 1 TSRMLS_CC); } static inline int php_output_get_contents(zval *p TSRMLS_DC) { php_ob_get_buffer(p TSRMLS_CC); } -static inline int php_output_end(TSRMLS_D) { php_end_ob_buffer(0, 0 TSRMLS_CC); } +static inline int php_output_discard(TSRMLS_D) { php_end_ob_buffer(0, 0 TSRMLS_CC); } #endif /* unicode */ |