Click to See Complete Forum and Search --> : cURL/PHP/Win2k


Tracer
05-20-2003, 02:41 PM
I have never used the cURL libs for PHP....a couple quick questions..

After uncommenting the extension line in php.ini do you need to do anything else in order to enable cURL support?

Do you need to download the cURL binaries for win32? SSL? Or is this all compiled into PHP?

foolguitardude
05-20-2003, 09:23 PM
I believe that the library comes in the PHP .zip file. You will need to have the extension in the extension directory stated in PHP.ini

This is only general, I've never used cURL either.

natehk
05-21-2003, 07:02 PM
If you go to the php.net site and type in curl in the search area, if you look in the comment area you get instructions to also add the libeay32.dll and the SSLeay32.dll in the windows32 dir if you are on a windows box. Good luck...