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
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
Trying install additional PHP extension to phpearth/php:7.3-litespeed
(Digest: sha256:fbb6afa9f723838a030d5e11ebcc0ee7afec2b589e32ccded87e39fabac9a2fd)
FROM phpearth/php:7.3-litespeed
RUN apk add --no-cache php7.3-mysqli
got errors
PHP Warning: PHP Startup: Unable to load dynamic library 'mysqlnd' (tried: /usr/lib/php/7.3/modules/mysqlnd (Error loading shared library /usr/lib/php/7.3/modules/mysqlnd: No such file or directory), /usr/lib/php/7.3/modules/mysqlnd.so (Error relocating /usr/lib/php/7.3/modules/mysqlnd.so: zend_hash_next_index_insert: symbol not found)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'mysqli' (tried: /usr/lib/php/7.3/modules/mysqli (Error loading shared library /usr/lib/php/7.3/modules/mysqli: No such file or directory), /usr/lib/php/7.3/modules/mysqli.so (Error relocating /usr/lib/php/7.3/modules/mysqli.so: zend_hash_next_index_insert: symbol not found)) in Unknown on line 0
zend_hash_next_index_insert: symbol not found
PS. With phpearth/php:7.2-litespeed no any issues
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying install additional PHP extension to phpearth/php:7.3-litespeed
(Digest: sha256:fbb6afa9f723838a030d5e11ebcc0ee7afec2b589e32ccded87e39fabac9a2fd)
got errors
zend_hash_next_index_insert: symbol not found
PS. With phpearth/php:7.2-litespeed no any issues
The text was updated successfully, but these errors were encountered: