diff options
Diffstat (limited to 'main/php_globals.h')
| -rw-r--r-- | main/php_globals.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index 19dbaa8804..969d7cab66 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -63,7 +63,9 @@ struct _php_core_globals { long track_vars; long y2k_compliance; + + unsigned char header_is_being_sent; }; -#endif /* _PHP_GLOBALS_H */
\ No newline at end of file +#endif /* _PHP_GLOBALS_H */ |
