diff options
author | krakjoe <joe.watkins@live.co.uk> | 2014-05-05 22:45:29 +0100 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2014-05-05 22:45:29 +0100 |
commit | d7c529ed327cca4fad2c42fe74fabc367f24dc5b (patch) | |
tree | 919d9e6800c6244436ddce9d09d707922fd859a4 /ext/spl/php_spl.h | |
parent | 875c48ae679158cb2194c4e277810883e0b21768 (diff) | |
parent | 211d32c81429730e2692c65577d021616a525726 (diff) | |
download | php-git-d7c529ed327cca4fad2c42fe74fabc367f24dc5b.tar.gz |
Merge branch 'phpng' of git.php.net:php-src into phpng
Diffstat (limited to 'ext/spl/php_spl.h')
-rw-r--r-- | ext/spl/php_spl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h index 425e56cb1a..b186255f57 100644 --- a/ext/spl/php_spl.h +++ b/ext/spl/php_spl.h @@ -58,10 +58,9 @@ PHP_MINFO_FUNCTION(spl); ZEND_BEGIN_MODULE_GLOBALS(spl) - char * autoload_extensions; - HashTable * autoload_functions; + zend_string *autoload_extensions; + HashTable *autoload_functions; int autoload_running; - int autoload_extensions_len; intptr_t hash_mask_handle; intptr_t hash_mask_handlers; int hash_mask_init; |