History log of /PHP-7.4/ext/standard/streamsfuncs.c (Results 276 – 283 of 283)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a65564f0 04-Apr-2003 Sara Golemon

User shouldn't have to initialize this pass-by-ref parameter


# 0148c0cb 04-Apr-2003 Wez Furlong

Simplify and enhance readability.


# b2d45145 04-Apr-2003 Sara Golemon

Added stream_get_transports()


# 0fd995f9 18-Mar-2003 Wez Furlong

Add the mode string that was used to open the stream to the meta data,
as requested by Philip Olson.


Revision tags: php-4.3.2RC1
# 558db0d8 01-Mar-2003 Wez Furlong

Expose php_stream_copy_to_stream as stream_copy_to_stream(); a high
performance alternative to looping reads and writes.


# 349ce76f 28-Feb-2003 Wez Furlong

Tidy up stupid signed/unsigned issues with win32 by introducing a php_socket_t typedef.


# 1b53a2d1 28-Feb-2003 Wez Furlong

New user-space functions:
. stream_socket_client() - similar to fsockopen(), but more powerful.
. stream_socket_server() - Creates a server socket.
. stream_socket_accept() - Accept

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.

show more ...


# 493ef362 27-Feb-2003 Wez Furlong

Update win32 build.
Since msvc sucks, I had to rename ext/standard/streams.c to ext/standed/streamsfuncs.c


1...<<1112