mirror of
https://github.com/php/php-src.git
synced 2026-04-26 09:28:21 +02:00
be70f42de7
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.