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

curl-and-php

RE: php curl install on win xp problem

From: Raluca <Raluca_at_sds.ro>
Date: Fri, 12 Aug 2005 10:04:14 +0300

Hi!
 
My php_curl.dll is in the extensions folder and the path to this folder
is correct in php.ini.
In phpinfo() I have no information about curl (which means that it is
not enabled.)
>From the link
http://www.tonyspencer.com/mt/archives/2003/10/curl_with_php_a.htm
everything until step 5 is ok.
If I only want to use curl with php do I need this curl for windows?
I've downloaded it and put it into a folder ... checked all the other
steps ... restart the Apache server ... and still nothing ...
 
Raluca Oprean
programmer
Segas Data System
0727359532
 

________________________________

From: curl-and-php-bounces_at_cool.haxx.se
[mailto:curl-and-php-bounces_at_cool.haxx.se] On Behalf Of Jon Aston
Sent: Thursday, August 11, 2005 4:27 PM
To: Programming PHP/CURL
Subject: Re: php curl install on win xp problem

make sure the php_curl.dll is in your extensions folder of PHP or the
path to the folder that the file is in is in your php.ini

        ----- Original Message -----
        From: Raluca <mailto:Raluca_at_sds.ro>
        To: curl-and-php_at_cool.haxx.se
        Sent: Thursday, August 11, 2005 1:40 AM
        Subject: php curl install on win xp problem

        HI!
         
        I am running apache server 2 and php 4.3.4 on win xp. I've these
steps in installing curl for php:
         
        1. Copy libeay32.dll and ssleay32.dll (located in
d:\apps\php\dlls\) to c:\windows\system32
        2. Check to see if you have the following file:
c:\windows\system32\msvcr70.dll
        3. Uncomment the curl line in your php.ini file to enable curl:
extension=php_curl.dll
        4. Restart apache server
         
        The error I'm getting is "Fatal error: Call to undefined
function: curl_init() "
         
        What do I need to do more? I've restarted the computer and still
the same result?
         
        Raluca Oprean
        programmer
        Segas Data System
        0727359532
         
Received on 2005-08-12