diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-24 16:51:15 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-24 16:51:15 +0000 |
commit | 125275b0842f9707dae14bb8642bffd8045d6fae (patch) | |
tree | ffec527a0ab4cb004dc25872efeb412f76be0d85 /main/php_globals.h | |
parent | 6ecc81c097e6736f77df3806247a787f17fa714a (diff) | |
download | php-git-125275b0842f9707dae14bb8642bffd8045d6fae.tar.gz |
Small fixes
Diffstat (limited to 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index 9a1003db83..969d7cab66 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -65,7 +65,6 @@ struct _php_core_globals { long y2k_compliance; unsigned char header_is_being_sent; - unsigned char initialized; }; |