summaryrefslogtreecommitdiff
path: root/ext/pcre/pcre2lib/sljit
Commit message (Collapse)AuthorAgeFilesLines
* Update to PCRE2 10.35Christoph M. Becker2020-07-0219-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 Popov2020-06-3019-1018/+406
| | | | | | | This reverts commit b419f96c626d1f9cbbba42698e947e32a0af9c4f. This breaks the GCC build with -fcf-protection (default on Ubuntu at least).
* Update to PCRE2 10.35Christoph M. Becker2020-06-3019-406/+1018
|
* Upgrade bundled PCRE2 to 10.34Anatol Belski2020-01-2519-220/+902
|
* Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-164-9/+9
|
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-181-1/+14
|\
| * Fixed bug #78272Nikita Popov2019-09-181-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.33Nikita Popov2019-09-181-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.32Anatol Belski2018-09-2114-237/+469
| | | | | | | | (cherry picked from commit d918e0776b5168aed2707b0ca500589844f0faa8)
* | Upgrade bundled PCRE2 to 10.33Anatol Belski2019-05-258-49/+220
| |
* | Upgrade PCRE2 to 10.32Anatol Belski2018-09-1814-237/+469
|/
* Remove extra semicolonsGabriel Caruso2018-07-252-2/+2
|
* Upgrade bundled PCRE2 to 10.31Anatol Belski2018-02-1421-2347/+3821
|
* Trailing whitespacesGabriel Caruso2018-01-034-6/+6
| | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
* Patch core for PCRE2 supportAnatol Belski2017-11-1323-0/+36834
RFC https://wiki.php.net/rfc/pcre2-migration