diff options
author | Jani Taskinen <jani@php.net> | 2009-12-08 11:00:03 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2009-12-08 11:00:03 +0000 |
commit | 8413e1771cbe14e7d2100d0efc65ebb75936b36c (patch) | |
tree | f79bec9105e06b6ba9355b2a192c9fbbc2e83ec9 | |
parent | 1ad990ad4a0cd25a1c0f468ddeb0b0977af0200b (diff) | |
download | php-git-8413e1771cbe14e7d2100d0efc65ebb75936b36c.tar.gz |
- Fix the comment again
-rw-r--r-- | main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c index 63e3b8ffdd..3bf288bdd3 100644 --- a/main/main.c +++ b/main/main.c @@ -1675,7 +1675,7 @@ void php_request_shutdown(void *dummy) php_output_deactivate(TSRMLS_C); } zend_end_try(); - /* 4. Send the set HTTP headers (note: This must be done AFTER php_end_ob_buffers() !!) */ + /* 4. Send the set HTTP headers (note: This must be done AFTER php_output_discard_all() / php_output_end_all() !!) */ zend_try { sapi_send_headers(TSRMLS_C); } zend_end_try(); |