ID:               40409
 Updated by:       [EMAIL PROTECTED]
 Reported By:      leereynolds at cox dot net
-Status:           Open
+Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: Windows server 2003
 PHP Version:      5.2.0
 New Comment:

http://php.net/curl
"Note to Win32 Users: In order to enable this module on a Windows
environment, libeay32.dll and ssleay32.dll must be present in your
PATH."


Previous Comments:
------------------------------------------------------------------------

[2007-02-08 21:38:13] leereynolds at cox dot net

Description:
------------
Installed Curl as part of the standard windows PHP 5.2.0 on a
Apache/2.2.3 (Win32) PHP/5.2.0 package. After restarting the server, I
determined that curl wasn't being shown as a loaded module in
phpinfo().  With some research, it appears that libeay32.dll and
ssleay32.dll are required dependencies of Curl, but they're not being
made available with the Curl install, nor are they identified as any of
the extensions that are available seperately from Curl.



Reproduce code:
---------------
<?php
$c = curl_init();
?>

Expected result:
----------------
no errors

Actual result:
--------------
undefined function at line 2 curl_init();


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=40409&edit=1

Reply via email to