Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40635 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64386 invoked from network); 23 Sep 2008 13:04:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2008 13:04:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.186 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 64.233.182.186 nf-out-0910.google.com Received: from [64.233.182.186] ([64.233.182.186:53836] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/38-35835-459E8D84 for ; Tue, 23 Sep 2008 09:04:20 -0400 Received: by nf-out-0910.google.com with SMTP id b11so750025nfh.13 for ; Tue, 23 Sep 2008 06:04:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=aSQuO6jZdsdCXKWwZI9ab5JurOs4W1UjZuASuX7MBD0=; b=oO/jh1ecCzho9w/MA1yutRjchjqltiYSxxdL3XG9/uvpbAWMaBKEExcJO+bedbU8/m VYvj6xjUnnpL060TTKghYqqiPfrt0M0cf+6/sob2bwgvxildry8T4o/2Jj2SNgsBYZaY 8XjEsOducbjMQoWmuLetHul0WqVnHkpWuWJdo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Gn29NjgH3yUMJXV9+da3USpj6vKEBejKmJ5DZWyfXJcLlgY75S6qUcIJ+DZA2GeQeV GfiMpUZSpfiL/4fHjn9dzxaVNJt7X0ydvu3iEKmqdDW4EuWUO0frE0iciQUYhpwwPxSx Fo6SHdF5LIF/hnvC0tDXltIBtrSAEdGxSBJUU= Received: by 10.103.170.13 with SMTP id x13mr3670151muo.27.1222175057080; Tue, 23 Sep 2008 06:04:17 -0700 (PDT) Received: by 10.103.179.15 with HTTP; Tue, 23 Sep 2008 06:04:16 -0700 (PDT) Message-ID: <7f3ed2c30809230604m6d74ede1o931f2a29d673e37e@mail.gmail.com> Date: Tue, 23 Sep 2008 15:04:16 +0200 To: "Lukas Kahwe Smith" Cc: "Lars Strojny" , "Michael Wallner" , internals@lists.php.net In-Reply-To: <413496B5-0EB4-45B5-BF05-D8B2E3951001@pooteeweet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19.DC.27717.E51E7D84@pb1.pair.com> <1222171368.4213.7.camel@lstrojny> <413496B5-0EB4-45B5-BF05-D8B2E3951001@pooteeweet.org> Subject: Re: [PHP-DEV] Adding pecl/http to core From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Tue, Sep 23, 2008 at 14:54, Lukas Kahwe Smith wrote: > That being said, there is some overlap in features with existing > functionality. Maybe if we schedule this for PHP 6, then we might want to > mark a few things as deprecated in PHP 5.3. Doesn't sound like a good idea. To be of "any use" pecl/http needs curl, I don't think "built-in" functions which do not require external things should be deprecated... -Hannes