patch-ext_spl_php_spl_h 547 B

123456789101112131415
  1. $OpenBSD: patch-ext_spl_php_spl_h,v 1.1.1.1 2013/08/07 16:46:55 robert Exp $
  2. --- ext/spl/php_spl.h.orig.port Sun Jan 3 09:23:27 2010
  3. +++ ext/spl/php_spl.h Sat Jun 18 12:14:51 2011
  4. @@ -67,8 +67,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)