- Fix broken code in 64bit

This commit is contained in:
Felipe Pena 2011-06-20 22:59:55 +00:00
parent b4a83a3eef
commit dcccfc2267

View File

@ -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