Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66879 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96991 invoked from network); 1 Apr 2013 08:21:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Apr 2013 08:21:35 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.178 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.217.178 mail-lb0-f178.google.com Received: from [209.85.217.178] ([209.85.217.178:40982] helo=mail-lb0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8D/C1-22002-E8349515 for ; Mon, 01 Apr 2013 03:21:34 -0500 Received: by mail-lb0-f178.google.com with SMTP id q13so1703804lbi.23 for ; Mon, 01 Apr 2013 01:21:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=/Vbl4yTPGVP8a3O53shkZng8NRg9QgBsk3VjeyJ8a90=; b=CMxqgHvn8cuSNJ+H48RdVL6+q8hB9OXX+acXlhDOZJV/yXw177RHLV6ydX6t6mvFUw PFIThH/xLqBYj5B1Wj7PMJNX10UcSr10NISjzBRByoOEInZf0A5xHeUynlOHZHZjgU1j ZbOy9AU5229Xmy5UQrMMMsUm/fmElp6yBBaYsYqz2sWe2h+1vLhLLpsNODwWXdTSxQPQ VhEL0UEKeMwncEP6tNvODCBggD/5MmlcxV+ZfTVvm6IH4y0jwiMPEnKXv8pI9IgXCsyE AMW5S0ZpWJ9a7AruUP6OZS9im8JxZ2Tcr5AOf3AMB1wXdnxh8Kl59C1X+LZTGqYK+bvI DH/g== MIME-Version: 1.0 X-Received: by 10.112.37.194 with SMTP id a2mr5400963lbk.40.1364804491314; Mon, 01 Apr 2013 01:21:31 -0700 (PDT) Received: by 10.112.38.199 with HTTP; Mon, 1 Apr 2013 01:21:31 -0700 (PDT) In-Reply-To: References: Date: Mon, 1 Apr 2013 10:21:31 +0200 Message-ID: To: Madara Uchiha Cc: Hannes Magnusson , Laruence , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Add a constant to reflect --with-curlwrappers From: pierre.php@gmail.com (Pierre Joye) On Mon, Apr 1, 2013 at 10:17 AM, Madara Uchiha wrote: > I actually agree with that. I've reached a point when I consider using > fsockopen instead of curl to fetch information from a website. I can > hardly stand cURL. Curl stream wrappers and ext/curl are two different things. ext/curl APIs is quite clean and much easier to use than sockets when it comes to deal with http or other internet related protocols (yes, it supports ssh2, ftp(s), even imap). What is discussed here is the curl usage to replace PHP's stream implementation. Cheers, -- Pierre @pierrejoye