View Single Post
Old 03-18-2009, 02:20 PM   #9 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Quote:
Originally Posted by Salathe View Post
Tanax, go to your PHP Info page (probably http://127.0.0.1/?phpinfo=1 ) and note down the location of the php.ini being used (probably <wamp_path>/bin/apache/<apache_ver>/bin/php.ini ).

Stop the apache service (clicking the systray icon has the option to stop all services). Edit the line which says ";extension=php_curl.dll" in the php.ini file -- remove the semicolon. Save it. Start the apache service.

In theory, that should work (go back to the PHP Info page to see if curl is loaded) but no guarantees.
Thanks alot! It worked quite well
Tho, I didn't find SSL there..

However:
Quote:
Originally Posted by phpinfo()
cURL support enabled
cURL Information libcurl/7.16.0 OpenSSL/0.9.8g zlib/1.2.3
OpenSSL = same thing as SSL(the thing you were talking about my error of context streams ??

Thanks alot!

And sorry for hijacking your thread allworknoplay.
__________________
Tanax is offline  
Reply With Quote