Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38625 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18025 invoked from network); 26 Jun 2008 05:30:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2008 05:30:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=mangol.smith@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mangol.smith@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.172 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mangol.smith@gmail.com X-Host-Fingerprint: 66.249.92.172 ug-out-1314.google.com Received: from [66.249.92.172] ([66.249.92.172:55976] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/70-13482-77923684 for ; Thu, 26 Jun 2008 01:30:32 -0400 Received: by ug-out-1314.google.com with SMTP id h3so197129ugf.29 for ; Wed, 25 Jun 2008 22:30:21 -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:references; bh=y1HzTQvfT7/XaAp75ihKwI6XY9Rj6DC49P+KyNjx2XI=; b=awXGKoNi748z50Nmgy0xTQHm+xLj0Nn2WKgNz0shWE64MLZNmjXWeq+K/dh5uNhHkl +1JOoASk71C2IODme+jTIep1Y+h2NbbfVNwOKqHw55BxfE9wVc+zteTtY/zydKQLYYKA DsD61vMfuUkXC9c3yvln0fy06Ke7AClUEwxLs= 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:references; b=U+zkRmAL1Ekqzv8fcvmxV7e0/AKCUAysIOEKSba0h+vC5npO+5IaGj6AgDf8JxLAkv /FbhHmqXRbDN4z97jF6OO1zGK9TlmxbbUpEReZQYL+0bDY4nKokvPs//4gVEG6P8Mfzk +Urkqj04yox5/vTyFxAfyLnZcBjctHisaNUj0= Received: by 10.103.227.10 with SMTP id e10mr3452367mur.38.1214458221068; Wed, 25 Jun 2008 22:30:21 -0700 (PDT) Received: by 10.103.167.17 with HTTP; Wed, 25 Jun 2008 22:30:21 -0700 (PDT) Message-ID: <2e78f9300806252230p7fba8b82je260b6a434e9b051@mail.gmail.com> Date: Thu, 26 Jun 2008 11:00:21 +0530 To: "PHP Internals" Cc: "Larry Garfield" , "Jevon Wright" In-Reply-To: <200806252157.16860.larry@garfieldtech.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4397_25696734.1214458221062" References: <200806252157.16860.larry@garfieldtech.com> Subject: Re: [PHP-DEV] Re: Using Network functions. From: mangol.smith@gmail.com ("Mangol Smith") ------=_Part_4397_25696734.1214458221062 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, On Thu, Jun 26, 2008 at 8:55 AM, Jevon Wright wrote: > If you want to POST or do weird HTTP stuff, try the Curl extension. > (Multiple platforms) Also look into PEAR, they have some socket stuff as well I think, as > well as lots of other extensions that implement other protocols. But, doesn't this make my extension depend on Curl or any PEAR extension you are talking about? That is what I wan't to avoid. On Thu, Jun 26, 2008 at 8:27 AM, Larry Garfield wrote: > > Why do you need raw string level control over the HTTP request? Wouldn't > it > be easier to use something that will handle all of the thousand edge cases > and locking for you? Yeah, might be the only thing I want to avoid is my extension depending on other non standard (which are not shipped with PHP by default) extensions. Thats why I'm looking for lower level wrappers. Thats why I feel using CORE API. ------=_Part_4397_25696734.1214458221062--