Skip to content

Conversation

@petk
Copy link
Member

@petk petk commented Mar 9, 2024

The memmove() function is C99 standard function 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.

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
@petk petk merged commit 2f6a210 into php:master Mar 9, 2024
@petk petk deleted the patch-memmove branch March 9, 2024 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants