php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40409 Curl install doesn't include OpenSSL requirements
Submitted: 2007-02-08 21:38 UTC Modified: 2007-02-08 21:44 UTC
From: leereynolds at cox dot net Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.2.0 OS: Windows server 2003
Private report: No CVE-ID: None
 [2007-02-08 21:38 UTC] 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();

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-08 21:44 UTC] tony2001@php.net
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."
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Aug 17 02:00:03 2025 UTC