How to check PHP CURL function is enabled on my server?

Mujkanovic

Well-known member
Collaborate
Registered
Joined
Apr 24, 2016
Messages
424
Points
18
My website requires to have PHP CURL function enabled, how to check if it is enabled on my server or not?
 

mobin

Well-known member
Registered
Joined
Jun 22, 2017
Messages
234
Points
28
You can check using phpinfo() in PHP to check it.
 

Hostsane

New member
Registered
Joined
Nov 24, 2018
Messages
9
Points
3
The above way is correct and the other way is again using the command as php -m | grep curl by logging into server with root user

php -m | grep curl
curl
 

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top