php-src/ext/bcmath
Christoph M. Becker 825509ee9e
Drop superfluous LONG_MAX/LONG_MIN fallback definitions (GH-15667)
Both macros are supposed to be defined in limits.h (C99) and as such it
is superfluous to provide fallback definitions.  Even worse, because
these fallback definitions didn't cater to LP64, ILP64 and SILP64 data
models (and maybe some rather uncommon ones), but just assumed ILP32,
they are confusing.
2024-09-27 17:34:54 +02:00
..
libbcmath Drop superfluous LONG_MAX/LONG_MIN fallback definitions (GH-15667) 2024-09-27 17:34:54 +02:00
tests Fix GH-15968: Avoid converting objects to strings in operator calculations. (#16021) 2024-09-24 22:33:36 +09:00
bcmath.c Fix GH-15968: Avoid converting objects to strings in operator calculations. (#16021) 2024-09-24 22:33:36 +09:00
bcmath.stub.php [RFC] ext/bcmath: Added bcdivmod (#15740) 2024-09-23 06:43:11 +09:00
bcmath_arginfo.h [RFC] ext/bcmath: Added bcdivmod (#15740) 2024-09-23 06:43:11 +09:00
config.m4 [RFC] Support object types in BCMath (#13741) 2024-09-04 11:12:51 +09:00
config.w32 [RFC] Support object types in BCMath (#13741) 2024-09-04 11:12:51 +09:00
CREDITS
php_bcmath.h [RFC] Support object types in BCMath (#13741) 2024-09-04 11:12:51 +09:00