Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3 |
|
#
628afb40 |
| 08-Oct-2003 |
Wez Furlong |
Implement stream_get_contents, which is somewhat akin to file_get_contents, except that it works on an already opened stream. |
Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2 |
|
#
7eea6525 |
| 22-Jul-2003 |
Jason Greene |
Fix EINVAL errors for OS's (Solaris + BSD) that do not appreciate microseconds >= 1 second Patch submitted from meebery@php.net |
Revision tags: php-5.0.0b1 |
|
#
5ecc91c2 |
| 28-Jun-2003 |
Wez Furlong |
Merge selectable descriptor casting from PHP_4_3 branch. |
#
2e4ef86e |
| 27-Jun-2003 |
Sara Golemon |
MFB Plug leak in context notifiers, implement notifier->dtor |
#
496d17b9 |
| 19-Jun-2003 |
Sara Golemon |
Quiet down decode_context_param when stream (not context) is passed. Switch stream_socket_*() to use macro for retrieving context from zval. |
#
7ef01f01 |
| 19-Jun-2003 |
Ilia Alshanetsky |
Reverting previous patch (not necessary, thanks Pollita ;) ) |
#
a370ceb7 |
| 19-Jun-2003 |
Ilia Alshanetsky |
Fixed memory leak, when invalid context is specified. |
#
cbfb63c1 |
| 19-Jun-2003 |
Ilia Alshanetsky |
Fixed possible crashes in streams code |
Revision tags: php-4.3.3RC1 |
|
#
897e6a40 |
| 17-Jun-2003 |
Sara Golemon |
No need to allocate a hashtable when return_value is just going to be overwriten |
#
2f4e91bf |
| 16-Jun-2003 |
Sara Golemon |
optionvalue is being copied via zval_copy_ctor, there's no need to addref the original |
#
99db1966 |
| 13-Jun-2003 |
Sara Golemon |
Plug leak (context options not freed) Make contexts auto-registered, ensures userland contexts and C API contexts are both dealt with on request shutdown. Also brings contexts in keeping
Plug leak (context options not freed) Make contexts auto-registered, ensures userland contexts and C API contexts are both dealt with on request shutdown. Also brings contexts in keeping with streams which are already auto-registered.
show more ...
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers. |
#
1011d196 |
| 02-Jun-2003 |
Wez Furlong |
Add "seekable" flag to stream_get_meta_data() # Caveat Emptor: some streams don't know if they are seekable until # sometime tries to seek first (user streams). |
Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4 |
|
#
2d1a6e5d |
| 21-May-2003 |
Wez Furlong |
MFB context refcounting and text-mode fopen fixes |
Revision tags: BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2 |
|
#
7c8c09b3 |
| 20-Apr-2003 |
Sara Golemon |
Revert change to stream_copy_to_stream() |
#
6dde464c |
| 19-Apr-2003 |
Sara Golemon |
Let stream_copy_to_stream() accept either stream resource or filename/url string. If filename, open the file, do the copy, then close it. |
Revision tags: RELEASE_0_6, RELEASE_0_5, init |
|
#
49b43ad1 |
| 16-Apr-2003 |
Moriyoshi Koizumi |
Changed stream filter factory to be capable of accepting a zval as a parameter instead of a string |
#
c64256e6 |
| 04-Apr-2003 |
Wez Furlong |
Warning fix |
#
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 ...
|