php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #55356 CURL No longer has SSL Support
Submitted: 2011-08-03 17:06 UTC Modified: 2011-08-03 19:46 UTC
From: chris at aspnix dot com Assigned: pajoye (profile)
Status: Closed Package: cURL related
PHP Version: 5.3.7RC4 OS: Windows Server 2008 R2 (Sp1)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: chris at aspnix dot com
New email:
PHP Version: OS:

 

 [2011-08-03 17:06 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-08-03 17:08 UTC] chris at aspnix dot com
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.
 [2011-08-03 17:57 UTC] pajoye@php.net
-Status: Open +Status: Feedback
 [2011-08-03 17:57 UTC] pajoye@php.net
Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/


 [2011-08-03 18:02 UTC] chris at aspnix dot com
I can confirm.

The snapshot "5.3.7RC5-dev" does fix this and returns the normal socket streams of "tcp, udp, ssl, sslv3, sslv2, tls" as well.

Thank you!
 [2011-08-03 18:09 UTC] chris at aspnix dot com
-Status: Feedback +Status: Open
 [2011-08-03 18:09 UTC] chris at aspnix dot com
Fixed in Snapshot build.
 [2011-08-03 19:46 UTC] pajoye@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: pajoye
 [2011-08-03 19:46 UTC] pajoye@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 08:01:32 2024 UTC