1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00
Files
archived-php-src/main
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
..
2003-02-28 19:53:21 +00:00
2003-02-28 19:53:21 +00:00
2003-02-19 09:38:11 +00:00
2003-02-28 19:53:21 +00:00
2002-12-31 15:59:15 +00:00
MFB
2003-02-19 18:45:51 +00:00
MFB
2003-02-19 18:45:51 +00:00
2002-12-31 15:59:15 +00:00
2002-12-31 15:59:15 +00:00
2002-12-31 15:59:15 +00:00
2003-01-09 10:03:26 +00:00