Nikita Popov
daa2b75c76
Fix some sizeof(zend_long) > sizeof(size_t) issues
...
Fix a couple of mistakes that are only relevant if
sizeof(zend_long) > sizeof(size_t).
* Fix cast order in string offset check: Negation should happen
after the (zend_long) cast, otherwise sign extension does not
occur.
* Use Z_UL in zend_inference.
* Use aligned size for HT_USED_SIZE in zend_persist: The issue is
that on x86-32 uint64_t is considered to be 4-aligned, so the
alignment assumption does not hold.
2016-09-05 15:33:02 +02:00
..
2016-08-27 22:25:02 +02:00
2016-08-19 12:52:13 +02:00
2016-07-29 01:27:51 +02:00
2016-08-25 18:06:47 +02:00
2016-08-29 21:15:55 +02:00
2016-07-24 14:55:15 +02:00
2016-08-25 18:48:05 +02:00
2016-07-15 01:22:26 +02:00
2016-09-04 20:58:09 -07:00
2016-08-08 18:51:34 +02:00
2016-09-05 10:13:19 +02:00
2016-08-30 13:45:49 +02:00
2016-09-05 00:43:52 -07:00
2016-07-26 22:04:18 -07:00
2016-06-22 00:40:50 +03:00
2016-09-01 23:45:31 +02:00
2016-08-20 01:38:30 +02:00
2016-08-11 15:08:26 +02:00
2016-08-31 12:26:51 +02:00
2016-08-29 15:18:00 +01:00
2016-08-29 18:08:17 +02:00
2016-07-15 01:22:26 +02:00
2016-09-04 19:16:05 -07:00
2016-08-17 17:14:30 +08:00
2016-07-29 17:23:39 +02:00
2016-07-29 17:00:52 +02:00
2016-08-18 13:58:24 +10:00
2016-07-08 15:33:46 +02:00
2016-09-05 15:33:02 +02:00
2016-08-21 20:29:55 +01:00
2016-07-20 14:17:04 -07:00
2016-09-05 00:39:01 -07:00
2016-09-02 17:57:17 +02:00
2016-09-05 00:29:21 -07:00
2016-06-17 17:09:42 +02:00
2016-08-24 18:39:37 -04:00
2016-06-10 22:02:23 -05:00
2016-08-14 22:39:01 +02:00
2016-06-22 00:40:50 +03:00
2016-09-04 12:56:06 +02:00
2016-09-03 00:06:16 +02:00
2016-07-30 18:36:00 +02:00
2016-06-21 16:00:37 +03:00
2016-07-03 23:57:02 +08:00
2016-08-30 19:35:56 -07:00
2016-09-04 23:24:31 -07:00
2016-06-23 12:47:06 +03:00
2016-09-04 12:31:06 +02:00
2016-08-17 17:14:30 +08:00
2016-08-30 18:07:21 +02:00
2016-09-05 14:27:31 +02:00
2016-09-04 12:56:06 +02:00
2016-09-03 00:56:09 +02:00
2016-09-04 12:56:06 +02:00
2016-06-21 16:00:37 +03:00
2016-06-21 16:00:37 +03:00
2016-08-18 16:29:46 +02:00
2016-07-11 19:18:57 +02:00
2016-07-23 00:00:13 +02:00
2016-08-18 00:18:26 +02:00
2016-08-20 12:50:48 +02:00
2016-06-20 12:45:39 +02:00
2016-07-22 23:15:15 +08:00
2016-06-22 00:40:50 +03:00
2016-06-22 00:40:50 +03:00
2016-08-17 12:49:00 +02:00
2016-07-04 03:20:01 +02:00