mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
- Fix broken code in 64bit
This commit is contained in:
parent
b4a83a3eef
commit
dcccfc2267
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user