diff options
| author | Marcus Boerger <helly@php.net> | 2005-03-02 01:14:41 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2005-03-02 01:14:41 +0000 |
| commit | 5cb7104630291febf7acc176c086b7656c50bc2d (patch) | |
| tree | f91575b02dbee2f3c856855b6dcb8c082206008b /ext/spl/php_spl.h | |
| parent | f33adafab717a0244aa964a15aa55b90f6bdd436 (diff) | |
| download | php-git-5cb7104630291febf7acc176c086b7656c50bc2d.tar.gz | |
- Add new functions
Diffstat (limited to 'ext/spl/php_spl.h')
| -rwxr-xr-x | ext/spl/php_spl.h | 3 |
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 |
