CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/02/24 13:56:22
Modified files:
lang/php/8.0/patches: patch-build_php_m4
Added files:
lang/php/8.0/patches: patch-Zend_zend_portability_h
Log message:
php/8.0: neuter the __builtin_cpu_supports autoconf checks so that it doesn't
detect sse/avx2/etc, fixing things so you can do base64 without segfaulting
test case: php-8.0 -r "print(base64_encode('abcdef').PHP_EOL);"
