summaryrefslogtreecommitdiff
path: root/main/streams.c
Commit message (Expand)AuthorAgeFilesLines
* -copy_stream_to_stream returns size if maxlen == PHP_STREAM_COPY_ALLMarcus Boerger2002-03-161-38/+42
* fix ftell/fseek in stdio streamsWez Furlong2002-03-161-0/+3
* - Indentation fix.Andi Gutmans2002-03-161-4/+5
* Implement get_file_contents() as discussed (briefly!) by myself, DerickWez Furlong2002-03-161-1/+1
* Hopefully fix resource usage so that we have no leaks and don't segfault.Wez Furlong2002-03-161-16/+37
* Tweak the API to be more consistent.Wez Furlong2002-03-161-7/+19
* Hopefully fix probs with apache.Wez Furlong2002-03-161-4/+20
* some minor docu-in-header changesWez Furlong2002-03-161-2/+1
* ZTS build fixYasuo Ohgaki2002-03-161-1/+1
* ZTS build fixYasuo Ohgaki2002-03-161-4/+4
* Allow php_stream_copy_to_stream to do nothing when used with codeWez Furlong2002-03-161-3/+12
* some tweaks for seek/read used in image.c (thanks Marcus)Wez Furlong2002-03-161-4/+9
* more *'sWez Furlong2002-03-161-14/+14
* - Change one strncpy() to strlcpy().Andi Gutmans2002-03-161-100/+116
* New PHP streams...Wez Furlong2002-03-151-37/+558
* Maintain headers.Sebastian Bergmann2002-02-281-3/+2
* Update headers.Sebastian Bergmann2001-12-111-1/+1
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* TSRMLS fixWez Furlong2001-08-251-5/+5
* Zend compatibility patchZeev Suraski2001-07-301-9/+17
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-1/+1
* Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.cWez Furlong2001-05-051-259/+58
* Added files for PHP streamsWez Furlong2001-04-171-0/+560