Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38620 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75010 invoked from network); 25 Jun 2008 23:22:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2008 23:22:26 -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 74.125.46.31 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: 74.125.46.31 yw-out-2324.google.com Received: from [74.125.46.31] ([74.125.46.31:35387] helo=yw-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A2/FC-20985-133D2684 for ; Wed, 25 Jun 2008 19:22:25 -0400 Received: by yw-out-2324.google.com with SMTP id 5so1021535ywb.83 for ; Wed, 25 Jun 2008 16:22:22 -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:in-reply-to:mime-version:content-type:references :x-google-sender-auth; bh=ho7xzIHoFdSJq/54ShYoqRtQvVdCazsLPEPvgmukLlY=; b=wcYJiPRvX/vBqdRNK+2FPbPHaQ/aBwLA2d15yIF8WzKU9u8Y9HPH7/bxfA2OHVB/ra lolR5Lag7NPRnWSLJrqL0SSk0/BQm6xPRLhI9Umrkz8Mt2KwwC/0jA4ZXoeeoHLfrTC2 o2jQEyLedpLqtk360jzam64GVQbQKCiZzGdcM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=btD9s/8HEy568vsVcADy2N/MyC1Nn7+r8v7aos0q1fZca05WKSdwNvagWFOzUvb36b 6BtZkC29MsHkuScPCsNA3tsqyG6JEjBxc8y1ZRzwgJ5npfV/IRP/C9YKVEzrGQ1MrDB5 EXEKRSaeELEhHRHf52lPjvc3m5/Wp1wbTU7TE= Received: by 10.150.58.17 with SMTP id g17mr615918yba.203.1214436142359; Wed, 25 Jun 2008 16:22:22 -0700 (PDT) Received: by 10.151.106.16 with HTTP; Wed, 25 Jun 2008 16:22:22 -0700 (PDT) Message-ID: Date: Thu, 26 Jun 2008 04:52:22 +0530 Sender: prf.kishorekumar@gmail.com To: "PHP Internals" In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5760_20868032.1214436142356" References: X-Google-Sender-Auth: 0fd1871419b55654 Subject: Re: Using Network functions. From: mangol.smith@gmail.com ("Mangol Smith") ------=_Part_5760_20868032.1214436142356 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hey guys, someone suggested me to have a look at libcURL. I did, but its very complex. All I needed is lowlevel/network wrappers. like emalloc() & pemalloc() as wrapper on malloc(). There might be some wrappers (platform independent & used in php source code) which I can use to make a connection and then send HTTP requests. I hope this will be the simplest method. ------=_Part_5760_20868032.1214436142356--