123456789101112131415 |
- $OpenBSD: patch-ext_spl_php_spl_h,v 1.1 2014/11/15 13:43:01 robert Exp $
- --- ext/spl/php_spl.h.orig.port Wed Nov 12 14:52:21 2014
- +++ ext/spl/php_spl.h Sat Nov 15 10:45:12 2014
- @@ -62,8 +62,8 @@ ZEND_BEGIN_MODULE_GLOBALS(spl)
- HashTable * autoload_functions;
- int autoload_running;
- int autoload_extensions_len;
- - intptr_t hash_mask_handle;
- - intptr_t hash_mask_handlers;
- + zend_intptr_t hash_mask_handle;
- + zend_intptr_t hash_mask_handlers;
- int hash_mask_init;
- ZEND_END_MODULE_GLOBALS(spl)
-
|