Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - WS | Pierre Joye | 2009-06-26 | 1 | -2/+2 |
| | |||||
* | - fix build when IO_REPARSE_TAG_SYMLINK is not defined (works with 2k+) | Pierre Joye | 2009-06-16 | 1 | -0/+3 |
| | |||||
* | - #47767, include_once does not resolve windows symlinks or junctions | Pierre Joye | 2009-06-16 | 1 | -10/+133 |
| | |||||
* | - Windows ACL cache support, update existing tests and add a new one | Pierre Joye | 2009-06-16 | 3 | -12/+92 |
| | |||||
* | - #48535, file_exists returns false when impersonate is used | Pierre Joye | 2009-06-15 | 1 | -19/+17 |
| | |||||
* | - missing include | Pierre Joye | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | #41874, separate STDOUT and STDERR in exec functions | Pierre Joye | 2009-06-09 | 1 | -2/+7 |
| | |||||
* | Fix build | Hannes Magnusson | 2009-05-19 | 1 | -1/+1 |
| | |||||
* | - close manually the impersonation token | Pierre Joye | 2009-05-18 | 1 | -0/+4 |
| | |||||
* | - #44859, fixed support for windows ACL, drop win9x code | Pierre Joye | 2009-05-17 | 2 | -11/+75 |
| | |||||
* | - WS | Pierre Joye | 2009-05-15 | 1 | -1/+1 |
| | |||||
* | - nuke unused var | Pierre Joye | 2009-04-04 | 1 | -1/+0 |
| | |||||
* | Fixed realpath() behavior to support "c:dir" as "c:\dir", and "\dir" on UNC CWD | Dmitry Stogov | 2009-01-21 | 1 | -2/+32 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 8 | -8/+8 |
| | |||||
* | - MFH: Fixed macro redefinition warning | Felipe Pena | 2008-11-13 | 1 | -0/+1 |
| | |||||
* | - MFH: #45985, touch on opened file raises a warning | Pierre Joye | 2008-09-04 | 1 | -3/+8 |
| | |||||
* | Fixed support for short windows file names | Dmitry Stogov | 2008-08-19 | 1 | -3/+5 |
| | |||||
* | Fixed bug #45835 (include and symlinks) | Dmitry Stogov | 2008-08-18 | 1 | -0/+6 |
| | |||||
* | Fixed arguments order | Dmitry Stogov | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | - [DOC] make stat, touch, filemtime, filemsize and related functions more ↵ | Dmitry Stogov | 2008-08-15 | 1 | -15/+92 |
| | | | | | | | | portable (almost 100% equivalent to linux now) - [DOC] add support for touch($dir) - fix windows server 2008/vista support (#45447) (Pierre) | ||||
* | Fixed realpath cache bug | Dmitry Stogov | 2008-08-15 | 1 | -6/+9 |
| | |||||
* | - Added system independent realpath() implementation which caches ↵ | Dmitry Stogov | 2008-08-12 | 2 | -256/+316 |
| | | | | | | | | | intermediate directories in realpath-cache - Fixed bug #45044 (relative paths not resolved correctly) - Fixed bug #43817 (opendir() fails on Windows directories with parent directory unaccessible). [DOC] The semantic of realpath() on BSD and Windows is changed. Now it should work exactly in the same way as on Linux (POSIX.1-2001) | ||||
* | fix warnings | Stanislav Malyshev | 2008-07-30 | 2 | -2/+2 |
| | |||||
* | MFH: Fix bug when command is quoted and parameters are quoted during call to ↵ | Scott MacVicar | 2008-05-29 | 1 | -12/+12 |
| | | | | exec, the result is that cmd.exe /c strips the first and last quote. | ||||
* | proper fix | Dmitry Stogov | 2008-05-20 | 1 | -3/+8 |
| | |||||
* | Fixed win32 related realpath cache bug | Dmitry Stogov | 2008-05-19 | 1 | -1/+1 |
| | |||||
* | - Fix for bug #44870: rename() on directory deletes same named file. (Patch by | Derick Rethans | 2008-05-02 | 1 | -1/+1 |
| | | | | | Pierre) | ||||
* | Fixed bug #44805 (rename() function is not portable to Windows). (Pierre) | Dmitry Stogov | 2008-04-24 | 2 | -3/+15 |
| | |||||
* | MFH: fix TSRM mutex return value inconsitencies (patch by Scott MacVicar) | Antony Dovgal | 2008-02-07 | 1 | -8/+22 |
| | |||||
* | Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) | Dmitry Stogov | 2008-01-30 | 2 | -8/+12 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 8 | -8/+8 |
| | |||||
* | Fixed definitions | Dmitry Stogov | 2007-11-23 | 1 | -2/+2 |
| | |||||
* | Fixed bug #43128 (Very long class name causes segfault) | Dmitry Stogov | 2007-11-22 | 2 | -4/+13 |
| | |||||
* | Fixed bug #43248 (backward compatibility break in realpath()) | Dmitry Stogov | 2007-11-13 | 1 | -13/+16 |
| | |||||
* | Fixed realpath cache for existent file with CWD_FILEPATH flag on win32 | Dmitry Stogov | 2007-10-23 | 1 | -3/+8 |
| | |||||
* | MFH: fix ws/cs & folding | Antony Dovgal | 2007-08-10 | 1 | -49/+78 |
| | |||||
* | Fixed bug #42027 is_file() / is_dir() matches file/dirnames with wildcard ↵ | Dmitry Stogov | 2007-07-24 | 1 | -0/+7 |
| | | | | char or trailing slash | ||||
* | Fixed rename() in ZTS to allow renaming of symbolic links; | Dmitry Stogov | 2007-07-23 | 1 | -2/+11 |
| | | | | | Consistent handling of trailing slash | ||||
* | Fixed symlink("", "somthing") and link("", "somthing") in ZTS mode | Dmitry Stogov | 2007-07-10 | 1 | -4/+27 |
| | |||||
* | Store existent file in realpath cache | Dmitry Stogov | 2007-07-03 | 1 | -0/+1 |
| | |||||
* | Fixed yet another realpath cache bug and wrong tests | Dmitry Stogov | 2007-06-18 | 1 | -1/+1 |
| | |||||
* | MFH: fix lstat() function resolving symlinks | Antony Dovgal | 2007-05-30 | 1 | -1/+1 |
| | |||||
* | Remove simple optimization here for now until we clean up this SAPI/TSRM | Rasmus Lerdorf | 2007-05-25 | 1 | -2/+1 |
| | | | | | mess. | ||||
* | Get rid of a stray time() syscall in tsrm and clean up lcg rinit | Rasmus Lerdorf | 2007-05-18 | 1 | -1/+2 |
| | |||||
* | typo | Dmitry Stogov | 2007-04-17 | 1 | -2/+2 |
| | |||||
* | WIN64 support | Dmitry Stogov | 2007-04-16 | 2 | -2/+10 |
| | |||||
* | Fixed bug #41063 (chdir doesn't like root paths). | Dmitry Stogov | 2007-04-12 | 1 | -0/+1 |
| | |||||
* | MFH: fix #39351 (relative include fails on Solaris) | Antony Dovgal | 2007-04-03 | 1 | -39/+59 |
| | |||||
* | fix for #33664 Console window appears when using exec() | Stanislav Malyshev | 2007-04-02 | 1 | -1/+1 |
| | |||||
* | MFH: fix shmop_open() with IPC_CREAT|IPC_EXCL flags on win32 | Antony Dovgal | 2007-03-20 | 1 | -3/+4 |
| |