diff options
author | Andi Gutmans <andi@php.net> | 1999-05-02 18:07:41 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-05-02 18:07:41 +0000 |
commit | 5dbe9246609e59439ca0340aed5b2eaac1bed7d8 (patch) | |
tree | 9b2f8401987eb02e9165c975c954c6f3647ee6d6 /output.c | |
parent | 7e0ee50ed484aae4ebc0601392157c9a79407919 (diff) | |
download | php-git-5dbe9246609e59439ca0340aed5b2eaac1bed7d8.tar.gz |
- Make ISAPI hook in as an extension too.
- Some work on moving stuff to SAPI.
Diffstat (limited to 'output.c')
-rw-r--r-- | output.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ PHPAPI void zend_output_startup() ob_buffer = NULL; zend_body_write = zend_ub_body_write; header_request=0; - zend_header_write = sapi_functions.ub_write; + zend_header_write = sapi_module.ub_write; } |