Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to PCRE2 10.35 | Christoph M. Becker | 2020-07-02 | 19 | -406/+1018 |
| | | | | | We also port a fix for the build system regarding the `-fcf-protection` gcc flag; cf. <https://bugs.exim.org/show_bug.cgi?id=2578>. | ||||
* | Revert "Update to PCRE2 10.35" | Nikita Popov | 2020-06-30 | 19 | -1018/+406 |
| | | | | | | | This reverts commit b419f96c626d1f9cbbba42698e947e32a0af9c4f. This breaks the GCC build with -fcf-protection (default on Ubuntu at least). | ||||
* | Update to PCRE2 10.35 | Christoph M. Becker | 2020-06-30 | 19 | -406/+1018 |
| | |||||
* | Upgrade bundled PCRE2 to 10.34 | Anatol Belski | 2020-01-25 | 19 | -220/+902 |
| | |||||
* | Fix #78880: Another bunch of spelling errors | Máté Kocsis | 2020-01-16 | 4 | -9/+9 |
| | |||||
* | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-09-18 | 1 | -1/+14 |
|\ | |||||
| * | Fixed bug #78272 | Nikita Popov | 2019-09-18 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | | Use MAP_JIT only when running under hardened runtime, because MAP_JIT is incompatible with fork(). The check is based on https://github.com/mono/mono/commit/f879e35e3ed7496d819bd766deb8be6992d068ed. | ||||
| * | Backport MAP_JIT fixes from PCRE2 10.33 | Nikita Popov | 2019-09-18 | 1 | -3/+43 |
| | | | | | | | | | | | | | | | | This is intended to fix the primary issue from bug #77260. Prior to macOS 10.14 multiple MAP_JIT segments were not permitted, leading to mmap failures and corresponding "no more memory" errors on macOS 10.13. | ||||
| * | Upgrade PCRE2 to 10.32 | Anatol Belski | 2018-09-21 | 14 | -237/+469 |
| | | | | | | | | (cherry picked from commit d918e0776b5168aed2707b0ca500589844f0faa8) | ||||
* | | Upgrade bundled PCRE2 to 10.33 | Anatol Belski | 2019-05-25 | 8 | -49/+220 |
| | | |||||
* | | Upgrade PCRE2 to 10.32 | Anatol Belski | 2018-09-18 | 14 | -237/+469 |
|/ | |||||
* | Remove extra semicolons | Gabriel Caruso | 2018-07-25 | 2 | -2/+2 |
| | |||||
* | Upgrade bundled PCRE2 to 10.31 | Anatol Belski | 2018-02-14 | 21 | -2347/+3821 |
| | |||||
* | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 4 | -6/+6 |
| | | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com> | ||||
* | Patch core for PCRE2 support | Anatol Belski | 2017-11-13 | 23 | -0/+36834 |
RFC https://wiki.php.net/rfc/pcre2-migration |