Mangol Smith escribió:
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.

use the api provided by either pecl_http or curl extension, you dont 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.


--
"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 examination" - Ilia on PHP safe_mode

Cristian Rodríguez R.
Platform/OpenSUSE - Core Services
SUSE LINUX Products GmbH
Research & Development
http://www.opensuse.org/


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to