PHP/cURL

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< PHP
Revision as of 14:35, 12 October 2019 by Woozle (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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: