php-src/ext/pcre
Niels Dossche d0e15c8502
Fix external pcre2 build (#13662)
PCRE2_EXTRA_CASELESS_RESTRICT is only available as of pcre2 10.43.
Note: no check is necessary for pcre2_set_compile_extra_options because
it is available since pcre2 10.30, which is the minimum version PHP
requires.
2024-03-10 13:15:15 +01:00
..
pcre2lib Upgrade bundled pcre2lib to 10.43 (#13413) 2024-02-17 14:15:04 +01:00
tests Fix external pcre2 build (#13662) 2024-03-10 13:15:15 +01:00
config.w32 Use memmove() unconditionally in the code (#13647) 2024-03-09 20:30:08 +01:00
config0.m4 Use memmove() unconditionally in the code (#13647) 2024-03-09 20:30:08 +01:00
CREDITS
php_pcre.c Fix external pcre2 build (#13662) 2024-03-10 13:15:15 +01:00
php_pcre.def Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
php_pcre.h Minor pcre optimizations (#12923) 2023-12-11 19:43:26 +01:00
php_pcre.stub.php Implement stackless internal function calls 2024-02-06 17:42:28 +01:00
php_pcre_arginfo.h Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00