Difference between revisions of "PHP/cURL"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< PHP
Jump to navigation Jump to search
(Created page with "==About== This page is about using cURL within PHP. ==Setup - Notes== Getting cURL set up can be easy or not-easy, depending on various factors. I'm still trying to fi...")
(No difference)

Revision as of 14:35, 12 October 2019

About

This page is about using cURL within PHP.

Setup - Notes

Getting cURL set up can be easy or not-easy, depending on various factors. I'm still trying to figure out why it apparently isn't working on cloud5. Tentatively, the problem is that PHP is running v7.0 instead of v7.2 (via FastCGI), and there is no libcurl package for PHP 7.0.

PHP 5 instructions: