Top "Php-curl" questions

PHP cURL extension for HTTP requests

How to use CURL via a proxy?

I am looking to set curl to use a proxy server. The url is provided by an html form, which …

php curl proxy php-curl
How to install php-curl in Ubuntu 16.04

Upgraded to Ubuntu 16.04 and facing problem after installing PHP5. Installed PHP-5 with following: sudo add-apt-repository ppa:ondrej/php sudo apt-get …

php ubuntu curl ubuntu-16.04 php-curl
TLS 1.2 not working in cURL

I am having trouble curling an HTTPS url that uses TLS1.2, in my curl operation I post my login data …

php ssl openssl php-curl
A problem occurred somewhere in the SSL/TLS handshake

I've been having problems on my development server where cURL, while working perfectly with anything HTTP, does not function properly …

php ssl curl https php-curl
PHP cURL, read remote file and write contents to local file

I want to connect to a remote file and writing the output from the remote file to a local file, …

php curl php-curl
Call to undefined function curl_init() error

I am on a Win 64 bit OS, php 5.6.8 using Eclipse PDT to develop PHP. I have come across this Call …

php php-curl
Composer install missing curl-ext

I am developing some PHP on Ubuntu 14.04.4 LS. Running composer install is failing and I can't figure it out. This …

composer-php php-curl
After Ubuntu 18.04 upgrade php7.2-curl cannot be installed

Upgraded to 18.04 from 16.04 today using do-release-upgrade -d During the upgrade I was informed that some packages would be removed, these …

php apt php-curl ubuntu-18.04
How to convert Php CURL request to command line curl

How to translate following php curl request to curl executable command. $curlOpts = array( CURLOPT_PORT => "3000", CURLOPT_URL => 'www.…

php curl php-curl
PHP Warning: PHP Startup: Unable to load dynamic library php_curl.dll impossibile find

I have Windows 10 with WAMP server (Apache 2.4.9, PHP 5.5.29 VC11 x64, e MySQL). All works fine, but now I will use …

php curl dll php-curl