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
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: 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

Pull Requests

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: Sun Dec 22 11:01:30 2024 UTC