summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-09-13 21:22:57 +0200
committerAnatol Belski <ab@php.net>2014-09-13 23:21:52 +0200
commita32e493d84c29035872ef72aa28093acbbcd486d (patch)
tree2c7a99eefbba3c6f30382b2348c5a379c79c6693 /ext/spl/php_spl.h
parent2c66a8c53e63e6254b3a03f02dcece14f3cf6c9b (diff)
downloadphp-git-a32e493d84c29035872ef72aa28093acbbcd486d.tar.gz
reduce struct size by 8 byte on 64 bit
Diffstat (limited to 'ext/spl/php_spl.h')
-rw-r--r--ext/spl/php_spl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h
index c2b1837e8d..99279becd9 100644
--- a/ext/spl/php_spl.h
+++ b/ext/spl/php_spl.h
@@ -60,10 +60,10 @@ PHP_MINFO_FUNCTION(spl);
ZEND_BEGIN_MODULE_GLOBALS(spl)
zend_string *autoload_extensions;
HashTable *autoload_functions;
- int autoload_running;
intptr_t hash_mask_handle;
intptr_t hash_mask_handlers;
int hash_mask_init;
+ int autoload_running;
ZEND_END_MODULE_GLOBALS(spl)
#ifdef ZTS