Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #61645 (fopen and O_NONBLOCK) | Michael Wallner | 2013-12-06 | 1 | -5/+7 |
| | | | | | | if a mode like "rn" was passed to fopen(), then php_stream_parse_fopen_modes() would assign O_WRONLY to flags, because O_NONBLOCK tainted flags for the r/w/+ check | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -1/+1 |
| | |||||
* | retore open_basedir check for unlink | Stanislav Malyshev | 2011-07-31 | 1 | -35/+39 |
| | |||||
* | - Fixed bug 55124, recursive mkdir fails with current (dot) directory in path | Pierre Joye | 2011-07-26 | 1 | -14/+7 |
| | |||||
* | implement streams metadata API per RFC | Stanislav Malyshev | 2011-05-25 | 1 | -1/+93 |
| | |||||
* | - PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain | Gustavo André dos Santos Lopes | 2011-02-19 | 1 | -3/+0 |
| | | | | | | | | | | stream when 0 is given as the value. - PHP_STREAM_OPTION_WRITE_BUFFER no longer changes the chunk size in socket streams. - Added stream_set_chunk_size() function. - Some signedness fixes. - Test for commit r308474, now that it's possible to actually test it. | ||||
* | Fix bug #53913 (Streams functions assume HAVE_GLOB is defined). Patch by Chris | Adam Harvey | 2011-02-04 | 1 | -0/+2 |
| | | | | | Jones. | ||||
* | - don't continue if no valid option value | Pierre Joye | 2011-01-20 | 1 | -0/+2 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Renamed php_stream_rep_nonstand_mode to | Gustavo André dos Santos Lopes | 2010-11-05 | 1 | -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 fails | Gustavo André dos Santos Lopes | 2010-11-05 | 1 | -1/+3 |
| | | | | with streams opened with, inter alia, the 'xb' mode). | ||||
* | - WS | Pierre Joye | 2010-09-01 | 1 | -2/+2 |
| | |||||
* | - add lstat support for Windows | Pierre Joye | 2010-09-01 | 1 | -1/+9 |
| | |||||
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -72/+0 |
| | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
* | - get the right error on windows | Pierre Joye | 2010-02-21 | 1 | -0/+4 |
| | |||||
* | - prevent unexpectable behaviors (for the user) with invalid path | Pierre Joye | 2010-02-07 | 1 | -21/+19 |
| | |||||
* | - removed debug breakpoint and improve inline comment | Pierre Joye | 2010-01-27 | 1 | -2/+2 |
| | |||||
* | - prevent bad things to happen when invalid path are passed to MoveFileEx | Pierre Joye | 2010-01-27 | 1 | -1/+27 |
| | |||||
* | - [DOC] #45986, bad file descriptor warning when rename is used with invalid ↵ | Pierre Joye | 2010-01-26 | 1 | -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 **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | remove automatic file unlocking on shutdown and/or stream close | Antony Dovgal | 2009-12-25 | 1 | -3/+0 |
| | | | | | | (make it win32-specific for 5_2, as discussed with Ilia) | ||||
* | Fix #50063 (safe_mode_include_dir fails) | Johannes Schlüter | 2009-11-12 | 1 | -0/+4 |
| | |||||
* | 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 |
| |