Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate class entries from stubs for oci8, odbc, openssl, pcntl, pdo, pgsql | Máté Kocsis | 2021-02-14 | 1 | -1/+1 |
| | | | | Closes GH-6691 | ||||
* | Review parameter names in ext/pcre | Máté Kocsis | 2020-10-02 | 1 | -9/+9 |
| | | | | Closes GH-6259 | ||||
* | Fix preg_replace_callback_array() with array subject | Nikita Popov | 2020-09-15 | 1 | -5/+2 |
| | | | | Apparently this "feature" was completely untested... | ||||
* | Add all the missing parameter types to stubs | Máté Kocsis | 2020-08-13 | 1 | -1/+9 |
| | | | | Closes GH-5955 | ||||
* | Use ZPP string|array union check in PCRE extension | George Peter Banyard | 2020-07-09 | 1 | -20/+5 |
| | |||||
* | Use ZPP callable check for preg_replace_callback() $callback argument | George Peter Banyard | 2020-06-22 | 1 | -3/+1 |
| | |||||
* | Generate function entries for another batch of extensions | Máté Kocsis | 2020-04-05 | 1 | -0/+2 |
| | | | | Closes GH-5352 | ||||
* | Add preg_last_error_msg() function | Nicolas Oelgart | 2020-02-25 | 1 | -0/+2 |
| | | | | | | | | Provides the last PCRE error as a human-readable message, similar to functionality existing in other extensions, such as json_last_error_msg(). Closes GH-5185. | ||||
* | Revert "Replace @param annotations with type declarations" | Christoph M. Becker | 2020-02-17 | 1 | -4/+18 |
| | | | | This reverts commit c31029f335ca1b453af799805c43c37e959ad555. | ||||
* | Replace @param annotations with type declarations | Christoph M. Becker | 2020-02-16 | 1 | -18/+4 |
| | |||||
* | Add union return types for function stubs | Máté Kocsis | 2019-11-11 | 1 | -22/+9 |
| | |||||
* | Use TypeError for preg_replace type check | Nikita Popov | 2019-08-11 | 1 | -2/+2 |
| | | | | | This is a type violation warning, and as such should use TypeError in PHP 8. | ||||
* | Add stubs for PCRE extension | Stephen Reay | 2019-08-11 | 1 | -0/+52 |
Closes GH-4501. |