1
0
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:
Felipe Pena
2011-06-20 22:59:55 +00:00
parent b4a83a3eef
commit dcccfc2267
+4
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