php-src/ext/pcre
Peter Kokot 2f6a210755
Use memmove() unconditionally in the code (#13647)
The memmove() function is C99 standard function [1] and check was left for
the PCRE2 bundled library. It can be simplified by passing the compile
option instead of checking always available function on current systems.
External PCRE2 library on the system doesn't need this.

[1]: https://port70.net/~nsz/c/c99/n1256.html#7.21.2.2
2024-03-09 20:30:08 +01:00
..
pcre2lib Upgrade bundled pcre2lib to 10.43 (#13413) 2024-02-17 14:15:04 +01:00
tests ext/pcre: Add "/r" modifier (#13583) 2024-03-05 20:51:04 +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 ext/pcre: Add "/r" modifier (#13583) 2024-03-05 20:51:04 +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