diff options
author | Andi Gutmans <andi@php.net> | 2001-12-10 18:57:17 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-12-10 18:57:17 +0000 |
commit | 3bfee898db4da8c36475eac4248f5a7c5e008437 (patch) | |
tree | 1e885960d15f45a3fb1d61138c731c1fe557247c /Zend/zend.h | |
parent | 0c509e5cf895117b181f88861dad714d5bffc296 (diff) | |
download | php-git-3bfee898db4da8c36475eac4248f5a7c5e008437.tar.gz |
- More namespaces work.
- Nuke memory leak.
Diffstat (limited to 'Zend/zend.h')
-rw-r--r-- | Zend/zend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend.h b/Zend/zend.h index d835014ab9..cb935c0a43 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -280,6 +280,7 @@ struct _zend_class_entry { struct _zend_class_entry *parent; int *refcount; zend_bool constants_updated; + zend_bool is_namespace; HashTable function_table; HashTable default_properties; |