diff options
author | Andi Gutmans <andi@php.net> | 2001-05-22 19:19:04 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-05-22 19:19:04 +0000 |
commit | 177934732b654d6888380b62120b2cacbf7caca0 (patch) | |
tree | abd25baaadf960488b42fe44bdf370d88c9738c3 /main/php_output.h | |
parent | b93a7db23938e82b3a6267e8e74725d494e131ce (diff) | |
download | php-git-177934732b654d6888380b62120b2cacbf7caca0.tar.gz |
- Start nuking not needed GINIT
Diffstat (limited to 'main/php_output.h')
-rw-r--r-- | main/php_output.h | 2 |
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; |