mirror of
https://github.com/php/php-src.git
synced 2026-03-27 09:42:22 +01:00
The pcre2 library still needs HAVE_MEMMOVE defined to use the system (C99 standard) memmove() function, otherwise emulation is used. On Windows, this is already enabled.