Description
Applications running on PHP 8.3 can work with very large integers efficiently. This runtime extension adds GMP-backed math for cryptography-related code, identifiers, number theory tools, and calculations that exceed native integer sizes. It is dependency-only and has no separate launcher; PHP code calls GMP functions when enabled. Developers should avoid custom cryptography and should validate numeric input sizes to prevent expensive computations.