summaryrefslogtreecommitdiff
path: root/main/php_memory_streams.h
Commit message (Collapse)AuthorAgeFilesLines
* -defined php_stream_temp_new() for standard temp streamsMarcus Boerger2002-03-231-3/+6
|
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-12/+12
| | | | | | # Should be the last "broad" commit for a while # Don't forget to make clean ; make
* tidyup use of STREAMS_DC macrosWez Furlong2002-03-181-6/+8
|
* -temp streams are now clean (Thanks to Wez)Marcus Boerger2002-03-181-12/+16
|
* -added temporary streamsMarcus Boerger2002-03-171-1/+19
| | | | | | -added stream debug code #should be used from php_stream_make_seekable
* -added memory streamsMarcus Boerger2002-03-161-0/+35
@added memory streams (marcus)