From 4ddb24366f5d3a32e7c021e0c0b99d6d413e7e5a Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Wed, 23 May 2001 16:52:45 +0000 Subject: - Fix problem of output initialization --- main/php_output.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'main/php_output.h') 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; -- cgit v1.2.1