summaryrefslogtreecommitdiff
path: root/main/streams/streams.c
Commit message (Expand)AuthorAgeFilesLines
* A simpler patch to add file uri supportShane Caraveo2003-10-191-1/+7
* Show the whole message when in debug modeMarcus Boerger2003-09-131-4/+5
* Fixed for 64bit archsArd Biesheuvel2003-09-131-1/+1
* Fixed bug #25316 (Possible infinite loop inside _php_stream_write()).Ilia Alshanetsky2003-09-111-1/+2
* Fixed bug #25429 (fix copying of stdin using copy() function)Ilia Alshanetsky2003-09-101-0/+3
* kill warningsSascha Schumann2003-08-281-2/+2
* Finalize the closing process of persistent streams. The currentIlia Alshanetsky2003-07-291-2/+2
* Fixed a double free bug when freeing persistent streams.Ilia Alshanetsky2003-07-281-8/+6
* Introduce connection pooling API. I'll use these in http/ftp fopen wrappers s...Sara Golemon2003-07-021-0/+69
* MFBSara Golemon2003-06-271-0/+3
* MFB PHP_4_3 main/streams.c r-1.125.2.70Sara Golemon2003-06-271-0/+5
* optionvalue is being copied via zval_copy_ctor, there's no need to addref the...Sara Golemon2003-06-161-1/+0
* Fix ZTS mode (hopefully all is working fine now again)Marcus Boerger2003-06-141-3/+6
* Plug leak (context options not freed)Sara Golemon2003-06-131-0/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* MFB context refcounting and text-mode fopen fixesWez Furlong2003-05-211-2/+21
* MFB fix for persistent streams recycling.Wez Furlong2003-05-191-7/+6
* Don't access what is already freed (noticed by Sascha)Marcus Boerger2003-04-161-1/+2
* Make it staticMarcus Boerger2003-04-131-1/+1
* SpelingMarcus Boerger2003-04-131-2/+2
* Fix persistent stream closing (that one took me at least 3 days)Marcus Boerger2003-04-131-0/+9
* Prevent php_stream_get_record from grabbing more than maxlen charactersSara Golemon2003-04-041-0/+4
* Fixed bug #22538 (stream filter problem)Moriyoshi Koizumi2003-03-311-1/+1
* WSIlia Alshanetsky2003-03-311-86/+120
* Fix for persistent stream shutdown under debug buildsWez Furlong2003-03-201-5/+13
* Sanity check for when a stream is requested to be persistent but the wrapperWez Furlong2003-03-191-0/+9
* Q}Wez Furlong2003-03-181-6/+6
* Fix for #22721 (poor file() performance on systems without mmap)Wez Furlong2003-03-181-2/+14
* Win32 build fix.Ilia Alshanetsky2003-03-171-1/+5
* Fixed bug #22538 (failed stat on stdio/stdin/stderr streams).Ilia Alshanetsky2003-03-171-1/+1
* Fixing functionicalls with variable number of parameters...Stefan Esser2003-03-061-2/+2
* Another big commit (tm).Wez Furlong2003-02-271-129/+71
* MFB: Bunch of streams related fixes.Wez Furlong2003-02-241-8/+14
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-4/+3
* Fix incorrect TSRMLS_CC usage.Wez Furlong2003-02-181-8/+6
* TSRMLS!Wez Furlong2003-02-181-4/+4
* Implement new filter API, stage 1.Wez Furlong2003-02-181-70/+227
* Move streams files around a bit, to ease maintenance.Wez Furlong2003-02-161-0/+1488