summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-08-23 20:57:40 +0000
committerMarcus Boerger <helly@php.net>2004-08-23 20:57:40 +0000
commitb7a8297bc1a76330daa6b7d1727cbfbffbe89a5b (patch)
tree2f01024a53e25cc0b04e94d1773dfe376ad95fca /Zend/zend_globals.h
parent88b9c69cb2d9c079e82b922c7c3bccfaef1827c9 (diff)
downloadphp-git-b7a8297bc1a76330daa6b7d1727cbfbffbe89a5b.tar.gz
- Boost up __autoload() calls by caching the lookup
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 d8b6db6496..b005c2a6c0 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -192,6 +192,7 @@ struct _zend_executor_globals {
zend_bool in_execution;
HashTable *in_autoload;
+ zend_function *autoload_func;
zend_bool bailout_set;
zend_bool full_tables_cleanup;
zend_bool ze1_compatibility_mode;