History log of /PHP-8.2/ext/bcmath/tests/bcpowmod_zero_modulus.phpt (Results 1 – 3 of 3)
Revision 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


# 2c97b401 20-Jun-2020 Vladyslav Startsev <17382248+vladyslavstartsev@users.noreply.github.com>

make bcpowmod stricter by not returning false, instead throw exception

Closes GH-5747