mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
While __php_mempcpy is only used by ext/standard/crypt_sha*, the mempcpy "pattern" is used everywhere. This commit removes __php_mempcpy, adds zend_mempcpy and transforms open-coded parts into function calls.