Good evening folks,
Having problems getting curl to work on our new linux box running RH7.1 / Apache 1.3.19 / PHP 4.0.4 and Mysql
Curl was installed using the latest RPM package, although i read somewhere that PHP come with curl preinstalled. That may or may not be true.
But what is true is that when it comes to executing the curl_init() function it sends a parsing error to the effect that the function is undefined.
To try and rectify this we have checked the php.ini file for in /etc and added the line
extension=libcurl.so
although we were hoping to find a line like
; extension=libcurl.so
which could be uncommented as we have done on windows to get curl up and running on our pc.
So my question is in a nutshell how do you get curl up and running with php ?
What goes in the php.ini file ?
Are there any headers required in the php
file silmilar to C include files ?
If anyone can help with resolving this problem it would be very much appreciated.
Thanks
Paul