]> granicus.if.org Git - php/commitdiff
reduce struct size by 8 byte on 64 bit
authorAnatol Belski <ab@php.net>
Sat, 13 Sep 2014 19:22:57 +0000 (21:22 +0200)
committerAnatol Belski <ab@php.net>
Sat, 13 Sep 2014 21:21:52 +0000 (23:21 +0200)
ext/spl/php_spl.h

index c2b1837e8dc1fabb48daf31834fb21d4c1f0838f..99279becd9ad85b3f6a5e43c1cfa7d6f90df979e 100644 (file)
@@ -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