summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-11-03 18:58:41 +0000
committerMarcus Boerger <helly@php.net>2006-11-03 18:58:41 +0000
commit76ba475d7604f9ef521ee0e7d19685698a925204 (patch)
tree1e24b44ec53428cdb988d293f196964f22daef05 /ext/spl/php_spl.h
parent76b73a6ff29d71bbbb400b4a64afd1737745a111 (diff)
downloadphp-git-76ba475d7604f9ef521ee0e7d19685698a925204.tar.gz
- MFH: Synch
Diffstat (limited to 'ext/spl/php_spl.h')
-rwxr-xr-xext/spl/php_spl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h
index 4e8c9b3f7d..fd8e5cb8b9 100755
--- a/ext/spl/php_spl.h
+++ b/ext/spl/php_spl.h
@@ -58,6 +58,7 @@ PHP_MINFO_FUNCTION(spl);
ZEND_BEGIN_MODULE_GLOBALS(spl)
char * autoload_extensions;
HashTable * autoload_functions;
+ int autoload_running;
ZEND_END_MODULE_GLOBALS(spl)
#ifdef ZTS