Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58841 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40636 invoked from network); 11 Mar 2012 16:03:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Mar 2012 16:03:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain prohost.org designates 74.125.83.42 as permitted sender) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 74.125.83.42 mail-ee0-f42.google.com Received: from [74.125.83.42] ([74.125.83.42:43220] helo=mail-ee0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/52-24751-9ECCC5F4 for ; Sun, 11 Mar 2012 11:03:54 -0500 Received: by eekb57 with SMTP id b57so766180eek.29 for ; Sun, 11 Mar 2012 09:03:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=600bQb510Mc/i0iFvbLWVsr4IgpSm4hDcuxz+JYynL4=; b=Wj/nlGjAbQQ0MT3JvPMvRBqKxqsIEk+GNWxckSH55rezoku+58uVqGF/spVbWXCQi4 ZyQYttsJJ4HR0IMwrGgt3wYnXL/jZ/fDYMajcpAIQnzz87yHoZ9zT09TSmwQyzEbuI27 m5pbWThPXjcTTPnVGYQsNrTnrhE9Ho9g+Bf34cd2oELJW1KLFzjseIdwfU8x1iiyETZ2 0EKPw1TcBQCmL0eCykCZJ3BT4jywLMAxPnj+HB5xNhjXegOlcWo5h65BSLy3/usgkzvc e46Fc6/y0NHZ3k+xgdDUElOCA1FhH7MzBNzkIWgNvS/wEu5w/rvXSihx++fROIDxpv9V l8qQ== MIME-Version: 1.0 Received: by 10.14.50.207 with SMTP id z55mr1371969eeb.45.1331481830824; Sun, 11 Mar 2012 09:03:50 -0700 (PDT) Received: by 10.14.132.73 with HTTP; Sun, 11 Mar 2012 09:03:50 -0700 (PDT) In-Reply-To: References: <4F5B9256.5030801@thelounge.net> Date: Sun, 11 Mar 2012 12:03:50 -0400 Message-ID: To: Simon Schick Cc: Reindl Harald , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkhl1vPACf93YWOH0QHUQrgmmTxXdekGoADESXGrHfyFMLtGAlPO06hRQZx4H2fqPSMQWQ5 Subject: Re: [PHP-DEV] Upgrade cURL extension From: ilia@prohost.org (Ilia Alshanetsky) The oop interface to cURl is already available, take a look at http://pecl.php.net/package/pecl_http extension. It provides OOP interface and takes care of many of the input preparation or output parsing tasks normally you need to do in PHP when working with cURL. On Sat, Mar 10, 2012 at 12:49 PM, Simon Schick wrote: > 2012/3/10 Reindl Harald : >> >> >> 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. >> >> many other people would not like to break their >> perfect working code! >> > > Hi, Reindl > > I do not mean to drop the implementation as it is right now - but > think of something different for the future. > If there would be an additional implementation it would probably be > like mysqli, where you have an oop-implmentation and a non-oop. > > Bye > Simon > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >