Hello.
I installed nginx + php-fpm and thought that php cli and php-fpm will have the same collection of installed modules.
When I open php file with phpinfo() in browser I see that for example curl enabled.
When I enter in console php -m I do not see curl.
When I enter in console php -i I see another Configure Command than in browser version of phpinfo() and I do not see curl in console.
curl and curl-devel installed. php-fpm compilled from sources with curl.
WHY? Can anybody explain?