mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
decouple this check just in case we hit a weird system that has one
and not the other. And we specifically check for this, so we should use the information.
This commit is contained in:
parent
640501ab19
commit
a8f0c5a316
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ typedef zval pval;
|
|||
#else
|
||||
# ifndef HAVE_MEMCPY
|
||||
# define memcpy(d, s, n) bcopy((s), (d), (n))
|
||||
# endif
|
||||
# ifndef HAVE_MEMMOVE
|
||||
# define memmove(d, s, n) bcopy ((s), (d), (n))
|
||||
# endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue