summaryrefslogtreecommitdiff
path: root/main/memory_streams.c
Commit message (Collapse)AuthorAgeFilesLines
* - No C++ commentsDerick Rethans2002-07-011-1/+1
|
* main/streams.cWez Furlong2002-04-021-7/+13
|
* Phase 3 of OO wrapper cleanupWez Furlong2002-03-281-2/+4
| | | | | # What was phase 2?
* -missing efree in closeMarcus Boerger2002-03-211-20/+18
|
* #uups commit on wrong fileMarcus Boerger2002-03-211-1/+1
|
* -fix missing efreeMarcus Boerger2002-03-211-1/+1
|
* fixed signed/unsigned comparison warningsHarald Radi2002-03-201-4/+4
|
* Improve behaviour of the stream casting operation.Wez Furlong2002-03-191-4/+42
| | | | | Improve interaction with fopencookie.
* Possibly fix a crash - Marcus, please take a look at it...Zeev Suraski2002-03-191-0/+1
|
* - Fix whitespace (guys, please try to stick with the php4 tree style as farZeev Suraski2002-03-191-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 Furlong2002-03-181-22/+21
| | | | | | # Should be the last "broad" commit for a while # Don't forget to make clean ; make
* fix TSRM buildWez Furlong2002-03-181-0/+1
|
* tidyup use of STREAMS_DC macrosWez Furlong2002-03-181-3/+3
|
* -temp streams are now clean (Thanks to Wez)Marcus Boerger2002-03-181-182/+115
|
* -added temporary streamsMarcus Boerger2002-03-171-22/+297
| | | | | | -added stream debug code #should be used from php_stream_make_seekable
* -added memory streamsMarcus Boerger2002-03-161-0/+189
@added memory streams (marcus)