php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12149 PHP 4.0.6 upgrade seems to break cURL https
Submitted: 2001-07-13 14:17 UTC Modified: 2001-08-10 16:25 UTC
From: brianl at stcu dot org Assigned:
Status: Closed Package: cURL related
PHP Version: 4.0.6 OS: WinNT4sp6a
Private report: No CVE-ID: None
 [2001-07-13 14:17 UTC] brianl at stcu dot org
After reverting to 4.0.5, https works fine.

<?
$curl= curl_init('https://www.thawte.com/');
curl_exec($curl);
curl_close($curl);
?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-30 18:13 UTC] sterling@php.net
can you try this with the latest cvs on a windows system 
and let me know if it still happens?

Thanks.

 [2001-07-31 15:46 UTC] brianl at stcu dot org
I haven't set anything up that would allow me to build php here; I'd need binaries to test right away.
 [2001-07-31 15:54 UTC] andy@php.net
you can get the latest cvs at

http://snaps.php.net/
 [2001-07-31 16:10 UTC] brianl at stcu dot org
Assuming it wasn't the curl DLL packaged with the 4.0.6 release, php-4.0-Win32-16-07-2001 may have fixed it.

(However, it complains that it can no longer load php_mssql.dll.)
 [2001-08-10 16:25 UTC] sterling@php.net
Fixed in CVS.
 [2003-08-19 09:43 UTC] celine dot charbonnaud at vigilante dot com
I installed the php version 4.3.2 and https don't works.
With the version 4.2.2, https works fine.
I don't understand.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 14:01:31 2024 UTC