1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 07:32:54 +02:00
Files
archived-php-src/ext
Alex Dowad 0c22276888 PHP_HAVE_BUILTIN_USUB_OVERFLOW macro is defined even if __builtin_usub_overflow not available
...So conditionally including code which uses __builtin_usub_overflow
(for performance) if the macro is defined is not correct. We also need
to check if the macro is defined as a non-zero value.

Apparently this broke the build for a user whose C compiler is GCC
4.9.4. Sorry, user! That was my fault!

Thanks to Jakub Zelenka for reporting the issue.
2023-10-23 14:05:48 +01:00
..
2023-09-26 21:44:00 +02:00
2023-08-10 15:52:21 +02:00
2023-10-13 19:10:51 +02:00
2023-04-03 08:02:19 +02:00
2023-07-07 18:01:53 +02:00
2023-09-16 21:28:24 +02:00
2023-08-19 23:11:23 +01:00
2023-09-23 20:12:56 +01:00
2023-07-18 12:59:21 +02:00
2023-08-17 18:46:28 +01:00
2023-09-22 10:26:10 +02:00
2023-09-18 20:14:47 +02:00
2023-03-28 00:12:28 +02:00
2023-08-23 21:20:41 +02:00
2023-07-31 15:18:13 +02:00
2023-04-03 08:02:19 +02:00
2023-05-26 11:39:56 +02:00
2023-10-19 18:32:47 +02:00
2023-09-09 20:00:01 +02:00
2023-03-27 16:34:11 +02:00
2023-09-21 19:52:21 +02:00
2023-07-31 20:15:51 -05:00
2023-10-15 21:55:12 +02:00
2023-09-12 11:18:18 +02:00
2023-08-09 14:06:36 +02:00