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
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: brianl at stcu dot org
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sat Feb 08 20:01:29 2025 UTC