diff options
author | Andi Gutmans <andi@php.net> | 2002-09-23 17:20:59 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2002-09-23 17:20:59 +0000 |
commit | 8831b9cfd02d34c6753a3896498f7d3a17bf2159 (patch) | |
tree | a1fe37f2f667cca5e0a7c07034f53d7ff0ba1a1e /Zend/zend_globals.h | |
parent | 1f18eaadee6e85ce85bb7841d7039100eae96236 (diff) | |
download | php-git-8831b9cfd02d34c6753a3896498f7d3a17bf2159.tar.gz |
- MFZE1.
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r-- | Zend/zend_globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index 711c2520bc..6711c80342 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -202,7 +202,7 @@ struct _zend_executor_globals { int lambda_count; - HashTable ini_directives; + HashTable *ini_directives; zend_objects_store objects_store; zval *exception; |