php-src/ext/bcmath
Vladyslav Startsev b64aee9706 Ensure bcmath scale is between 0 and INT_MAX
Make sure bcmatch scale is between 0 and INT_MAX, both for the
ini setting, and all the functions accepting a scale argument.
A ValueError is thrown if a function argument is out of range.

Closes GH-5455.
2020-04-27 11:53:26 +02:00
..
libbcmath Make error messages more consistent by fixing capitalization 2020-01-17 14:52:46 +01:00
tests Ensure bcmath scale is between 0 and INT_MAX 2020-04-27 11:53:26 +02:00
bcmath.c Ensure bcmath scale is between 0 and INT_MAX 2020-04-27 11:53:26 +02:00
bcmath.stub.php Generate function entries from stubs for a couple of extensions 2020-04-04 20:41:48 +02:00
bcmath_arginfo.h Generate function entries from stubs for a couple of extensions 2020-04-04 20:41:48 +02:00
config.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
php_bcmath.h Ensure bcmath scale is between 0 and INT_MAX 2020-04-27 11:53:26 +02:00