Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44775 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5818 invoked from network); 7 Jul 2009 16:51:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jul 2009 16:51:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=crrodriguez@suse.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=crrodriguez@suse.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain suse.de from 195.135.220.15 cause and error) X-PHP-List-Original-Sender: crrodriguez@suse.de X-Host-Fingerprint: 195.135.220.15 cantor2.suse.de Linux 2.4/2.6 Received: from [195.135.220.15] ([195.135.220.15:59720] helo=mx2.suse.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 23/72-17523-91D735A4 for ; Tue, 07 Jul 2009 12:51:38 -0400 Received: from relay1.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 4240B86391 for ; Tue, 7 Jul 2009 18:51:34 +0200 (CEST) Message-ID: <4A537CFB.8090806@suse.de> Date: Tue, 07 Jul 2009 12:51:07 -0400 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1pre) Gecko/20090528 SUSE/3.0b2-11.2 Thunderbird/3.0b3pre MIME-Version: 1.0 To: internals@lists.php.net References: <4A5350C7.5060600@gmail.com> <1246976308.10382.68.camel@soundwave.ws.pitbpa0.priv.collaborativefusion.com> In-Reply-To: <1246976308.10382.68.camel@soundwave.ws.pitbpa0.priv.collaborativefusion.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Soap over SSL and From: crrodriguez@suse.de (=?ISO-8859-1?Q?Cristian_Rodr=EDguez?=) On 07/07/09 10:18, Brian A. Seklecki wrote: > If it did use libcurl, dozens of problems over the last few years would > have magically solved themselves (pipe-line'ing, keep-alive, socket > options, PKI, etc.) Not only this extension but pretty much everything should use curl IMHO, it is included in all *nixes and works on windows too..