NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
using curl library


Joined: 22 Feb 2009
Posts: 2
Location: Los Angeles / San Francisco
Reply with quote
Hi am am a newbie to php and nusphere. trying to run a script that makes a cURL call. but it doesn't work. not sure how to add the library so my script will run. can someone please help me figure this out??
thanks
View user's profileFind all posts by nisgoreSend private messageYahoo Messenger


Joined: 07 Jun 2007
Posts: 62
Location: Albuquerque, NM, USA
Reply with quote
Its quite simple in fact to do this.

Go to the NuSphere PhpEd installed folder, and in there, there will be a "php" and/or "php5" folder.

Go into the php (for php4) or php5 (for php5) folder and edit the php.ini.

In the file, you will find the curl dll library is simple commented out (with a semi-colon (Wink).

Simply remove the semi-colon and save the file. No need to restart phped, the change will be instant and live.

(There are quite a few default disabled addons to the php release).

The line will look like:

;extension=php_curl.dll

Make it:

extension=php_curl.dll



--Have a great day, hope this helps! Wink
View user's profileFind all posts by skalirSend private messageVisit poster's websiteAIM AddressYahoo MessengerICQ Number
using curl library
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic