php-src/main/streams
Sara Golemon b576354982 More stream updates.
fgets() will work now as will anything which calls one of the
_php_stream_get_line() family of functions.
The one exception here is when the legacy defines are used on a unicode
stream.  At the moment they'll simply return NULL, I'll update these
to do sloppy conversion in a bit.

'make (u)test' still doesn't work, but it's a different doesn't work.
2006-03-14 21:15:05 +00:00
..
cast.c Refactor streams layer for PHP6. 2006-03-13 04:40:11 +00:00
filter.c Refactor streams layer for PHP6. 2006-03-13 04:40:11 +00:00
memory.c - Fix issue with memset seeking 2006-01-05 22:05:44 +00:00
mmap.c bump year and license version 2006-01-01 13:10:10 +00:00
php_stream_context.h bump year and license version 2006-01-01 13:10:10 +00:00
php_stream_filter_api.h Refactor streams layer for PHP6. 2006-03-13 04:40:11 +00:00
php_stream_mmap.h bump year and license version 2006-01-01 13:10:10 +00:00
php_stream_plain_wrapper.h bump year and license version 2006-01-01 13:10:10 +00:00
php_stream_transport.h bump year and license version 2006-01-01 13:10:10 +00:00
php_stream_userspace.h bump year and license version 2006-01-01 13:10:10 +00:00
php_streams_int.h bump year and license version 2006-01-01 13:10:10 +00:00
plain_wrapper.c So long safe_mode mode. 2006-03-08 14:41:45 +00:00
streams.c More stream updates. 2006-03-14 21:15:05 +00:00
transports.c bump year and license version 2006-01-01 13:10:10 +00:00
userspace.c - Cleanup 2006-02-28 12:06:54 +00:00
xp_socket.c Prevent bindport from being used uninitialized 2006-02-02 18:16:25 +00:00