]> granicus.if.org Git - php/commitdiff
Commit missing fix
authorZeev Suraski <zeev@php.net>
Wed, 16 May 2001 17:21:16 +0000 (17:21 +0000)
committerZeev Suraski <zeev@php.net>
Wed, 16 May 2001 17:21:16 +0000 (17:21 +0000)
Zend/zend_globals.h

index 867fee8316c39b875acb20a9f62fb79f1491c58a..cd4f20e3f22c9495c873199529673e30236f19f5 100644 (file)
@@ -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
 };