#
e4f23769 |
| 26-Sep-2022 |
Máté Kocsis |
Improve string class constant code generation (#9577) Using strlen() will make sure that non-constant values can also be used. |
#
08748577 |
| 09-Aug-2022 |
Máté Kocsis |
Declare ext/intl constants in stubs - part 8 (#9275) |
#
65b96397 |
| 06-Jul-2021 |
Máté Kocsis |
Declare tentative return types for ext/intl (#6986) |
#
bf0f6aaf |
| 15-Feb-2021 |
Máté Kocsis |
Improve class entry generation Related to GH-6701 |
#
c6723728 |
| 05-Feb-2021 |
Máté Kocsis |
Generate ext/intl class entries from stubs Closes GH-6670 |
#
186612e4 |
| 09-Oct-2020 |
Máté Kocsis |
Improve parameter names in ext/intl Closes GH-6309 |
#
046cc5e4 |
| 07-Aug-2020 |
Máté Kocsis |
Add another round of missing parameter types to stubs Closes GH-5950 |
#
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 ...
|
#
1f05966a |
| 02-May-2020 |
George Peter Banyard |
Use new Fast ZPP macros for string|int parar types Closes GH-5512 |
#
f00bcfbb |
| 12-Apr-2020 |
Máté Kocsis |
Generate method entries for ext/intl Closes GH-5370 |
#
3709e74b |
| 06-Apr-2020 |
Máté Kocsis |
Store default parameter values of internal functions in arg info Closes GH-5353. From now on, PHP will have reflection information about default values of parameters of internal function
Store default parameter values of internal functions in arg info Closes GH-5353. From now on, PHP will have reflection information about default values of parameters of internal functions. Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
show more ...
|
#
cb933d63 |
| 28-Feb-2020 |
Máté Kocsis |
Add stubs for IntlChar Closes GH-5217 |