php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68353 QsoSSL support removed
Submitted: 2014-11-05 16:35 UTC Modified: 2014-11-05 18:53 UTC
From: phpdev at ehrhardt dot nl Assigned: mike (profile)
Status: Closed Package: pecl_http (PECL)
PHP Version: Irrelevant OS: All, I guess
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.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: phpdev at ehrhardt dot nl
New email:
PHP Version: OS:

 

 [2014-11-05 16:35 UTC] phpdev at ehrhardt dot nl
Description:
------------
Curl removes QsoSSL support in Curl 7.39.0:
http://curl.haxx.se/changes.html#7_39_0

So the 'case CURLSSLBACKEND_QSOSSL:' clause has to be removed from php_http_client_curl.c:
https://github.com/php/pecl-http-pecl_http/blob/master/php_http_client_curl.c#L542


Test script:
---------------
Just try to compile it. Under Windows it throws an error that CURLSSLBACKEND_QSOSSL is not defined.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-11-05 18:53 UTC] mike@php.net
-Assigned To: +Assigned To: mike
 [2014-11-06 10:14 UTC] mike@php.net
Automatic comment on behalf of mike
Revision: http://git.php.net/?p=pecl/http/pecl_http.git;a=commit;h=bc44fc3f4d04566f85f11eb25289d8ae4f88d3fd
Log: Fixed bug #68353 (QsoSSL support removed in libcurl 7.39)
 [2014-11-06 10:14 UTC] mike@php.net
-Status: Assigned +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 23:01:27 2024 UTC