summaryrefslogtreecommitdiff
path: root/main/streams/plain_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: make it compile on Win32Antony Dovgal2005-05-241-1/+1
* MFH: Fixed bug #32810 (temporary files not using plain file wrapper).Ilia Alshanetsky2005-05-231-0/+1
* Bug #32614 - prevent from crahsing with segfault on solaris if fdopen() fails...Uwe Schindler2005-04-071-0/+3
* MFH: Fixed bug #31363 (broken non-blocking flock()).Ilia Alshanetsky2005-04-061-1/+1
* fix Win32 & Netware buildAntony Dovgal2004-10-281-0/+2
* MFH: fix bug #30388 (rename across filesystems loses ownership and permission...Antony Dovgal2004-10-271-2/+25
* MFH: streams fixesWez Furlong2004-07-311-96/+120
* *sigh*, obviously, we need this to be able to use sapi_module.nameWez Furlong2004-05-251-0/+1
* DEBUG -> PHP_DEBUGWez Furlong2004-05-251-1/+1
* check if it matches... not if it doesn't...Wez Furlong2004-05-251-1/+1
* In debug mode, under CLI don't close stderr.Wez Furlong2004-05-251-0/+9
* Fixed bug #27498 (bogus safe_mode error on nonexistent directories forIlia Alshanetsky2004-03-161-1/+1
* Fixed bug #26974 (rename() doesn't check the destination fileIlia Alshanetsky2004-01-211-2/+3
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-131-1/+77
* Route rename() via wrapper ops.Sara Golemon2003-12-121-1/+45
* CSSara Golemon2003-12-021-2/+2
* Move safemode/basedir checks for url_stat to plain_wrapper.Sara Golemon2003-12-011-0/+13
* Route php_stat() via streams/url_stat API (php_stream_stat_path).Sara Golemon2003-11-281-2/+7
* finish file uri support, this stuff was unecessary.Shane Caraveo2003-10-191-10/+0
* A simpler patch to add file uri supportShane Caraveo2003-10-191-0/+10
* revert file: support in preparation for simpler patchShane Caraveo2003-10-191-67/+32
* make file uri's work with streamsShane Caraveo2003-10-191-32/+67
* Set the EOF indicator after each read attempt.Wez Furlong2003-10-081-4/+2
* Pointer size fixArd Biesheuvel2003-09-131-1/+1
* Prevent a crash when expand_filepath() fails.Ilia Alshanetsky2003-08-271-1/+3
* MFB: binary mode by default under win32.Wez Furlong2003-07-051-6/+4
* Merge selectable descriptor casting from PHP_4_3 branch.Wez Furlong2003-06-281-0/+10
* updating license information in the headers.James Cox2003-06-101-3/+3
* MFB context refcounting and text-mode fopen fixesWez Furlong2003-05-211-1/+5
* Fix warningMarcus Boerger2003-05-191-1/+1
* Fix memleaksMarcus Boerger2003-05-191-1/+1
* Fold 'options' parameter into wops->unlink methodSara Golemon2003-05-141-7/+11
* Setup unlink() method in wrapper_ops structure, implement unlink in plainfile...Sara Golemon2003-05-141-1/+35
* Implement persistent plain file streams.Wez Furlong2003-03-181-11/+38
* Avoid using FILE* where possible.Wez Furlong2003-03-181-11/+8
* 64bit fixesWez Furlong2003-03-151-2/+2
* Ensure that all fields are initialized to NULL.Wez Furlong2003-03-011-0/+3
* Implement memory mapping for win32.Wez Furlong2003-02-281-0/+95
* Another big commit (tm).Wez Furlong2003-02-271-3/+87
* Fixed various compiler warnings.Ilia Alshanetsky2003-02-251-7/+10
* Use native flock() whenever possible.Ilia Alshanetsky2003-02-251-1/+1
* Added locking to streams.Ilia Alshanetsky2003-02-251-0/+28
* MFB: Bunch of streams related fixes.Wez Furlong2003-02-241-7/+7
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-2/+1
* Move streams files around a bit, to ease maintenance.Wez Furlong2003-02-161-0/+856