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 Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.