You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get no response in #213 which has been closed. Its still broken;
php_1 | PHP Warning: PHP Startup: Unable to load dynamic library 'redis.so' (tried: /usr/lib/php/20190902/redis.so (/usr/lib/php/20190902/redis.so: undefined symbol: igbinary_serialize), /usr/lib/php/20190902/redis.so.so (/usr/lib/php/20190902/redis.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
php_1 | /usr/local/bin/docker-entrypoint-as-root.sh: line 132: supercronic: command not found
php_1 | PHP Warning: PHP Startup: Unable to load dynamic library 'redis.so' (tried: /usr/lib/php/20190902/redis.so (/usr/lib/php/20190902/redis.so: undefined symbol: igbinary_serialize), /usr/lib/php/20190902/redis.so.so (/usr/lib/php/20190902/redis.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
php_1 | bash: line 2: syntax error near unexpected token `('
php_1 | bash: line 2: `Warning: PHP Startup: Unable to load dynamic library 'redis.so' (tried: /usr/lib/php/20190902/redis.so (/usr/lib/php/20190902/redis.so: undefined symbol: igbinary_serialize), /usr/lib/php/20190902/redis.so.so (/usr/lib/php/20190902/redis.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0'
When using docker-compose up -d with build from Dockerfile:
ARG PHP_EXTENSIONS="apcu mysqli pdo_mysql redis intl"
FROM thecodingmachine/php:7.4-v4-slim-apache
The text was updated successfully, but these errors were encountered:
Hi,
I get no response in #213 which has been closed. Its still broken;
When using docker-compose up -d with build from Dockerfile:
The text was updated successfully, but these errors were encountered: