summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-04-27 10:00:54 +0000
committerZeev Suraski <zeev@php.net>1999-04-27 10:00:54 +0000
commit1245356128de425b78ae9f69507ec89f16396644 (patch)
tree9e245b85a4eba0a9593ffbc3a933b8bb72af01ef /main/php_globals.h
parent9b564535666d1d6e402b4f2f80c2a6ab1156d3f5 (diff)
downloadphp-git-1245356128de425b78ae9f69507ec89f16396644.tar.gz
* Get rid of the memory leak messages in case of fatal errors or exit()
* .dsp fixes * Minor fixes
Diffstat (limited to 'main/php_globals.h')
-rw-r--r--main/php_globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h
index ce5405c930..48ad5441f7 100644
--- a/main/php_globals.h
+++ b/main/php_globals.h
@@ -65,6 +65,7 @@ struct _php_core_globals {
long y2k_compliance;
unsigned char header_is_being_sent;
+ unsigned char unclean_shutdown;
};