Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58837 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38194 invoked from network); 10 Mar 2012 17:53:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Mar 2012 17:53:07 -0000 Authentication-Results: pb1.pair.com header.from=mtdowling@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mtdowling@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: mtdowling@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:38192] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/31-32413-3059B5F4 for ; Sat, 10 Mar 2012 12:53:07 -0500 Received: by yenl5 with SMTP id l5so1841031yen.29 for ; Sat, 10 Mar 2012 09:53:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; bh=uFi6dhQLtTy5PgMrkKKK1bAeiJtpMYuOPcfpeL5WTyY=; b=yRnTb4Q0ekFuKwhyhVbFVrQQCTqmqVE+3l4GrtHRy3/FQhHUl/nKOE+mvdAKPDCk9h wgIjFqTZI3iAgzgnIMhnX3uBBjXnJRcvum7DgOuUGPE8iYnMxn+TOMWOwIYPvW5/kNXs iOwmyNdXk0NBGdTWgyGz8gVTOObEfGK+DnbTPKmowpQvJQwEf3+9Yyg3OcAi3LJZ+agW +09t4BUrrZMMYwjKpk10PQzkfUigh028Wv8mmIVmcjTrzcJ9QorFSHyuDOvQW5Pp5KNb zL2c5IyC6TekLGJdFep4Rx0U83cP+UTUNzjhhTpch7W+DcJnydrm6plf1eMqkEuzk9uz rP3g== Received: by 10.101.128.14 with SMTP id f14mr2342627ann.21.1331401985345; Sat, 10 Mar 2012 09:53:05 -0800 (PST) Received: from [10.39.242.154] (mobile-166-147-076-113.mycingular.net. [166.147.76.113]) by mx.google.com with ESMTPS id g21sm15525260ani.13.2012.03.10.09.53.03 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 10 Mar 2012 09:53:04 -0800 (PST) References: <4F5B9256.5030801@thelounge.net> In-Reply-To: <4F5B9256.5030801@thelounge.net> Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-ID: <04D0A95D-5B5F-4627-9148-226BEAD860A2@gmail.com> Cc: "internals@lists.php.net" X-Mailer: iPhone Mail (9A405) Date: Sat, 10 Mar 2012 11:53:00 -0600 To: Reindl Harald Subject: Re: [PHP-DEV] Upgrade cURL extension From: mtdowling@gmail.com (Michael Dowling) I think all the php curl bindings should do is expose the power of curl in p= hp with an interface similar to the c interface. I think it's up to third p= arty libraries to put an easier to use interface on top of the curl bindings= . Thanks, Michael On Mar 10, 2012, at 11:41 AM, Reindl Harald wrote: >=20 >=20 > Am 10.03.2012 18:28, schrieb Simon Schick: >> I'd like to see a new interface for curl in php ... I have no special >> idea how, but I heard from several people that they pretty much don't >> like the way curl is implemented in php. >=20 > many other people would not like to break their > perfect working code! >=20