Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move streams files around a bit, to ease maintenance. | Wez Furlong | 2003-02-16 | 1 | -472/+0 |
| | | | | | I will update the win32 .dsp in a moment. | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | wb -> r+b | Wez Furlong | 2002-11-18 | 1 | -2/+2 |
| | |||||
* | style fix | Moriyoshi Koizumi | 2002-10-20 | 1 | -2/+4 |
| | |||||
* | This seems to resolve the issues with fgets. | Wez Furlong | 2002-10-05 | 1 | -8/+2 |
| | | | | | | | | I've moved EOF detection into the streams layer; a stream reader implementation should set stream->eof when it detects EOF. Fixed test for user streams - it still fails but that is due to an output buffering bug. | ||||
* | Revise buffer/seek code a little. | Wez Furlong | 2002-09-23 | 1 | -2/+7 |
| | | | | | | Tidy up user streams even more. Make test case quite aggressive. | ||||
* | Implement read buffering in streams. | Wez Furlong | 2002-09-23 | 1 | -53/+14 |
| | | | | | | | | | | | | Eliminate similar code from network.c. Implement fgets equivalent at the streams level, which can detect the mac, dos and unix line endings and handle them appropriately. The default behaviour is unix (and dos) line endings. An ini option to control this behaviour will follow. # Don't forget to make clean! # I've done some testing but would appreciate feedback from # people with scripts/extensions that seek around a lot. | ||||
* | - No C++ comments | Derick Rethans | 2002-07-01 | 1 | -1/+1 |
| | |||||
* | main/streams.c | Wez Furlong | 2002-04-02 | 1 | -7/+13 |
| | |||||
* | Phase 3 of OO wrapper cleanup | Wez Furlong | 2002-03-28 | 1 | -2/+4 |
| | | | | | # What was phase 2? | ||||
* | -missing efree in close | Marcus Boerger | 2002-03-21 | 1 | -20/+18 |
| | |||||
* | #uups commit on wrong file | Marcus Boerger | 2002-03-21 | 1 | -1/+1 |
| | |||||
* | -fix missing efree | Marcus Boerger | 2002-03-21 | 1 | -1/+1 |
| | |||||
* | fixed signed/unsigned comparison warnings | Harald Radi | 2002-03-20 | 1 | -4/+4 |
| | |||||
* | Improve behaviour of the stream casting operation. | Wez Furlong | 2002-03-19 | 1 | -4/+42 |
| | | | | | Improve interaction with fopencookie. | ||||
* | Possibly fix a crash - Marcus, please take a look at it... | Zeev Suraski | 2002-03-19 | 1 | -0/+1 |
| | |||||
* | - Fix whitespace (guys, please try to stick with the php4 tree style as far | Zeev Suraski | 2002-03-19 | 1 | -40/+108 |
| | | | | | | | as indentation/newlines go, and also as far as using {} even on if's that have single statements) - Fix Windows build | ||||
* | TSRMLS related work on streams, as discussed with Zeev. | Wez Furlong | 2002-03-18 | 1 | -22/+21 |
| | | | | | | # Should be the last "broad" commit for a while # Don't forget to make clean ; make | ||||
* | fix TSRM build | Wez Furlong | 2002-03-18 | 1 | -0/+1 |
| | |||||
* | tidyup use of STREAMS_DC macros | Wez Furlong | 2002-03-18 | 1 | -3/+3 |
| | |||||
* | -temp streams are now clean (Thanks to Wez) | Marcus Boerger | 2002-03-18 | 1 | -182/+115 |
| | |||||
* | -added temporary streams | Marcus Boerger | 2002-03-17 | 1 | -22/+297 |
| | | | | | | -added stream debug code #should be used from php_stream_make_seekable | ||||
* | -added memory streams | Marcus Boerger | 2002-03-16 | 1 | -0/+189 |
@added memory streams (marcus) |