diff options
author | Andi Gutmans <andi@php.net> | 2001-05-23 16:52:45 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-05-23 16:52:45 +0000 |
commit | 4ddb24366f5d3a32e7c021e0c0b99d6d413e7e5a (patch) | |
tree | bf7aecb8d3b5265073f3048fa8bc4c087b077eb8 /main/php_output.h | |
parent | c96d65284323198553a445aea6966a8cbbb26ffc (diff) | |
download | php-git-4ddb24366f5d3a32e7c021e0c0b99d6d413e7e5a.tar.gz |
- Fix problem of output initialization
Diffstat (limited to 'main/php_output.h')
-rw-r--r-- | main/php_output.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php_output.h b/main/php_output.h index ab9f799905..58a3db8c15 100644 --- a/main/php_output.h +++ b/main/php_output.h @@ -47,8 +47,6 @@ PHP_FUNCTION(ob_get_contents); PHP_FUNCTION(ob_get_length); PHP_FUNCTION(ob_implicit_flush); -PHP_MINIT_FUNCTION(output); - typedef struct _php_ob_buffer { char *buffer; uint size; |