cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: Help... me...

From: PDQ <as400_at_pdq.net>
Date: Thu, 9 Sep 2004 22:42:36 -0500

Im not sure what your doing but curl for php is already in your php extension folder - php_curl.dll.
You should not have to go to the curl site for anything, unless you want to down the curl package
which has nothing to do with php. The package is for other stuff, like being able to run curl independently from php
- say on the command line, or if you want to get the source, make changes, compile...However, the curl site
contains some great docs on how to use curl, you just have to swallow the inf and translate it to php.

Also to use curl make sure the setting is not commented out in your php.ini file - extension=php_curl.dll
You shouldnt have to do anything else.

To double check that curl is enabled - up and running in php run the statement:
<?php phpinfo(); ?>
This will also tell you what version of libcurl php_curl.dll you have.

more info:
http://curl.haxx.se/feedback/display.cgi?id=10839310738408&support=yes

hth
joe
  ----- Original Message -----
  From: Simon
  To: using curl with PHP
  Sent: Thursday, September 09, 2004 9:19 PM
  Subject: Re: Help... me...

  PDQ wrote:

php_curl.dll is present but libcurl.dll is not. Where can I get it?
    http://curl.haxx.se/mail/lib-2001-03/0082.html
  

  Oops! This document does not seem to exist!
  The document /download/curl-7.7-win32-ssl-devel.zip (that you requested) doesn't exist here. It may have existed here earlier and is now removed, or it may never have existed.

  Judging from the file name you tried to get, it is an archive. Try one from the download page.

  Sometimes search engines keep very old information that might have lead you here or sometimes we just had to rearrange pages or remove deprecated information.

  Continue to curl.haxx.se to find the information you need, or step right into the search page.
Received on 2004-09-10