summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2002-06-22 14:37:49 +0000
committerAndi Gutmans <andi@php.net>2002-06-22 14:37:49 +0000
commite2f57d0fcccd3db3cc017a2f14861f8ec6d9b7f8 (patch)
treea938fb6da7f9a34d033984dc78c05ec61dcddbe9 /Zend/zend_globals.h
parent805a1653f0d9199509ebe46ae9837ddb6cd9b320 (diff)
downloadphp-git-e2f57d0fcccd3db3cc017a2f14861f8ec6d9b7f8.tar.gz
- MFZE1
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r--Zend/zend_globals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index 046b0619ce..fa9cde9cf1 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -213,7 +213,6 @@ struct _zend_executor_globals {
struct _zend_alloc_globals {
zend_mem_header *head; /* standard list */
- zend_mem_header *phead; /* persistent list */
void *cache[MAX_CACHED_MEMORY][MAX_CACHED_ENTRIES];
unsigned int cache_count[MAX_CACHED_MEMORY];
void *fast_cache_list_head[MAX_FAST_CACHE_TYPES];