Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58836 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36748 invoked from network); 10 Mar 2012 17:49:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Mar 2012 17:49:59 -0000 Authentication-Results: pb1.pair.com header.from=simonsimcity@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=simonsimcity@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: simonsimcity@googlemail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:47730] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EE/D0-32413-6449B5F4 for ; Sat, 10 Mar 2012 12:49:58 -0500 Received: by yenl5 with SMTP id l5so1840007yen.29 for ; Sat, 10 Mar 2012 09:49:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PzTxu/vIxFg2l33oYUJ3vtL3tyHVBeYz1UZmVUIgoCo=; b=iRzavFveaqpUBnYgXfD9Y/gan67Ked1/uFvvD8KOzGhgp/VMyLPVDCI3uRzNX3zp7N kPozMYGnhgLJCJEUjFvZUbUXHad4cUwoBYma6XgcinpedNyjd4kXADFP68B/FMlp5OE2 hjIWfXfoyJ8GrXHpBPJLaABE0sZ1RbBWYCkDs6UXbWJA74r91SIFksuRXRervoxj0t81 +/p+dkAIjojtiR2HldWpx45SNz2qQMTA7pE92zFwhluO1tFbwD9/BN8MSuRbBPxZchnU nvC8YUv7MPJXR3qbqTul2kVB09tWhEuSXeVZllekfJb8kbDoDnvmkEOuyZVB/qqxIGL+ RgNw== MIME-Version: 1.0 Received: by 10.60.1.7 with SMTP id 7mr2382128oei.71.1331401795484; Sat, 10 Mar 2012 09:49:55 -0800 (PST) Received: by 10.60.63.70 with HTTP; Sat, 10 Mar 2012 09:49:55 -0800 (PST) In-Reply-To: <4F5B9256.5030801@thelounge.net> References: <4F5B9256.5030801@thelounge.net> Date: Sat, 10 Mar 2012 18:49:55 +0100 Message-ID: To: Reindl Harald Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Upgrade cURL extension From: simonsimcity@googlemail.com (Simon Schick) 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