Revision tags: php-8.1.7RC1, php-8.1.4RC1, php-8.1.3, php-8.1.2RC1, php-8.1.0, php-7.3.33, php-7.3.32, php-7.3.31 |
|
#
d02b9b95 |
| 30-Aug-2021 |
Máté Kocsis |
Add more specific array return type hints for various extensions - part 1 ext/bz2, ext/calendar, ext/dba, ext/enchant Closes GH-7432 |
Revision tags: php-7.3.30, php-7.3.29, php-7.3.28 |
|
#
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 |
Revision tags: php-7.3.27, php-7.3.26, php-7.3.26RC1, php-7.3.25, php-7.3.25RC1, php-7.3.24, php-7.3.24RC1 |
|
#
f21b1609 |
| 06-Oct-2020 |
Nikita Popov |
Update ext/calendar parameter names Closes GH-6277. |
Revision tags: php-7.3.23, php-7.3.23RC1, php-7.3.22, php-7.3.22RC1, php-7.3.21, php-7.3.21RC1, php-7.3.20, php-7.3.20RC1, php-7.3.19, php-7.4.7RC1, php-7.3.19RC1 |
|
#
089d8cb0 |
| 01-May-2020 |
Máté Kocsis |
Convert UNKNOWN default values to null in ext/calendar |
Revision tags: php-7.3.18RC1, php-7.2.30, php-7.3.17 |
|
#
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.17RC1, php-7.3.18, php-7.3.16, php-7.3.16RC1, php-7.3.15RC1, php-7.3.15, php-7.3.14, php-7.3.14RC1, php-7.3.13, 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 |
|
#
7816df2c |
| 28-Oct-2019 |
Christoph M. Becker |
Elevate warnings to ValueErrors in ext/calendar All of these warnings/ValueErrors are due to programming errors, i.e. calling a function with unsupported arguments. |
#
913a449b |
| 26-Oct-2019 |
Christoph M. Becker |
Remove generic type annotations Cf. <https://github.com/php/php-src/commit/de69a9d3ebad41da9bc7c59f836bb141f0af70f8#r35675846>. |
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 |
|
#
52d31bf1 |
| 03-Sep-2019 |
Nikita Popov |
Don't perform coercions in internal func return type assertion The returned value must match the specified type exactly, as we can't perform any coercions in non-debug builds. F
Don't perform coercions in internal func return type assertion The returned value must match the specified type exactly, as we can't perform any coercions in non-debug builds. Fix incorrect stub for easter_date() that slipped through the assertion for this reason...
show more ...
|
Revision tags: php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9, php-7.4.0beta4 |
|
#
3b2329da |
| 17-Aug-2019 |
Simon Podlipsky |
Add Calendar ext PHP stubs Closes GH-4552. |