Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38633 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46461 invoked from network); 26 Jun 2008 09:09:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2008 09:09:06 -0000 Authentication-Results: pb1.pair.com header.from=crrodriguez@suse.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=crrodriguez@suse.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain suse.de from 195.135.220.2 cause and error) X-PHP-List-Original-Sender: crrodriguez@suse.de X-Host-Fingerprint: 195.135.220.2 mail.suse.de Linux 2.4/2.6 Received: from [195.135.220.2] ([195.135.220.2:58041] helo=mx1.suse.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5C/65-13482-0BC53684 for ; Thu, 26 Jun 2008 05:09:05 -0400 Received: from Relay1.suse.de (relay-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 6906541536 for ; Thu, 26 Jun 2008 11:09:01 +0200 (CEST) Message-ID: <48635CA2.1000901@suse.de> Date: Thu, 26 Jun 2008 05:08:50 -0400 Organization: Platform/OpenSUSE - Core Services, SUSE LINUX Products GmbH, Research & Development User-Agent: Thunderbird 2.0.0.14 (X11/20080421) MIME-Version: 1.0 To: PHP Internals References: In-Reply-To: X-Enigmail-Version: 0.95.6 OpenPGP: id=85898BD3 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigC7AAFA854F1EEB32C456554A" Subject: Re: [PHP-DEV] Re: Using Network functions. From: crrodriguez@suse.de (=?UTF-8?B?Q3Jpc3RpYW4gUm9kcsOtZ3Vleg==?=) --------------enigC7AAFA854F1EEB32C456554A Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Mangol Smith escribi=C3=B3: > Hey guys, >=20 > someone suggested me to have a look at libcURL. I did, but its very com= plex. >=20 > All I needed is lowlevel/network wrappers. >=20 > like emalloc() & pemalloc() as wrapper on malloc(). There might be some= > wrappers (platform independent & used in php source code) which I can u= se to > make a connection and then send HTTP requests. use the api provided by either pecl_http or curl extension, you dont=20 reaaly want to do it in a different way. also. evaluate if you realy want to write a C extension for that, proper = userspace code should do the trick just fine. --=20 "Perhaps, my biggest pet peeve pertaining to safe_mode is that it is not = really safe, merely offering an illusion of safety that does not stand to closer=20 examination" - Ilia on PHP safe_mode Cristian Rodr=C3=ADguez R. Platform/OpenSUSE - Core Services SUSE LINUX Products GmbH Research & Development http://www.opensuse.org/ --------------enigC7AAFA854F1EEB32C456554A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD4DBQFIY1yphbiInYWJi9MRAiGKAJiLMFVFKIa+oSrE3VPyY6jW5unNAJ4lUv8r M1Pcl8qO/I6Fo3HoxJ7P1A== =5+sH -----END PGP SIGNATURE----- --------------enigC7AAFA854F1EEB32C456554A--