summaryrefslogtreecommitdiff
path: root/main/streams/plain_wrapper.c
Commit message (Collapse)AuthorAgeFilesLines
* Happy New Year~Xinchen Hui2013-01-011-1/+1
|
* * fixed bug #60704 unlink() bug with some files pathMateusz Kocielski2012-02-141-6/+17
| | | | | Reviewed by: rasmus@
* - Year++Felipe Pena2012-01-011-1/+1
|
* Fix bug #53913 (Streams functions assume HAVE_GLOB is defined). Patch by ChrisAdam Harvey2011-02-041-0/+2
| | | | | Jones.
* - don't continue if no valid option valuePierre Joye2011-01-201-0/+2
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* - Renamed php_stream_rep_nonstand_mode to Gustavo André dos Santos Lopes2010-11-051-1/+1
| | | | | | php_stream_mode_sanitize_fdopen_fopencookie, made it not exported and movied it from php_streams.h to php_streams_int.h.
* - Fixed bug #53241 (stream casting that relies on fdopen/fopencookie failsGustavo André dos Santos Lopes2010-11-051-1/+3
| | | | with streams opened with, inter alia, the 'xb' mode).
* - WSPierre Joye2010-09-011-2/+2
|
* - sb needed only in safemodePierre Joye2010-09-011-1/+2
|
* - add lstat support for WindowsPierre Joye2010-09-011-1/+9
|
* - get the right error on windowsPierre Joye2010-02-211-0/+4
|
* - prevent unexpectable behaviors (for the user) with invalid pathPierre Joye2010-02-071-21/+19
|
* - removed debug breakpoint and improve inline commentPierre Joye2010-01-271-2/+2
|
* - prevent bad things to happen when invalid path are passed to MoveFileExPierre Joye2010-01-271-1/+27
|
* - [DOC] #45986, bad file descriptor warning when rename is used with invalid ↵Pierre Joye2010-01-261-3/+10
| | | | path, add php_win32_docref2_from_error to display system error for non posix api
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* remove automatic file unlocking on shutdown and/or stream closeAntony Dovgal2009-12-251-3/+0
| | | | | | (make it win32-specific for 5_2, as discussed with Ilia)
* Fix #50063 (safe_mode_include_dir fails)Johannes Schlüter2009-11-121-0/+4
|
* MFH: Added support for passing O_NONBLOCK to the underlying open() system callMikko Koppanen2009-04-111-1/+5
|
* Adjust conditionIlia Alshanetsky2009-02-101-2/+2
|
* MFB: typo fixIlia Alshanetsky2009-02-101-1/+1
|
* MFB: Added path truncation E_NOTICE to let people now when path resolvingIlia Alshanetsky2009-02-101-2/+6
| | | | | caused the file path to be truncated.
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Fixed bug #45303 (Opening php:// wrapper in append mode resultsArnaud Le Blanc2008-11-031-0/+1
| | | | | in a warning)
* MFH:Arnaud Le Blanc2008-08-071-6/+6
| | | | | | | | | | Added clear_realpath_cache and filename parameters to clearstatcache() (Jani, Arnaud) [DOC] clearstatcache() now defaults to not affect the realpath cache. clearstatcache() now takes two optionnal parameters, clear_realpath_cache to clear the realpath cache (defaults to false), and filename to clear only the given filename from the cache.
* do not scan include_path with faulty plain_wrapper-based include_path fopenGreg Beaver2008-04-131-4/+0
| | | | | # _fopen_with_path_rel probably needs to call out to regular php_stream_open, for exts that use it (it is exported)
* Added ability to use stream wrappers in include_pathDmitry Stogov2008-03-271-3/+7
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Fixed bug #43182 (file_put_contents() LOCK_EX does not work properly on fileIlia Alshanetsky2007-11-121-0/+3
| | | | | truncation).
* - MFH Add glob stream wrapperMarcus Boerger2007-11-061-1/+5
| | | | | | | [DOC] The glob stream wrapper allows stuff like this: php -r '$it = new DirectoryIterator("glob://ext/spl/*.c"); foreach($it as $f) var_dump($f);'
* MFH: nuke unused variablesJani Taskinen2007-11-011-2/+0
|
* MFH: - Fixed bug #43137 (rmdir() and rename() do not clear statcache)Jani Taskinen2007-10-311-9/+11
|
* Fixed EOF handling in case of reading from file opened in write only mode.Dmitry Stogov2007-07-251-1/+1
|
* MFH: - Fixed bug #41815 (Concurrent read/write fails when EOF is reached)Jani Taskinen2007-07-121-3/+0
|
* Fixed crash on win32 in case of negative sizeDmitry Stogov2007-04-181-2/+7
|
* Fixed crashDmitry Stogov2007-04-181-2/+10
|
* WIN64 supportDmitry Stogov2007-04-161-5/+5
|
* Fixed 64-bit supportDmitry Stogov2007-04-091-1/+1
|
* MFH (r-1.82): Add retry for interrupted reads and graceful handling for ↵Sara Golemon2007-02-231-2/+9
| | | | failed retries
* MFH: implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacksAntony Dovgal2007-02-211-9/+0
|
* Fixed a memory leak on highlight_file() with a non-existant fileIlia Alshanetsky2007-02-131-3/+7
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFH: fix #39673 (file_get_contents causes bus error on certain offsets)Antony Dovgal2006-11-291-0/+7
|
* Fix ftruncate() with negative size on FreeBSDHannes Magnusson2006-11-161-1/+1
|
* 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 ↵Dmitry Stogov2006-11-101-5/+4
| | | | Windows
* Fixed mkdir("/tmp/foo//bar/log", 0777, true)Dmitry Stogov2006-10-191-3/+27
|
* Fixed wrong pipe detection codeDmitry Stogov2006-09-281-2/+1
|