summaryrefslogtreecommitdiff
path: root/main/php_output.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_output.h')
-rw-r--r--main/php_output.h2
1 files changed, 1 insertions, 1 deletions
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;