php-src/ext/pcre/pcre2lib/sljit
Ayesh Karunaratne d1f14a4609
ext/pcre: update to PCRE2 v10.44 (#14498)
Previously: GH-13413.

This version also contains a fix with `preg_match('\X')`, so that it
can correctly detect grapheme clusters (PCRE2Project/pcre2#410).
This is useful to correctly [polyfill the new `grapheme_str_split`
function](https://php.watch/versions/8.4/grapheme_str_split#polyfill).

Diff: pcre2lib [v10.43..v10.44](https://github.com/PCRE2Project/pcre2/compare/pcre2-10.43...pcre2-10.44)
2024-06-08 13:03:31 +02:00
..
allocator_src ext/pcre: update to PCRE2 v10.44 (#14498) 2024-06-08 13:03:31 +02:00
sljitConfig.h Upgrade bundled pcre2lib to 10.43 (#13413) 2024-02-17 14:15:04 +01:00
sljitConfigCPU.h Upgrade bundled pcre2lib to 10.43 (#13413) 2024-02-17 14:15:04 +01:00
sljitConfigInternal.h ext/pcre: update to PCRE2 v10.44 (#14498) 2024-06-08 13:03:31 +02:00
sljitLir.c ext/pcre: update to PCRE2 v10.44 (#14498) 2024-06-08 13:03:31 +02:00
sljitLir.h ext/pcre: update to PCRE2 v10.44 (#14498) 2024-06-08 13:03:31 +02:00
sljitNativeARM_32.c ext/pcre: update to PCRE2 v10.44 (#14498) 2024-06-08 13:03:31 +02:00
sljitNativeARM_64.c ext/pcre: update to PCRE2 v10.44 (#14498) 2024-06-08 13:03:31 +02:00
sljitNativeARM_T2_32.c ext/pcre: update to PCRE2 v10.44 (#14498) 2024-06-08 13:03:31 +02:00
sljitNativeLOONGARCH_64.c ext/pcre: update to PCRE2 v10.44 (#14498) 2024-06-08 13:03:31 +02:00
sljitNativeMIPS_32.c ext/pcre: update to PCRE2 v10.44 (#14498) 2024-06-08 13:03:31 +02:00
sljitNativeMIPS_64.c ext/pcre: update to PCRE2 v10.44 (#14498) 2024-06-08 13:03:31 +02:00
sljitNativeMIPS_common.c ext/pcre: update to PCRE2 v10.44 (#14498) 2024-06-08 13:03:31 +02:00
sljitNativePPC_32.c Upgrade bundled pcre2lib to 10.43 (#13413) 2024-02-17 14:15:04 +01:00
sljitNativePPC_64.c Upgrade bundled pcre2lib to 10.43 (#13413) 2024-02-17 14:15:04 +01:00
sljitNativePPC_common.c ext/pcre: update to PCRE2 v10.44 (#14498) 2024-06-08 13:03:31 +02:00
sljitNativeRISCV_32.c Upgrade bundled pcre2lib to 10.43 (#13413) 2024-02-17 14:15:04 +01:00
sljitNativeRISCV_64.c Upgrade bundled pcre2lib to 10.43 (#13413) 2024-02-17 14:15:04 +01:00
sljitNativeRISCV_common.c ext/pcre: update to PCRE2 v10.44 (#14498) 2024-06-08 13:03:31 +02:00
sljitNativeS390X.c ext/pcre: update to PCRE2 v10.44 (#14498) 2024-06-08 13:03:31 +02:00
sljitNativeX86_32.c ext/pcre: update to PCRE2 v10.44 (#14498) 2024-06-08 13:03:31 +02:00
sljitNativeX86_64.c ext/pcre: update to PCRE2 v10.44 (#14498) 2024-06-08 13:03:31 +02:00
sljitNativeX86_common.c ext/pcre: update to PCRE2 v10.44 (#14498) 2024-06-08 13:03:31 +02:00
sljitSerialize.c ext/pcre: update to PCRE2 v10.44 (#14498) 2024-06-08 13:03:31 +02:00
sljitUtils.c Update to libpcre2 10.40 2022-07-11 19:45:46 +02:00