Skip to content

Commit 22d8393

Browse files
committed
Merge branch 'fix-typo-new-output-api' of https://github.com/n0ts/php-src
2 parents feef180 + 54a5237 commit 22d8393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.NEW-OUTPUT-API

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ API adjustment to the old output control code:
3434
php_output_handler_started(handler_name, handler_name_len TSRMLS_CC);
3535

3636
Flushing one output buffer:
37-
// php_ob_end_buffer(1, 1 TSRMLS_CC);
37+
// php_end_ob_buffer(1, 1 TSRMLS_CC);
3838
php_output_flush(TSRMLS_C);
3939

4040
Flushing all output buffers:

0 commit comments

Comments
 (0)