Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-09 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | * PHP-8.0: Use E_ERROR to report arginfo/zpp mismatch Make NumberFormatter ctor $pattern nullable Make IntlDateFormatter ctor $pattern nullable | ||||
| * | Make NumberFormatter ctor $pattern nullable | Nikita Popov | 2021-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Whether the pattern is needed depends on the used style. If no pattern is needed, null is a more sensible value than an empty string. fixup | ||||
| * | Make IntlDateFormatter ctor $pattern nullable | Nikita Popov | 2021-02-09 | 1 | -1/+1 |
| | | | | | | | | | | The implementation already made this argument nullable, but it was not reflected in the stub. | ||||
* | | Generate ext/intl class entries from stubs | Máté Kocsis | 2021-02-09 | 1 | -1/+5 |
|/ | | | | Closes GH-6670 | ||||
* | Verify parameter names of function aliases | Máté Kocsis | 2020-10-16 | 1 | -3/+3 |
| | | | | Closes GH-6335 | ||||
* | Improve parameter names in ext/intl | Máté Kocsis | 2020-10-12 | 1 | -128/+128 |
| | | | | Closes GH-6309 | ||||
* | More precise type information for datefmt_format() | Máté Kocsis | 2020-10-09 | 1 | -1/+1 |
| | |||||
* | Display types in stubs more uniformly | Máté Kocsis | 2020-09-16 | 1 | -1/+1 |
| | | | | | | In preparation for generating method signatures for the manual. This change gets rid of bogus false|null return types, a few unnecessary trailing backslashes, and settles on using ? when possible for nullable types. | ||||
* | Declare array|int and object-of-class|int types in stubs | Máté Kocsis | 2020-09-14 | 1 | -7/+3 |
| | | | | | | Closes GH-6081 Co-Authored-By: Nikita Popov <nikic@php.net> | ||||
* | Use ZPP instead of custom type checks | Máté Kocsis | 2020-09-04 | 1 | -2/+1 |
| | | | | We can add these types as a native type declaration to stubs as a side-effect. Closes GH-6068 | ||||
* | Add more precise type info for stubs | Máté Kocsis | 2020-09-01 | 1 | -7/+5 |
| | | | | Closes GH-6005 | ||||
* | Add another round of missing parameter types to stubs | Máté Kocsis | 2020-08-07 | 1 | -1/+12 |
| | | | | Closes GH-5950 | ||||
* | Add a bunch of missing argument types to stubs | Máté Kocsis | 2020-08-03 | 1 | -1/+11 |
| | |||||
* | Warning to ValueError promotion in Intl extension Part 1 | George Peter Banyard | 2020-07-31 | 1 | -15/+15 |
| | | | | | | | | | Affects: - IntlCalendar - IntlGregorianCalendar - IntlBreakIterator Closes GH-5669 | ||||
* | Add a few missing parameter types in stubs | Máté Kocsis | 2020-07-30 | 1 | -1/+2 |
| | | | | Related to GH-5627 | ||||
* | Fix IntlGregorianCalendar constructor signature | Nikita Popov | 2020-07-17 | 1 | -1/+1 |
| | | | | | Give these conversative UNKNOWN defaults and no types, as the overload is something of a mess. | ||||
* | Fix some UNKNOWN default values | Máté Kocsis | 2020-06-09 | 1 | -2/+2 |
| | | | | In ext/ffi, ext/intl, ext/mysqli, and ext/pcntl | ||||
* | Generate method entries for ext/intl | Máté Kocsis | 2020-04-14 | 1 | -2/+2 |
| | | | | Closes GH-5370 | ||||
* | Fix the default value of the $length parameter of grapheme_substr() | Máté Kocsis | 2020-04-10 | 1 | -1/+1 |
| | |||||
* | Do not include the same stub multiple times | Máté Kocsis | 2020-04-03 | 1 | -0/+422 |
Closes GH-5322 |