diff options
author | Marcus Boerger <helly@php.net> | 2006-11-04 20:27:28 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-11-04 20:27:28 +0000 |
commit | 15592390c591cb38da770c73ab4feb28e70627dd (patch) | |
tree | f6963bfcd76b9690813069f98ec231ae2476abc5 /ext/spl/php_spl.h | |
parent | 9df320c423a8e3d00d0b69a144c8a4a8617de39c (diff) | |
download | php-git-15592390c591cb38da770c73ab4feb28e70627dd.tar.gz |
- MFH Store length of autoload file exts
Diffstat (limited to 'ext/spl/php_spl.h')
-rwxr-xr-x | ext/spl/php_spl.h | 1 |
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 |