New comment by Kerrnel on void-packages repository https://github.com/void-linux/void-packages/issues/48183#issuecomment-1889661675 Comment: Something else wrong - moved back to php8.2 and 8.1 - same errors on those modules grep php_strlcpy php* on debian is positive in /usr/bin - negative in Void ... still investigating Debian: $ grep php_strlcpy php* grep: php: binary file matches grep: php8.1: binary file matches grep: phpdbg: binary file matches grep: phpdbg8.1: binary file matches $ grep -r php_strlcpy /usr/lib/php* grep: /usr/lib/php/20210902/apcu.so: binary file matches grep: /usr/lib/php/20210902/imagick.so: binary file matches grep: /usr/lib/php/20210902/pdo_pgsql.so: binary file matches grep: /usr/lib/php/20210902/pgsql.so: binary file matches grep: /usr/lib/php/20210902/mysqlnd.so: binary file matches grep: /usr/lib/php/20210902/imap.so: binary file matches grep: /usr/lib/php/20210902/fileinfo.so: binary file matches grep: /usr/lib/php/20210902/pdo.so: binary file matches grep: /usr/lib/php/20210902/phar.so: binary file matches Void $ grep -r php_strlcpy php8.* /usr/lib/php* grep: php8.1/modules/apcu.so: binary file matches grep: php8.1/modules/imagick.so: binary file matches grep: php8.2/modules/apcu.so: binary file matches grep: php8.2/modules/imagick.so: binary file matches grep: php8.3/modules/apcu.so: binary file matches grep: php8.3/modules/imagick.so: binary file matches grep: /usr/lib/php8.1/modules/apcu.so: binary file matches grep: /usr/lib/php8.1/modules/imagick.so: binary file matches grep: /usr/lib/php8.2/modules/apcu.so: binary file matches grep: /usr/lib/php8.2/modules/imagick.so: binary file matches grep: /usr/lib/php8.3/modules/apcu.so: binary file matches grep: /usr/lib/php8.3/modules/imagick.so: binary file matches