summaryrefslogtreecommitdiff
path: root/main/php_streams.h
Commit message (Expand)AuthorAgeFilesLines
* Unicode support.Andrei Zmievski2005-08-111-5/+25
* - Bumber up yearfoobar2005-08-031-1/+1
* fix bugs #32742 (segmentation fault when the stream with a wrapper is not clo...Antony Dovgal2005-05-161-0/+1
* Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so).Ilia Alshanetsky2005-02-221-4/+4
* Avoid bug where stream_copy_to_stream() call for precisely 2000000 bytes wouldWez Furlong2005-02-061-4/+2
* Fixed bug #29801 (Set limit on the size of mmapable data).Ilia Alshanetsky2004-11-151-2/+5
* NETWARE has a proper stat structure Now no need of CLIB_STAT_PATCH checksAnantha Kesari H Y2004-09-291-4/+0
* Added stream_filter_remove() to cancel a stream filter.Sara Golemon2004-09-141-0/+1
* Add stream_wrapper_unregister()Sara Golemon2004-09-101-0/+2
* BugFix#28868 (Part Two): This fixes thread unsafety in the userspaceSara Golemon2004-06-211-1/+3
* BugFix#28868: Wrapper hash not thread-safe.Sara Golemon2004-06-211-1/+3
* wrap all PHPAPI prototypes into BEGIN_EXTERN_C/END_EXTERN_C blocksHartmut Holzgraefe2004-02-201-0/+17
* 'Bug Fix': scandir, being a new function in PHP5 should have always been wrap...Sara Golemon2004-01-281-0/+7
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* Fix Win32 Build. mkdir/rmdir are macrosSara Golemon2003-12-131-2/+2
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-131-0/+17
* Route rename() via wrapper ops.Sara Golemon2003-12-121-0/+3
* Move safemode/basedir checks for url_stat to plain_wrapper.Sara Golemon2003-12-011-0/+1
* Route php_stat() via streams/url_stat API (php_stream_stat_path).Sara Golemon2003-11-281-3/+7
* port "liveness" checks and a couple of other things from the 4.3 branch.Wez Furlong2003-11-271-0/+4
* - Always store the URI path in the streams structure, and expose it withDerick Rethans2003-11-031-1/+1
* Finalize the closing process of persistent streams. The currentIlia Alshanetsky2003-07-291-0/+3
* Merge selectable descriptor casting from PHP_4_3 branch.Wez Furlong2003-06-281-0/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fold 'options' parameter into wops->unlink methodSara Golemon2003-05-141-1/+1
* Setup unlink() method in wrapper_ops structure, implement unlink in plainfile...Sara Golemon2003-05-141-0/+3
* Macro: php_stream_get_from_zval(php_stream *stream, zval **zstream, char *mod...Sara Golemon2003-04-171-0/+6
* Implement persistent plain file streams.Wez Furlong2003-03-181-1/+4
* Add a generic meta data api for streams.Wez Furlong2003-02-271-0/+3
* Another big commit (tm).Wez Furlong2003-02-271-2/+18
* rename macro argument so that it does not partially match the string.Sascha Schumann2003-02-271-2/+2
* Added locking to streams.Ilia Alshanetsky2003-02-251-0/+9
* MFB: Bunch of streams related fixes.Wez Furlong2003-02-241-0/+3
* Implement new filter API, stage 1.Wez Furlong2003-02-181-7/+7
* Move some of the streams header into supplementary filesWez Furlong2003-02-171-180/+4
* Moving away from ANSI stdio for plain files.Wez Furlong2003-02-131-0/+4
* Added feature request #9173 (added stream_get_line(), this function willIlia Alshanetsky2003-02-091-0/+1
* Added missing definitions.Ilia Alshanetsky2003-02-071-1/+6
* Fix for bug #21406; infinite loop during filter flushing.Wez Furlong2003-01-061-2/+2
* Expose stream_filters_hash so that it can be searched by stream_get_filters()Sara Golemon2003-01-061-2/+2
* - Fix warnings on UnixWareDerick Rethans2003-01-021-2/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Merge streams changes from branch.Wez Furlong2002-11-181-6/+7
* Make the macro use the function and not the other macro as discussedMarcus Boerger2002-11-061-1/+1
* php_stream replacement for fprintfMarcus Boerger2002-11-061-0/+4
* correct define: silences compiler warning in http_fopen_wrapper.cMarcus Boerger2002-11-051-1/+1
* A better fix for bug #20110.Ilia Alshanetsky2002-10-281-5/+8
* Refine stream_select() to work with streams that have data in their readWez Furlong2002-10-211-1/+2
* made fgets() binary safe.Wez Furlong2002-10-191-2/+4
* Fixed bug #19971 (optimized the file() function).Ilia Alshanetsky2002-10-181-0/+1