mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
- Fix broken code in 64bit
This commit is contained in:
@@ -134,7 +134,11 @@ typedef struct _zend_try_catch_element {
|
||||
zend_uint catch_op; /* ketchup! */
|
||||
} zend_try_catch_element;
|
||||
|
||||
#if SIZEOF_LONG == 8
|
||||
#define THIS_HASHVAL 210728972157UL
|
||||
#else
|
||||
#define THIS_HASHVAL 275574653UL
|
||||
#endif
|
||||
|
||||
/* method flags (types) */
|
||||
#define ZEND_ACC_STATIC 0x01
|
||||
|
||||
Reference in New Issue
Block a user