# php -m |grep curl PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/ curl.so ' - /usr/local/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /usr/lib/php5/20090626/ curl.so ) in Unknown on line 0
Reinstalled everything that is connected with curl. Nothing helped :( Maybe someone came across?
sudo apt-get install php5 openssl php5-curl
did? - Sergiks