Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38630 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39636 invoked from network); 26 Jun 2008 08:39:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2008 08:39:55 -0000 Authentication-Results: pb1.pair.com header.from=pstradomski@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pstradomski@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pstradomski@gmail.com X-Host-Fingerprint: 66.249.92.170 ug-out-1314.google.com Received: from [66.249.92.170] ([66.249.92.170:10866] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 64/14-13482-BD553684 for ; Thu, 26 Jun 2008 04:39:55 -0400 Received: by ug-out-1314.google.com with SMTP id h3so212551ugf.29 for ; Thu, 26 Jun 2008 01:39:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=koNVgDnJKzbtixrEG5dHqobUh3lMzocjhPGTvTbIOBg=; b=cf15fCnH8rq2K6kORNBJvcq+f2SbEPt+frRfkL1eepc9DU8m7FEVKKuoBrd6OrLSAq Rc4Im3L8Pp4fz5zA/hwbv2ZAvdn0q1a2r8QSLOZI61j+4CNDSTddlJN2JTx6g0hKDrZU Xohqvh4PE6K43tFRGldvG+gfIvHhob5qiayzo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=V+imrlOJ3PMOndV9wRHi/L9SSFXig6XaCszHeKXRor1H1lZcpogk+ywXH4GDce7s6L vIU4qDvUXnMv8CzRHNQq2h39OU1eVxdCeKQQUuSbeKKVknPJ9GAJhSs5Zhtemm0l8DEp QvyjjqKCwoymXVgMUou6mvtol0Ln/h5vADc88= Received: by 10.125.159.1 with SMTP id l1mr2059847mko.145.1214469592215; Thu, 26 Jun 2008 01:39:52 -0700 (PDT) Received: from charon ( [91.196.215.2]) by mx.google.com with ESMTPS id 31sm7998286fkt.7.2008.06.26.01.39.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 26 Jun 2008 01:39:50 -0700 (PDT) Reply-To: =?utf-8?q?Pawe=C5=82_Stradomski?= To: internals@lists.php.net Date: Thu, 26 Jun 2008 10:40:28 +0200 User-Agent: KMail/1.9.9 Cc: "Mangol Smith" References: <200806252157.16860.larry@garfieldtech.com> <2e78f9300806252230p7fba8b82je260b6a434e9b051@mail.gmail.com> In-Reply-To: <2e78f9300806252230p7fba8b82je260b6a434e9b051@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-ID: <200806261040.28372.pstradomski@gmail.com> Subject: Re: [PHP-DEV] Re: Using Network functions. From: pstradomski@gmail.com (=?utf-8?q?Pawe=C5=82_Stradomski?=) W li=C5=9Bcie Mangol Smith z dnia czwartek 26 czerwca 2008: > 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. > Are you sure you even need to write your own extension? If you just want to= do=20 HTTP requests, then curl or HTTP extension should be sufficient. =2D-=20 Pawe=C5=82 Stradomski