I already installed php source, win32build and bindlib_32 on my computer. I tested all with MV C++. It worked.

+--C:\work
| |
| +--bindlib_w32
| | |
| | +--arpa
| | |
| | +--conf
| | |
| | +--...
| |
| +--php-5.x.x
| | |
| | +--build
| | |
| | +--...
| | |
| | +--win32
| | |
| | +--...
| |
| +--win32build
| | |
| | +--bin
| | |
| | +--include
| | |
| | +--lib

I downloaded curl zip file from curl site.

I got this instruction from php site about how to compile php with curl.
here
"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. "

I don't understand what it means..I don't know how to compile php with curl on windows. Can you help me? Thank you.

    6 days later

    here to setup curl in your windows machine
    you must have this files
    libeay32.dll and ssleay32.dl
    and this file should store in your php library dll
    eg : c:\php\libraries

    and also the libcurl.dll must enable in your php.ini
    if you dont have libcurl.dll in your machine then you can donwload that php.net

      a month later

      I still don't understand how to install curl! ubernoob in the house.. :p

      ok, I've got 'libeay32.dll' & 'ssleay32.dll' in 'C:\php\dlls'

      and I've got 'extension=php_curl.dll' uncommented.

      I don't have the 'libcurl.dll', I got the 'curl-7.15.3.zip' from following the link from php.net, but what do I do with it?! 😕

        Write a Reply...