|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-07-30 18:13 UTC] sterling@php.net
[2001-07-31 15:46 UTC] brianl at stcu dot org
[2001-07-31 15:54 UTC] andy@php.net
[2001-07-31 16:10 UTC] brianl at stcu dot org
[2001-08-10 16:25 UTC] sterling@php.net
[2003-08-19 09:43 UTC] celine dot charbonnaud at vigilante dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 15:00:01 2025 UTC |
After reverting to 4.0.5, https works fine. <? $curl= curl_init('https://www.thawte.com/'); curl_exec($curl); curl_close($curl); ?>