summaryrefslogtreecommitdiff
path: root/main/streams/memory.c
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* - Added leak_variable() function.Gustavo André dos Santos Lopes2010-11-151-11/+7
| | | | | | | - Added mechanism to force outer streams to be closed before their inner ones. - Fixed temp:// streams only handling correctly (through an ad hoc mechanism) reverse closing order when the inner stream is of type memory.
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - Fixed bug #49572 (use of C++ style comments causes build failure)Sriram Natarajan2009-09-171-1/+1
|
* Fix warning when inner stream of a temp:// stream is closed beforeArnaud Le Blanc2009-05-161-0/+1
| | | | | the stream ifself
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFB: Fixed bug #44440 (st_blocks undefined under BeOS)Felipe Pena2008-03-151-0/+3
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* - MFH Fix logicMarcus Boerger2007-02-221-5/+5
|
* - MFH options/exportsMarcus Boerger2007-02-071-3/+3
|
* - MFH Add PHPAPI to stuff needed by streams API for shared extsMarcus Boerger2007-02-031-3/+6
| | | | | | - MFH Readonly issue fix to memory streams option handling (still not activated in 5.2.1 though)
* - Disable memory streams set option until 5.2.2Marcus Boerger2007-01-271-1/+1
|
* - MFH truncate support for mem/temp streamsMarcus Boerger2007-01-271-5/+39
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFHAntony Dovgal2006-12-211-1/+0
|
* MFHAntony Dovgal2006-12-211-0/+1
|
* Mark memory streams as is_urlRasmus Lerdorf2006-11-041-1/+1
|
* url->URLHannes Magnusson2006-06-291-2/+2
|
* MFH: don't leak when decoding failedAntony Dovgal2006-06-061-0/+1
|
* - MFH Fix feof()Marcus Boerger2006-05-231-6/+8
|
* - MFH Handle corrupt base64 data in data: urlMarcus Boerger2006-05-211-13/+17
|
* - MFH No need to have this controlled by allow_url_fopenMarcus Boerger2006-05-141-1/+1
|
* - MFH RFC2397 decodingMarcus Boerger2006-05-141-2/+14
|
* - MFH RFC 2397 meta data handlingMarcus Boerger2006-05-141-7/+78
|
* - MFH Initial support for RFC2397Marcus Boerger2006-05-131-48/+168
|
* - MFH Fix seek/eof issue in temp streamsMarcus Boerger2006-03-181-1/+1
|
* - Fix issue with memset seekingMarcus Boerger2006-01-051-16/+47
| | | | | - Fix issue with shutdown order of temp/memory stream
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Fix temp/memory stream modesMarcus Boerger2005-12-141-3/+3
|
* - MFH C vs. C++ fixMarcus Boerger2005-10-071-1/+2
|
* - MFH Fix issue (endless loop) with temp/memory streamsMarcus Boerger2005-10-061-1/+7
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* add an open mode for the memory streams that allows the stream to takeWez Furlong2005-02-061-1/+1
| | | | | ownership of the passed-in buffer
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Folding fixesWez Furlong2003-03-011-2/+4
|
* Removed unnecessary assertsMoriyoshi Koizumi2003-02-241-2/+0
|
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-2/+3
|
* Move streams files around a bit, to ease maintenance.Wez Furlong2003-02-161-0/+472
I will update the win32 .dsp in a moment.