summaryrefslogtreecommitdiff
path: root/ext/standard/streamsfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Probable fix for #26534Wez Furlong2003-12-051-1/+3
* Add stream_socket_sendto and stream_socket_recvfrom which work very muchWez Furlong2003-11-291-3/+82
* More memory leak fixes for stream contexts.Ilia Alshanetsky2003-11-281-1/+2
* initialize this one to be safeWez Furlong2003-11-271-1/+1
* - Always store the URI path in the streams structure, and expose it withDerick Rethans2003-11-031-0/+1
* Implement stream_get_contents, which is somewhat akin to file_get_contents,Wez Furlong2003-10-081-0/+32
* Fix EINVAL errors for OS's (Solaris + BSD) that do not appreciate microsecond...Jason Greene2003-07-221-2/+10
* Merge selectable descriptor casting from PHP_4_3 branch.Wez Furlong2003-06-281-2/+2
* MFBSara Golemon2003-06-271-0/+9
* Quiet down decode_context_param when stream (not context) is passed.Sara Golemon2003-06-191-11/+20
* Reverting previous patch (not necessary, thanks Pollita ;) )Ilia Alshanetsky2003-06-191-8/+4
* Fixed memory leak, when invalid context is specified.Ilia Alshanetsky2003-06-191-4/+8
* Fixed possible crashes in streams codeIlia Alshanetsky2003-06-191-4/+7
* No need to allocate a hashtable when return_value is just going to be overwritenSara Golemon2003-06-171-1/+0
* optionvalue is being copied via zval_copy_ctor, there's no need to addref the...Sara Golemon2003-06-161-1/+0
* Plug leak (context options not freed)Sara Golemon2003-06-131-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Add "seekable" flag to stream_get_meta_data()Wez Furlong2003-06-021-0/+2
* MFB context refcounting and text-mode fopen fixesWez Furlong2003-05-211-1/+7
* Revert change to stream_copy_to_stream()Sara Golemon2003-04-201-28/+6
* Let stream_copy_to_stream() accept either stream resource or filename/url str...Sara Golemon2003-04-191-6/+28
* Changed stream filter factory to be capable of accepting a zval as a parameterMoriyoshi Koizumi2003-04-161-6/+7
* Warning fixWez Furlong2003-04-041-2/+2
* User shouldn't have to initialize this pass-by-ref parameterSara Golemon2003-04-041-1/+1
* Simplify and enhance readability.Wez Furlong2003-04-041-6/+6
* Added stream_get_transports()Sara Golemon2003-04-041-0/+27
* Add the mode string that was used to open the stream to the meta data,Wez Furlong2003-03-181-0/+2
* Expose php_stream_copy_to_stream as stream_copy_to_stream(); a highWez Furlong2003-03-011-0/+19
* Tidy up stupid signed/unsigned issues with win32 by introducing a php_socket_...Wez Furlong2003-02-281-3/+6
* New user-space functions:Wez Furlong2003-02-281-0/+227
* Update win32 build.Wez Furlong2003-02-271-0/+746