summaryrefslogtreecommitdiff
path: root/main/streams/plain_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
...
* Removed unnecessary ftell() calls (one call for each included PHP file)Dmitry Stogov2006-11-101-49/+70
* Disabled reading from stream (calls to read()) after EOFDmitry Stogov2006-11-101-0/+3
* Removed unnecessary checks for ISREG file and corresponding stat() calls on W...Dmitry Stogov2006-11-101-5/+4
* Fixed mkdir("/tmp/foo//bar/log", 0777, true)Dmitry Stogov2006-10-191-3/+27
* Fixed wrong pipe detection codeDmitry Stogov2006-09-281-2/+1
* Fixed bug #37779 (empty include_path leads to search for files inside /).Ilia Alshanetsky2006-09-121-4/+6
* MFH: fix #38199 (fclose() unable to close STDOUT and STDERR)Antony Dovgal2006-08-281-1/+1
* Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32)Dmitry Stogov2006-08-221-2/+1
* MFH: no need to check if non-existing include_path complies with open_basedir...Antony Dovgal2006-06-051-5/+0
* Fixed bug #35886 (nlopes)Edin Kadribasic2006-06-051-1/+1
* fix #37395 (recursive mkdir() fails to create nonexistent directories in root...Antony Dovgal2006-05-161-1/+1
* Only report mkdir() errors if error reporting option is set.Ilia Alshanetsky2006-01-171-1/+3
* MFH: fix #35999 (recursive mkdir() does not work with relative path like "foo...Antony Dovgal2006-01-161-6/+11
* bump year and license versionfoobar2006-01-011-3/+3
* fix #35781 (stream_filter_append() can cause segfault)Antony Dovgal2005-12-231-1/+1
* MFH: fix #35079 (stream_set_blocking(true) toggles, not enables blocking)Antony Dovgal2005-11-171-1/+1
* - MFH: Fixed a bug where stream_get_meta_data() did not return the "uri"Derick Rethans2005-08-261-0/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* compile before commit (gah!)Wez Furlong2005-07-181-1/+1
* Apparently our pipe detection code just above this isn't foolproof.Wez Furlong2005-07-181-0/+6
* - Fix problem with debug mode on selective machinesMarcus Boerger2005-07-171-2/+2
* Likely fix for bug #33140Ilia Alshanetsky2005-06-241-1/+7
* Fixed bug #31054 (safe_mode & open_basedir checks only check firstIlia Alshanetsky2005-06-201-8/+8
* make it compile on Win32 (thanks to Sebastian for noticing)Antony Dovgal2005-05-241-1/+1
* 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
* Fixed bug #31363 (broken non-blocking flock()).Ilia Alshanetsky2005-04-061-1/+1
* fix Win32 & Netware buildAntony Dovgal2004-10-281-0/+2
* fix bug #30388 (rename across filesystems loses ownership and permission info)Antony Dovgal2004-10-271-2/+25
* Implement an fstat cache for plain files.Wez 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