patch-ext_spl_php_spl_h 543 B

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