PayPal's PHP SDK on Windows

Discussion in 'PHP' started by s2j1j1b0, Aug 4, 2006.

  1. #1
    I'm trying to get PayPal's PHP SDK
    running on Windows. After running install.php, I get the following error:

    "The PayPal SDK requires curl with SSL support"

    How do I fix this?
     
    s2j1j1b0, Aug 4, 2006 IP
  2. phpwizard01

    phpwizard01 Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You have to edit your php.ini file and make sure the following two lines are
    uncommented:

    extension=php_curl.dll

    extension=php_openssl.dll

    Then, restart your Apache server and everything should work fine after that.
     
    phpwizard01, Aug 5, 2006 IP
  3. coderlinks

    coderlinks Peon

    Messages:
    282
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #3
    To use CURL you also have to make sure that the files libeay32.dll and ssleay32.dll is present in your PATH. To do this you can either add your PHP directory to the PATH environment string or you can simple copy those two files into your windows directory.

    Thomas
     
    coderlinks, Aug 5, 2006 IP