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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
41 - 24 = ?
Subscribe to this entry?

 
 [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: Fri Mar 29 12:01:27 2024 UTC