php-src/main/streams
Wez Furlong 1b53a2d12e New user-space functions:
. stream_socket_client() - similar to fsockopen(), but more powerful.
  . stream_socket_server() - Creates a server socket.
  . stream_socket_accept() - Accept a client connection.
  . stream_socket_get_name() - Get local or remote name of socket.

Tidy up some leaks and debug printfs.
Move more streams functions into streamsfuncs.c and streamsfuncs.h.
2003-02-28 19:53:21 +00:00
..
cast.c Another big commit (tm). 2003-02-27 17:43:38 +00:00
filter.c ws fixes + missing $Id$ tags, headers added 2003-02-19 08:40:19 +00:00
memory.c Removed unnecessary asserts 2003-02-24 23:13:40 +00:00
mmap.c Another big commit (tm). 2003-02-27 17:43:38 +00:00
php_stream_context.h ws fixes + missing $Id$ tags, headers added 2003-02-19 08:40:19 +00:00
php_stream_filter_api.h ws fixes + missing $Id$ tags, headers added 2003-02-19 08:40:19 +00:00
php_stream_mmap.h Another big commit (tm). 2003-02-27 17:43:38 +00:00
php_stream_plain_wrapper.h ws fixes + missing $Id$ tags, headers added 2003-02-19 08:40:19 +00:00
php_stream_transport.h New user-space functions: 2003-02-28 19:53:21 +00:00
php_stream_userspace.h ws fixes + missing $Id$ tags, headers added 2003-02-19 08:40:19 +00:00
php_streams_int.h Another big commit (tm). 2003-02-27 17:43:38 +00:00
plain_wrapper.c Implement memory mapping for win32. 2003-02-28 01:47:28 +00:00
streams.c Another big commit (tm). 2003-02-27 17:43:38 +00:00
transports.c New user-space functions: 2003-02-28 19:53:21 +00:00
userspace.c ws fixes + missing $Id$ tags, headers added 2003-02-19 08:40:19 +00:00
xp_socket.c New user-space functions: 2003-02-28 19:53:21 +00:00