stevemcl Posted February 8, 2007 Share Posted February 8, 2007 For the 'UPS XML Rates and Services v1.0' shipping module, is cURL required? cURL is not compiled into my host php and it's not available as a command line command. thanks, -steve Quote Link to comment Share on other sites More sharing options...
Jan Zonjee Posted February 8, 2007 Share Posted February 8, 2007 For the 'UPS XML Rates and Services v1.0' shipping module, is cURL required? Absolutely. UPS uses a https connection (you are sending a user name and password plus a developers key over the internet) and for that you need cURL. No way around it (although I noticed a package at www.phpclasses.org that claims:Applications that depend on the Curl library may now run with this package whether or not the Curl extension is available. Perhaps? Quote Link to comment Share on other sites More sharing options...
MooseFruit Posted February 9, 2007 Share Posted February 9, 2007 Absolutely. UPS uses a https connection (you are sending a user name and password plus a developers key over the internet) and for that you need cURL. No way around it (although I noticed a package at www.phpclasses.org that claims: Perhaps? How can I determine if cURL is available on my host's server? Quote Link to comment Share on other sites More sharing options...
MooseFruit Posted February 9, 2007 Share Posted February 9, 2007 How can I determine if cURL is available on my host's server? Just used phpinfo.php to determine that I do indeed have curl enabled: curl CURL support enabled CURL Information libcurl/7.14.0 OpenSSL/0.9.7d zlib/1.2.3 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.