summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-03-02 01:14:41 +0000
committerMarcus Boerger <helly@php.net>2005-03-02 01:14:41 +0000
commit5cb7104630291febf7acc176c086b7656c50bc2d (patch)
treef91575b02dbee2f3c856855b6dcb8c082206008b /ext/spl/php_spl.h
parentf33adafab717a0244aa964a15aa55b90f6bdd436 (diff)
downloadphp-git-5cb7104630291febf7acc176c086b7656c50bc2d.tar.gz
- Add new functions
Diffstat (limited to 'ext/spl/php_spl.h')
-rwxr-xr-xext/spl/php_spl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h
index 2e6bd2b62a..c098764c1d 100755
--- a/ext/spl/php_spl.h
+++ b/ext/spl/php_spl.h
@@ -56,7 +56,8 @@ PHP_MINFO_FUNCTION(spl);
ZEND_BEGIN_MODULE_GLOBALS(spl)
- int dummy;
+ char * autoload_extensions;
+ HashTable * autoload_functions;
ZEND_END_MODULE_GLOBALS(spl)
#ifdef ZTS