|
18 | 18 | <function name="bcscale" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
19 | 19 | <function name="bcsqrt" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
20 | 20 | <function name="bcsub" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
| 21 | + |
| 22 | + <function name='bcmath\number' from='PHP 8 >= 8.4.0'/> |
| 23 | + <function name='bcmath\number::__construct' from='PHP 8 >= 8.4.0'/> |
| 24 | + <function name='bcmath\number::add' from='PHP 8 >= 8.4.0'/> |
| 25 | + <function name='bcmath\number::ceil' from='PHP 8 >= 8.4.0'/> |
| 26 | + <function name='bcmath\number::compare' from='PHP 8 >= 8.4.0'/> |
| 27 | + <function name='bcmath\number::div' from='PHP 8 >= 8.4.0'/> |
| 28 | + <function name='bcmath\number::divmod' from='PHP 8 >= 8.4.0'/> |
| 29 | + <function name='bcmath\number::floor' from='PHP 8 >= 8.4.0'/> |
| 30 | + <function name='bcmath\number::mod' from='PHP 8 >= 8.4.0'/> |
| 31 | + <function name='bcmath\number::mul' from='PHP 8 >= 8.4.0'/> |
| 32 | + <function name='bcmath\number::pow' from='PHP 8 >= 8.4.0'/> |
| 33 | + <function name='bcmath\number::powmod' from='PHP 8 >= 8.4.0'/> |
| 34 | + <function name='bcmath\number::round' from='PHP 8 >= 8.4.0'/> |
| 35 | + <function name='bcmath\number::__serialize' from='PHP 8 >= 8.4.0'/> |
| 36 | + <function name='bcmath\number::sqrt' from='PHP 8 >= 8.4.0'/> |
| 37 | + <function name='bcmath\number::sub' from='PHP 8 >= 8.4.0'/> |
| 38 | + <function name='bcmath\number::__tostring' from='PHP 8 >= 8.4.0'/> |
| 39 | + <function name='bcmath\number::__unserialize' from='PHP 8 >= 8.4.0'/> |
21 | 40 | </versions>
|
22 | 41 |
|
23 | 42 | <!-- Keep this comment at the end of the file
|
|
0 commit comments