php-src/main/streams
Ilia Alshanetsky 4d98e9ec97 Finalize the closing process of persistent streams. The current
behavior/API is as follows:

1) To close a persistent use php_stream_pclose(), it will close the stream
and remove it from the persistent list.

2) Inside PHP code only explicit fclose() will close persistent streams,
all other actions such as unset() or assigning a value to stream handle
will not.

3) Regular streams can still be closed by either fclose(), unset() or an
assignment of a value to the stream handler.
2003-07-29 18:26:34 +00:00
..
cast.c Merge selectable descriptor casting from PHP_4_3 branch. 2003-06-28 11:24:47 +00:00
filter.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
memory.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
mmap.c Fix for mips compiler. 2003-07-14 19:38:13 +00:00
php_stream_context.h Introduce connection pooling API. I'll use these in http/ftp fopen wrappers soon. 2003-07-02 22:18:59 +00:00
php_stream_filter_api.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_stream_mmap.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_stream_plain_wrapper.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_stream_transport.h socklen_t needs this. 2003-07-02 01:35:39 +00:00
php_stream_userspace.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_streams_int.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
plain_wrapper.c MFB: binary mode by default under win32. 2003-07-05 08:25:25 +00:00
streams.c Finalize the closing process of persistent streams. The current 2003-07-29 18:26:34 +00:00
transports.c more size_t -> socklen_t. 2003-07-02 21:11:35 +00:00
userspace.c Add context property to userspace streams object. 2003-06-16 19:13:39 +00:00
xp_socket.c Merge selectable descriptor casting from PHP_4_3 branch. 2003-06-28 11:24:47 +00:00