Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38631 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41011 invoked from network); 26 Jun 2008 08:45:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2008 08:45:44 -0000 Authentication-Results: pb1.pair.com header.from=prf.kishorekumar@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=prf.kishorekumar@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.249 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: prf.kishorekumar@gmail.com X-Host-Fingerprint: 209.85.132.249 an-out-0708.google.com Received: from [209.85.132.249] ([209.85.132.249:57089] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/54-13482-73753684 for ; Thu, 26 Jun 2008 04:45:43 -0400 Received: by an-out-0708.google.com with SMTP id c14so782353anc.1 for ; Thu, 26 Jun 2008 01:45:40 -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:sender :to:subject:cc:in-reply-to:mime-version:content-type:references :x-google-sender-auth; bh=GdwFnoJecyouj52RGnsZe4ayyVPCbKPUaeCyCUmIme0=; b=aC+C5aC5hzfuFj7gvWYYEdIuRrRiKqjo912G9OP4TgtKkqQvmg7l9xk1nDDBrs7qBs kc6Cs0bqAxAkDRZEre2kC0AZohAcOX7udBD0vkRERkXUYGeYaINmvMUF+PKhoSo00jWV OyCWTmYVbknp0M5KEvQwJ7Vu7/eGj/b1qDuqE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=mWyJNjx5jOI4AcHEzLeb6YMiaI+XMxoC+4YRU7j7g19csk2XI8P0QT9rMiu43icFFX KBQqp8OZQ2M8666xAVRtEJXe9CV7SwDO0+jSWVFs8YHhoeNyN5IzH4jQlooG0Vlhq9ve wZmFSUxjlQKlJo21Szl/IxiGWtG0Uv4AHiIxs= Received: by 10.100.42.4 with SMTP id p4mr20051200anp.76.1214469940858; Thu, 26 Jun 2008 01:45:40 -0700 (PDT) Received: by 10.100.4.4 with HTTP; Thu, 26 Jun 2008 01:45:40 -0700 (PDT) Message-ID: Date: Thu, 26 Jun 2008 14:15:40 +0530 Sender: prf.kishorekumar@gmail.com To: "=?UTF-8?Q?Pawe=C5=82_Stradomski?=" Cc: "PHP Internals" In-Reply-To: <200806261040.28372.pstradomski@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14426_14011887.1214469940838" References: <200806252157.16860.larry@garfieldtech.com> <2e78f9300806252230p7fba8b82je260b6a434e9b051@mail.gmail.com> <200806261040.28372.pstradomski@gmail.com> X-Google-Sender-Auth: ea74187ef3d300be Subject: Re: [PHP-DEV] Re: Using Network functions. From: mangol.smith@gmail.com ("Mangol Smith") ------=_Part_14426_14011887.1214469940838 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline > Are you sure you even need to write your own extension? If you just want to > do > HTTP requests, then curl or HTTP extension should be sufficient. Nope, I'm developing an extension. In which I require this functionality. Its not the entire purpose of my extension. Just a part of the functionality. ------=_Part_14426_14011887.1214469940838--