History log of /PHP-8.1/ext/bcmath/tests/bug78878.phpt (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 56f90492 22-Mar-2021 Max Semenik

Migrate skip checks to --EXTENSIONS--, p1

For rationale, see https://github.com/php/php-src/pull/6787

Extensions migrated in this part:
* bcmath
* bz2
* calendar
* c

Migrate skip checks to --EXTENSIONS--, p1

For rationale, see https://github.com/php/php-src/pull/6787

Extensions migrated in this part:
* bcmath
* bz2
* calendar
* com_dotnet
* ctype

Closes GH-6797.

show more ...


# cd05b56a 11-Sep-2020 George Peter Banyard

Promote some warnings in BCMath to Errors

Also do a bit of refactoring at the same time.

Closes GH-6105


# a6215456 16-Dec-2019 Stanislav Malyshev

Fix test


# d82a2f6c 16-Dec-2019 Stanislav Malyshev

Test fixes


Revision tags: php-7.3.13RC1, php-7.2.26RC1
# eb23c600 30-Nov-2019 Christoph M. Becker

Fix #78878: Buffer underflow in bc_shift_addsub

We must not rely on `isdigit()` to detect digits, since we only support
decimal ASCII digits in the following processing.