sastro Posted March 5, 2010 Share Posted March 5, 2010 My server using Centos 5.4 x64 I installed Curl via yum root@server [~]# yum list | grep -i curl curl.x86_64 7.15.5-2.1.el5_3.5 installed curl.i386 7.15.5-2.1.el5_3.5 centos-planet curl-devel.i386 7.15.5-2.1.el5_3.5 centos-planet curl-devel.x86_64 7.15.5-2.1.el5_3.5 centos-planet root@server [~]# php -m [php Modules] bcmath calendar ctype date dom filter ftp gd hash iconv imap json libxml mysql pcre posix Reflection session SimpleXML sockets SPL SQLite standard suhosin tokenizer xml xmlreader xmlwriter Zend Optimizer zlib [Zend Modules] Zend Optimizer But in PHP module curl not available. Please help Link to comment https://forums.phpfreaks.com/topic/194198-how-to-install-curl/ Share on other sites More sharing options...
trq Posted March 5, 2010 Share Posted March 5, 2010 Curl is a standalone application in Linux. You want / need to install the curl extension for php. Manual installation instructions are (as per usual) in the manual. Or you need to search your yum repositories for 'php curl' & see what results you get. Link to comment https://forums.phpfreaks.com/topic/194198-how-to-install-curl/#findComment-1021763 Share on other sites More sharing options...
sastro Posted March 5, 2010 Author Share Posted March 5, 2010 Found it. Its already in EasyApache (Apache Update) Thx anyway Link to comment https://forums.phpfreaks.com/topic/194198-how-to-install-curl/#findComment-1021781 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.