Description
Legacy PHP 8.0 applications 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 still avoid designing custom cryptography and should validate numeric input sizes to prevent expensive computations.