diff options
author | Andi Gutmans <andi@php.net> | 2001-12-12 17:38:37 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-12-12 17:38:37 +0000 |
commit | 74efc41fc39cc96342d5e2ed59c9218cee40950e (patch) | |
tree | d64df5efa6364e7baacd09ac25527a7c05360202 /Zend/zend_globals.h | |
parent | 657ce39a28bdc40ef8cbf6702d1d4a0618874968 (diff) | |
download | php-git-74efc41fc39cc96342d5e2ed59c9218cee40950e.tar.gz |
- Make classes have scope and function/constant lookups default to the class
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r-- | Zend/zend_globals.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index b6aa5e2893..a360d50436 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -116,9 +116,6 @@ struct _zend_compiler_globals { int interactive; zend_bool increment_lineno; - - char *namespace; - int namespace_len; }; |