master
Migrate skip checks to --EXTENSIONS--, p3
ext/gmp: Refactor gmp_div_(q|r)() to use new ZPP specifier
Merge branch 'PHP-8.2'
bug81119.phpt requires ext/gmp
RFC: Change GMP bool cast behavior (#15151)
Merge branch 'PHP-8.0'
ext/gmp: Improve error message
ext/gmp: Make GMP class final (#15121)
Fix GH-16411: gmp_export() can cause overflow
Fix GH-16501: gmp_random_bits overflow.
Fix GH-16890: array_sum() with GMP can loose precision (LLP64)
Merge branch 'PHP-8.0' into PHP-8.1
ext/gmp: Check for valid bit index/start consistently
ext/gmp: Refactor gmp_cmp() test
ext/gmp: Add GMP ECC test (#18363)
ext/gmp: add test for uses of gmp_pow with number sizes commonly used in cryptography (#16896)
ext/gmp: Refactor gmp_div_qr() to use new ZPP specifier
ext/gmp: Refactor gmp_divexact() and gmp_mod() to use custom ZPP specifier
Update test for changed behaviour of GMP constructor
Implement "Deprecate implicit non-integer-compatible float to int conversions" RFC. (#6661)
ext/gmp: Fix leading whitespace before explicit octal prefix
ext/gmp: Split out non-existent inverse modulo cases
Revert "ext/gmp: gmp_pow fix FPE with large values."
ext/gmp: Remove bool type coercions in tests
Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385)
ext/gmp: Use new custom ZPP specifier
ext/gmp: Add behavioural tests for operator overloading
ext/gmp: Fix segfault when null is encountered on an overloaded operator
Fix GH-9186 @strict-properties can be bypassed using unserialization (#9354)
ext/gmp: Add test about manually (un)serializing