summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-05-16 17:21:16 +0000
committerZeev Suraski <zeev@php.net>2001-05-16 17:21:16 +0000
commit4c0d85ba4febd4e9c1c73a3f06647c6eadf21785 (patch)
treed21ed4ef44f9074ab925821b2d2b45ebd4c5e530 /Zend
parentfd243780b62dc03b76b63de306af6369bc443196 (diff)
downloadphp-git-4c0d85ba4febd4e9c1c73a3f06647c6eadf21785.tar.gz
Commit missing fix
Diffstat (limited to 'Zend')
-rw-r--r--Zend/zend_globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index 867fee8316..cd4f20e3f2 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -215,6 +215,7 @@ struct _zend_alloc_globals {
#if MEMORY_LIMIT
unsigned int memory_limit;
unsigned int allocated_memory;
+ unsigned int allocated_memory_peak;
unsigned char memory_exhausted;
#endif
};