From 15592390c591cb38da770c73ab4feb28e70627dd Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 4 Nov 2006 20:27:28 +0000 Subject: - MFH Store length of autoload file exts --- ext/spl/php_spl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/spl/php_spl.h') 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 -- cgit v1.2.1