1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
Christoph M. Becker cfcf5cfde8 Fix GH-16890: array_sum() with GMP can loose precision (LLP64)
We must use `mpz_fits_si_p()` instead of `mpz_fits_slong_p()` since the
latter is not suitable for LLP64 data models.

libgmp, however, does not define `mpz_fits_si_p()` (which is an mpir
addition), so we use `mpz_fits_slong_p()` there which should be fine.

Closes GH-16891.
2024-11-25 12:55:09 +01:00
..
2024-01-31 11:20:44 +01:00
2024-11-01 23:47:21 +01:00
2024-10-21 00:33:29 +02:00
2024-10-13 21:12:46 +02:00
2024-10-14 19:24:01 +02:00
2023-12-05 11:56:15 +01:00
2024-11-13 12:49:00 +00:00
2024-11-10 20:16:33 +00:00
2024-08-28 14:31:24 +02:00
2024-11-15 18:55:31 +01:00
2024-11-20 11:12:19 +01:00
2024-01-04 19:29:37 +01:00
2024-08-06 16:54:58 +02:00
2024-11-09 11:49:08 +01:00
2024-10-03 21:11:25 +02:00
2024-11-06 20:31:30 +09:00
2024-02-27 23:03:52 +00:00
2024-11-09 17:08:19 +01:00
2024-10-13 02:07:11 +02:00
2024-06-28 20:14:20 +02:00
2024-11-04 17:47:49 +01:00
2024-01-31 11:20:44 +01:00
2024-10-13 02:29:22 +02:00