Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
The php.ini used by mod_php7 must have a directive to enable the extension:
blablabla.so itself must be in the directory specified by extension_dir in php.ini. The easiest way is to create a symlink to the corresponding file in /usr/lib/php/... If extension_dir is not set in php.ini, you can find out the default value like this: php7.0 -i | grep extension_dir
(php7.0-cli must be installed). Or you can just see in which folder *.so files from other php extensions are located.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question