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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Apr 30 09:01:27 2025 UTC