| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'PHP-7.4' into PHP-8.0 | Nikita Popov | 2021-03-18 | 1 | -0/+18 |
| |\ | |||||
| | * | Fix locale switch back to C in pcre | Nikita Popov | 2021-03-18 | 1 | -0/+18 |
| * | | Merge branch 'PHP-7.4' into PHP-8.0 | Nikita Popov | 2021-03-15 | 1 | -0/+12 |
| |\ \ | |/ | |||||
| | * | Fix bug #80866 | Dharman | 2021-03-15 | 1 | -0/+12 |
| * | | Review parameter names in ext/pcre | Máté Kocsis | 2020-10-02 | 5 | -7/+7 |
| * | | Merge branch 'PHP-7.4' into master | Christoph M. Becker | 2020-09-21 | 1 | -0/+10 |
| |\ \ | |/ | |||||
| | * | Fix #80118: Erroneous whitespace match with JIT only | Christoph M. Becker | 2020-09-21 | 1 | -0/+10 |
| * | | Run tidy | Nikita Popov | 2020-09-18 | 17 | -22/+22 |
| * | | Merge branch 'PHP-7.4' into master | Christoph M. Becker | 2020-09-17 | 1 | -0/+11 |
| |\ \ | |/ | |||||
| | * | Update to PCRE2 10.35 | Christoph M. Becker | 2020-09-17 | 2 | -0/+28 |
| * | | Fix preg_replace_callback_array() with array subject | Nikita Popov | 2020-09-15 | 2 | -3/+11 |
| * | | Improve error messages mentioning parameters instead of arguments | Máté Kocsis | 2020-09-09 | 1 | -1/+1 |
| * | | Allocate temporary PCRE match data using ZMM | Nikita Popov | 2020-09-07 | 1 | -0/+18 |
| * | | Use the canonical order of types in array|string ZPP error messages | Máté Kocsis | 2020-09-04 | 2 | -2/+2 |
| * | | Promote warnings to exceptions in ext/pcre | Máté Kocsis | 2020-08-25 | 2 | -4/+7 |
| * | | Add many missing closing PHP tags to tests | Máté Kocsis | 2020-08-09 | 1 | -0/+1 |
| * | | Fix #79846: 8c67c166996 broke simple regexp | Christoph M. Becker | 2020-07-16 | 1 | -0/+17 |
| * | | Use ZPP string|array union check in PCRE extension | George Peter Banyard | 2020-07-09 | 3 | -6/+11 |
| * | | Remove unnecessary PHPDoc-alike blocks from tests | Máté Kocsis | 2020-06-24 | 24 | -60/+4 |
| * | | Use ZPP callable check for preg_replace_callback() $callback argument | George Peter Banyard | 2020-06-22 | 1 | -14/+20 |
| * | | Clean up calls to extension_loaded('json') in tests | Tyson Andre | 2020-05-28 | 1 | -2/+0 |
| * | | Improve type error messages when an object is given | Máté Kocsis | 2020-05-26 | 5 | -5/+5 |
| * | | Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co... | Gabriel Caruso | 2020-04-27 | 2 | -2/+2 |
| * | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-04-22 | 1 | -0/+35 |
| |\ \ | |/ | |||||
| | * | Add additional preg_match test case | Graham Campbell | 2020-04-22 | 1 | -0/+35 |
| * | | Improve error messages of various extensions | Máté Kocsis | 2020-03-23 | 2 | -2/+2 |
| * | | Merge branch 'PHP-7.4' | Remi Collet | 2020-03-03 | 1 | -0/+2 |
| |\ \ | |/ | |||||
| | * | this test needs json | Remi Collet | 2020-03-03 | 1 | -0/+2 |
| * | | Change argument error message format | Máté Kocsis | 2020-02-26 | 6 | -11/+11 |
| * | | Add preg_last_error_msg() function | Nicolas Oelgart | 2020-02-25 | 6 | -0/+95 |
| * | | Make type error messages more consistent | Máté Kocsis | 2020-02-17 | 6 | -13/+13 |
| * | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-02-11 | 1 | -0/+218 |
| |\ \ | |/ | |||||
| | * | Fixed bug #79257 | Nikita Popov | 2020-02-11 | 1 | -0/+218 |
| * | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-02-07 | 1 | -0/+33 |
| |\ \ | |/ | |||||
| | * | PCRE: Only remember valid UTF-8 if start offset zero | Nikita Popov | 2020-02-07 | 1 | -0/+11 |
| | * | PCRE: Check whether start offset is on char boundary | Nikita Popov | 2020-02-07 | 1 | -0/+22 |
| * | | Make ASSIGN, ASSIGN_OP, INC and DEC opcodes to return IS_TMP_VAR instead of I... | Dmitry Stogov | 2020-02-07 | 1 | -1/+6 |
| * | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-02-05 | 1 | -0/+13 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-02-05 | 1 | -0/+13 |
| | |\ | |||||
| | | * | Fixed bug #79188 | Nikita Popov | 2020-02-05 | 1 | -0/+13 |
| * | | | Reindent phpt files | Nikita Popov | 2020-02-03 | 24 | -96/+96 |
| * | | | Fix #78880: Another bunch of spelling errors | Máté Kocsis | 2020-01-16 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-11-22 | 1 | -0/+8 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-11-22 | 1 | -0/+8 |
| | |\ \ | | |/ | |||||
| | | * | Fix #78853: preg_match() may return integer > 1 | Christoph M. Becker | 2019-11-22 | 1 | -0/+8 |
| * | | | Clean DONE tags from tests | Fabien Villepinte | 2019-11-07 | 13 | -27/+0 |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-10-19 | 1 | -0/+6 |
| |\ \ \ | |/ / | |||||
| | * | | Fix #78684: PCRE bug72463_2 test is sending emails on Linux | Christoph M. Becker | 2019-10-19 | 1 | -0/+6 |
| * | | | Convert some notices to warnings | Nikita Popov | 2019-10-02 | 11 | -24/+15 |
| * | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-09-18 | 1 | -2/+0 |
| |\ \ \ | |/ / | |||||
