Edit report at https://bugs.php.net/bug.php?id=55356&edit=1
ID: 55356
Comment by: chris at aspnix dot com
Reported by: chris at aspnix dot com
Summary: CURL No longer has SSL Support
Status: Open
Type: Feature/Change Request
Package: cURL related
Operating System: Windows Server 2008 R2 (Sp1)
PHP Version: 5.3.7RC4
Block user comment: N
Private report: N
New Comment:
Sorry, in my initial report I need to correct a statement... CURL is enabled
and showing in the phpinfo() extensions list, however it shows SSL support as
NO.
Previous Comments:
------------------------------------------------------------------------
[2011-08-03 17:06:50] chris at aspnix dot com
Description:
------------
When upgrading our test box to 5.3.7 RC4 (For PCI Complience due to a security
issue in 5.3.6) we noted that CURL no longer shows SSL as YES, instead it shows
NO.
<?php
phpinfo();
?>
Shows the CURL extension, but shows it without CURL enabled, OpenSSL is
available and showing as enabled etc.
Test script:
---------------
<?php
phpinfo();
?>
Expected result:
----------------
Should show SSL -> YES
Actual result:
--------------
Shows SSL -> NO
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=55356&edit=1