Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57915 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84278 invoked from network); 21 Feb 2012 15:45:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2012 15:45:18 -0000 Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:59085] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EF/C1-54786-A0CB34F4 for ; Tue, 21 Feb 2012 10:45:16 -0500 Received: by werm1 with SMTP id m1so4873668wer.29 for ; Tue, 21 Feb 2012 07:45:11 -0800 (PST) Received-SPF: pass (google.com: domain of keisial@gmail.com designates 10.180.109.198 as permitted sender) client-ip=10.180.109.198; Authentication-Results: mr.google.com; spf=pass (google.com: domain of keisial@gmail.com designates 10.180.109.198 as permitted sender) smtp.mail=keisial@gmail.com; dkim=pass header.i=keisial@gmail.com Received: from mr.google.com ([10.180.109.198]) by 10.180.109.198 with SMTP id hu6mr27917544wib.16.1329839111812 (num_hops = 1); Tue, 21 Feb 2012 07:45:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=uGdtAtWp4i7GsTf7zzgbzRcVQ+tttkHjD49kT8U/Dcs=; b=mHhBlKRnaTYa9i56OwkLMiUfhaAk8Pljvq3HobLYveQv2C+qqyQuFxUt00HBg3oB34 /m9k8cVcNWOSr+3ML7YgmMCykzMZfwsJbSSqfXS+YKTWuMzyUSF3/d2o4j67cUevxVQi 81ErrihzTCEOnrL2T8/Loo33dQg8S7d2PwDIY= Received: by 10.180.109.198 with SMTP id hu6mr23312319wib.16.1329839111767; Tue, 21 Feb 2012 07:45:11 -0800 (PST) Received: from [192.168.1.26] (254.Red-193-153-87.dynamicIP.rima-tde.net. [193.153.87.254]) by mx.google.com with ESMTPS id dr5sm57145132wib.0.2012.02.21.07.45.09 (version=SSLv3 cipher=OTHER); Tue, 21 Feb 2012 07:45:10 -0800 (PST) Message-ID: <4F43BD29.1060401@gmail.com> Date: Tue, 21 Feb 2012 16:50:01 +0100 User-Agent: Thunderbird MIME-Version: 1.0 To: Bostjan Skufca CC: PHP Internals List References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] file_get_contents from HTTPS on Slackware 13.1 From: keisial@gmail.com (=?ISO-8859-1?Q?=C1ngel_Gonz=E1lez?=) On 21/02/12 15:54, Bostjan Skufca wrote: > Hi all, > > we've bumped into a possible bug where file_get_contents() returns empty > string if we try to get contents from HTTPS source. This error only occurs > if PHP is compiled with --with-curlwrappers. > > Funny thing is this only happens on slackware 13.1, but not on 13.0 or > older. I've checked ./configure and make output and they are almost > identical, strace does not return anything meaningful. > Environment is highly controlled by configuration management, software is > built in the same way, except underlying OS versions (and very basic libs > and tools versions) differ. > > Two questions: > 1. Do any of you guys have any idea about this? > 2. How to continue exploring deeper to discover what actually this error is > all about? > > Regards, > b. Have you checked it's not a failure verificating the certificate?