#
50f31829 |
| 25-Aug-2021 |
Máté Kocsis |
Generate optimizer func info from stubs for a few extensions - part 2 (#7401) ext/bcmath, ext/fileinfo, ext/filter, ext/gettext, ext/session
|
#
bf0f6aaf |
| 15-Feb-2021 |
Máté Kocsis |
Improve class entry generation Related to GH-6701
|
#
99b08ac2 |
| 08-Feb-2021 |
Máté Kocsis |
Implicitly enable function entry generation when class entry generation is enabled Closes GH-6675
|
#
5f210620 |
| 03-Feb-2021 |
Máté Kocsis |
Generate class entries for a few extensions Relates to GH-6644
|
#
25198277 |
| 24-Sep-2020 |
Nikita Popov |
Update gmp+bcmath parameter names Closes GH-6205.
|
#
c9b9f525 |
| 19-Jun-2020 |
Nikita Popov |
Include stub hash in generated arginfo files The hash is used to check whether the arginfo file needs to be regenerated. PHP-Parser will only be downloaded if this is actually necess
Include stub hash in generated arginfo files The hash is used to check whether the arginfo file needs to be regenerated. PHP-Parser will only be downloaded if this is actually necessary. This ensures that release artifacts will never try to regenerate stubs and thus fetch PHP-Parser, as long as you do not modify any files. Closes GH-5739.
show more ...
|
#
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
|
#
8a41c9e0 |
| 01-May-2020 |
Máté Kocsis |
Convert UNKNOWN default values to null in ext/bcmath
|
#
7c307873 |
| 04-Apr-2020 |
Máté Kocsis |
Generate function entries from stubs for a couple of extensions Closes GH-5347
|
Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6 |
|
#
27e83d0f |
| 08-Nov-2019 |
Máté Kocsis |
Add union return types for function stubs
|
Revision tags: php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5 |
|
#
84f2a984 |
| 28-Oct-2019 |
Christoph M. Becker |
Elevate warnings to Error Exceptions in ext/bcmath `bcdiv()` and `bcmod()` throw DivisionByZeroError if the divisor is 0, which matches the behavior of the `/` and `%` operators, and `bc
Elevate warnings to Error Exceptions in ext/bcmath `bcdiv()` and `bcmod()` throw DivisionByZeroError if the divisor is 0, which matches the behavior of the `/` and `%` operators, and `bcsqrt()` throws ValueError for negative operands.
show more ...
|
Revision tags: php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3, php-7.2.23, php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9, php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1 |
|
#
4799b76f |
| 10-Aug-2019 |
Simon Podlipsky |
Add BCMath PHP stubs Closes GH-4508.
|