Hello,
I have a problem with mongo extension. Can not detect extension ext-mongo in php version 7.1
I have used the following commands successfully
$ /opt/plesk/php/7.1/bin/pecl install mongodb
$ /opt/plesk/php/7.1/bin/pecl config-set php_prefix /opt/plesk/php/7.1/bin/
And in my /opt/plesk/php/7.1/etc/php.ini, I added extension = mongodb.so
with $ plesk bin php_handler --reread
$ service apache2 restart
But can not detect the extension for me to use it in my project (Symfony)
Have you ever encountered the problem and how to solve it?
Thank for your help
I have a problem with mongo extension. Can not detect extension ext-mongo in php version 7.1
I have used the following commands successfully
$ /opt/plesk/php/7.1/bin/pecl install mongodb
$ /opt/plesk/php/7.1/bin/pecl config-set php_prefix /opt/plesk/php/7.1/bin/
And in my /opt/plesk/php/7.1/etc/php.ini, I added extension = mongodb.so
with $ plesk bin php_handler --reread
$ service apache2 restart
But can not detect the extension for me to use it in my project (Symfony)
Have you ever encountered the problem and how to solve it?
Thank for your help