Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Added support for passing O_NONBLOCK to the underlying open() system call | Mikko Koppanen | 2009-04-11 | 1 | -1/+5 |
| | |||||
* | Adjust condition | Ilia Alshanetsky | 2009-02-10 | 1 | -2/+2 |
| | |||||
* | MFB: typo fix | Ilia Alshanetsky | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | MFB: Added path truncation E_NOTICE to let people now when path resolving | Ilia Alshanetsky | 2009-02-10 | 1 | -2/+6 |
| | | | | | caused the file path to be truncated. | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed bug #45303 (Opening php:// wrapper in append mode results | Arnaud Le Blanc | 2008-11-03 | 1 | -0/+1 |
| | | | | | in a warning) | ||||
* | MFH: | Arnaud Le Blanc | 2008-08-07 | 1 | -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 fopen | Greg Beaver | 2008-04-13 | 1 | -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_path | Dmitry Stogov | 2008-03-27 | 1 | -3/+7 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #43182 (file_put_contents() LOCK_EX does not work properly on file | Ilia Alshanetsky | 2007-11-12 | 1 | -0/+3 |
| | | | | | truncation). | ||||
* | - MFH Add glob stream wrapper | Marcus Boerger | 2007-11-06 | 1 | -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 variables | Jani Taskinen | 2007-11-01 | 1 | -2/+0 |
| | |||||
* | MFH: - Fixed bug #43137 (rmdir() and rename() do not clear statcache) | Jani Taskinen | 2007-10-31 | 1 | -9/+11 |
| | |||||
* | Fixed EOF handling in case of reading from file opened in write only mode. | Dmitry Stogov | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | MFH: - Fixed bug #41815 (Concurrent read/write fails when EOF is reached) | Jani Taskinen | 2007-07-12 | 1 | -3/+0 |
| | |||||
* | Fixed crash on win32 in case of negative size | Dmitry Stogov | 2007-04-18 | 1 | -2/+7 |
| | |||||
* | Fixed crash | Dmitry Stogov | 2007-04-18 | 1 | -2/+10 |
| | |||||
* | WIN64 support | Dmitry Stogov | 2007-04-16 | 1 | -5/+5 |
| | |||||
* | Fixed 64-bit support | Dmitry Stogov | 2007-04-09 | 1 | -1/+1 |
| | |||||
* | MFH (r-1.82): Add retry for interrupted reads and graceful handling for ↵ | Sara Golemon | 2007-02-23 | 1 | -2/+9 |
| | | | | failed retries | ||||
* | MFH: implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks | Antony Dovgal | 2007-02-21 | 1 | -9/+0 |
| | |||||
* | Fixed a memory leak on highlight_file() with a non-existant file | Ilia Alshanetsky | 2007-02-13 | 1 | -3/+7 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH: fix #39673 (file_get_contents causes bus error on certain offsets) | Antony Dovgal | 2006-11-29 | 1 | -0/+7 |
| | |||||
* | Fix ftruncate() with negative size on FreeBSD | Hannes Magnusson | 2006-11-16 | 1 | -1/+1 |
| | |||||
* | Removed unnecessary ftell() calls (one call for each included PHP file) | Dmitry Stogov | 2006-11-10 | 1 | -49/+70 |
| | |||||
* | Disabled reading from stream (calls to read()) after EOF | Dmitry Stogov | 2006-11-10 | 1 | -0/+3 |
| | |||||
* | Removed unnecessary checks for ISREG file and corresponding stat() calls on ↵ | Dmitry Stogov | 2006-11-10 | 1 | -5/+4 |
| | | | | Windows | ||||
* | Fixed mkdir("/tmp/foo//bar/log", 0777, true) | Dmitry Stogov | 2006-10-19 | 1 | -3/+27 |
| | |||||
* | Fixed wrong pipe detection code | Dmitry Stogov | 2006-09-28 | 1 | -2/+1 |
| | |||||
* | Fixed bug #37779 (empty include_path leads to search for files inside /). | Ilia Alshanetsky | 2006-09-12 | 1 | -4/+6 |
| | |||||
* | MFH: fix #38199 (fclose() unable to close STDOUT and STDERR) | Antony Dovgal | 2006-08-28 | 1 | -1/+1 |
| | |||||
* | Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32) | Dmitry Stogov | 2006-08-22 | 1 | -2/+1 |
| | |||||
* | MFH: no need to check if non-existing include_path complies with ↵ | Antony Dovgal | 2006-06-05 | 1 | -5/+0 |
| | | | | open_basedir setting | ||||
* | Fixed bug #35886 (nlopes) | Edin Kadribasic | 2006-06-05 | 1 | -1/+1 |
| | |||||
* | fix #37395 (recursive mkdir() fails to create nonexistent directories in ↵ | Antony Dovgal | 2006-05-16 | 1 | -1/+1 |
| | | | | root dir) | ||||
* | Only report mkdir() errors if error reporting option is set. | Ilia Alshanetsky | 2006-01-17 | 1 | -1/+3 |
| | |||||
* | MFH: fix #35999 (recursive mkdir() does not work with relative path like ↵ | Antony Dovgal | 2006-01-16 | 1 | -6/+11 |
| | | | | "foo/bar") | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | fix #35781 (stream_filter_append() can cause segfault) | Antony Dovgal | 2005-12-23 | 1 | -1/+1 |
| | |||||
* | MFH: fix #35079 (stream_set_blocking(true) toggles, not enables blocking) | Antony Dovgal | 2005-11-17 | 1 | -1/+1 |
| | | | | | patch by askalski at gmail dot com | ||||
* | - MFH: Fixed a bug where stream_get_meta_data() did not return the "uri" | Derick Rethans | 2005-08-26 | 1 | -0/+1 |
| | | | | | element for files opened with tmpname(). | ||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | compile before commit (gah!) | Wez Furlong | 2005-07-18 | 1 | -1/+1 |
| | |||||
* | Apparently our pipe detection code just above this isn't foolproof. | Wez Furlong | 2005-07-18 | 1 | -0/+6 |
| | | | | | Catch it here. | ||||
* | - Fix problem with debug mode on selective machines | Marcus Boerger | 2005-07-17 | 1 | -2/+2 |
| | |||||
* | Likely fix for bug #33140 | Ilia Alshanetsky | 2005-06-24 | 1 | -1/+7 |
| | |||||
* | Fixed bug #31054 (safe_mode & open_basedir checks only check first | Ilia Alshanetsky | 2005-06-20 | 1 | -8/+8 |
| | | | | | include_path value). | ||||
* | make it compile on Win32 (thanks to Sebastian for noticing) | Antony Dovgal | 2005-05-24 | 1 | -1/+1 |
| |