From 177934732b654d6888380b62120b2cacbf7caca0 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Tue, 22 May 2001 19:19:04 +0000 Subject: - Start nuking not needed GINIT --- main/php_output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_output.h') diff --git a/main/php_output.h b/main/php_output.h index 39bb8954b2..ab9f799905 100644 --- a/main/php_output.h +++ b/main/php_output.h @@ -47,7 +47,7 @@ PHP_FUNCTION(ob_get_contents); PHP_FUNCTION(ob_get_length); PHP_FUNCTION(ob_implicit_flush); -PHP_GINIT_FUNCTION(output); +PHP_MINIT_FUNCTION(output); typedef struct _php_ob_buffer { char *buffer; -- cgit v1.2.1