|
-
Jun 12th, 2006, 08:20 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] how to with libcurl
can any one pls tell me how to install libcurl with php
-
Jun 12th, 2006, 08:26 PM
#2
-
Jun 12th, 2006, 08:30 PM
#3
Thread Starter
Fanatic Member
Re: how to with libcurl
To use PHP's CURL support you must also compile PHP --with-curl[=DIR] where DIR is the location of the directory containing the lib and include directories. In the "include" directory there should be a folder named "curl" which should contain the easy.h and curl.h files. There should be a file named libcurl.a located in the "lib" directory. Beginning with PHP 4.3.0 you can configure PHP to use CURL for URL streams --with-curlwrappers.
yeah i've read that times, but i can't figure out how to do it as i've never installed any other component with php.
and by the way i have php 4.4.1
-
Jun 12th, 2006, 08:32 PM
#4
Re: how to with libcurl
You're not installing anything, you're compiling PHP from source with that option on the build string. Read the section on compiling PHP for how to do that.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|