summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-11-04 20:27:28 +0000
committerMarcus Boerger <helly@php.net>2006-11-04 20:27:28 +0000
commit15592390c591cb38da770c73ab4feb28e70627dd (patch)
treef6963bfcd76b9690813069f98ec231ae2476abc5 /ext/spl/php_spl.h
parent9df320c423a8e3d00d0b69a144c8a4a8617de39c (diff)
downloadphp-git-15592390c591cb38da770c73ab4feb28e70627dd.tar.gz
- MFH Store length of autoload file exts
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 fd8e5cb8b9..88f99d44d8 100755
--- a/ext/spl/php_spl.h
+++ b/ext/spl/php_spl.h
@@ -59,6 +59,7 @@ ZEND_BEGIN_MODULE_GLOBALS(spl)
char * autoload_extensions;
HashTable * autoload_functions;
int autoload_running;
+ int autoload_extensions_len;
ZEND_END_MODULE_GLOBALS(spl)
#ifdef ZTS