php-src/ext/bcmath
Nikita Popov 3e01f5afb1 Replace zend_bool uses with bool
We're starting to see a mix between uses of zend_bool and bool.
Replace all usages with the standard bool type everywhere.

Of course, zend_bool is retained as an alias.
2021-01-15 12:33:06 +01:00
..
libbcmath Fix memory leak with bcsqrt on number 0<X<1 2020-11-12 11:37:54 +01:00
tests Fixed bug #80545 2021-01-12 09:50:27 +01:00
bcmath.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
bcmath.stub.php Update gmp+bcmath parameter names 2020-09-29 12:34:16 +02:00
bcmath_arginfo.h Update gmp+bcmath parameter names 2020-09-29 12:34:16 +02:00
config.m4 Promote some warnings in BCMath to Errors 2020-09-11 17:40:06 +02:00
config.w32 Promote some warnings in BCMath to Errors 2020-09-11 17:40:06 +02:00
CREDITS
php_bcmath.h Ensure bcmath scale is between 0 and INT_MAX 2020-04-27 11:53:26 +02:00