php-src/ext/curl
Wez Furlong 4d8a07d529 Implement read buffering in streams.
Eliminate similar code from network.c.
Implement fgets equivalent at the streams level, which can detect
the mac, dos and unix line endings and handle them appropriately.
The default behaviour is unix (and dos) line endings.
An ini option to control this behaviour will follow.
# Don't forget to make clean!
# I've done some testing but would appreciate feedback from
# people with scripts/extensions that seek around a lot.
2002-09-23 01:47:04 +00:00
..
config.m4 @- Added --disable-all configure option. (Jani) 2002-09-04 18:47:28 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
curl.c Implement curl based wrappers. 2002-08-12 15:56:13 +00:00
curl.dsp Adding include path for having curl header and libraries in php_build\curl 2001-10-18 17:47:35 +00:00
curlstreams.c Implement read buffering in streams. 2002-09-23 01:47:04 +00:00
php_curl.h Implement curl based wrappers. 2002-08-12 15:56:13 +00:00