How to compile PHP with cURL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rasana
Forum Newbie
Posts: 9
Joined: Fri Aug 08, 2008 6:07 am

How to compile PHP with cURL

Post by rasana »

How to compile PHP with cURL?
rasana
Forum Newbie
Posts: 9
Joined: Fri Aug 08, 2008 6:07 am

Re: How to compile PHP with cURL

Post by rasana »

Hey!! I got it solved!!
just enable php_curl.dll in php.ini by removing ; from extension = php_curl.dll line
then restart apache. :D
Post Reply