summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-12-13 16:55:04 +0000
committerAndi Gutmans <andi@php.net>2001-12-13 16:55:04 +0000
commitf4b832d277390f1e20e38ed275f26867c7c6537c (patch)
tree91aac94c57214300836ce189a1d565493adf77b7 /Zend/zend_globals.h
parentc55f8b96c9477c21b2d5033050d386a3d5a6807c (diff)
downloadphp-git-f4b832d277390f1e20e38ed275f26867c7c6537c.tar.gz
- Fix crash bug in startup code.
- Start work on being able to reference global and local scope
Diffstat (limited to 'Zend/zend_globals.h')
-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 d6001aac43..38a1a69cbc 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -157,6 +157,7 @@ struct _zend_executor_globals {
HashTable *zend_constants; /* constants table */
zend_class_entry *namespace;
+ zend_class_entry *main_class_ptr;
long precision;