| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - split atime and mtime | Pierre Joye | 2009-08-24 | 1 | -3/+2 |
* | - revert fix for #43327, it breaks system&co functions | Pierre Joye | 2009-08-20 | 1 | -1/+6 |
* | - fixed #43327, wrong return value from mail(), if sendmail_path is wrong | Pierre Joye | 2009-08-19 | 1 | -5/+1 |
* | - MFH: Fixed compiler warning | Felipe Pena | 2009-07-07 | 1 | -1/+1 |
* | - MFH: #48771, rename() between drives error: No error | Pierre Joye | 2009-07-06 | 2 | -2/+2 |
* | - 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 por... | Dmitry Stogov | 2008-08-15 | 1 | -15/+92 |
* | Fixed realpath cache bug | Dmitry Stogov | 2008-08-15 | 1 | -6/+9 |
* | - Added system independent realpath() implementation which caches intermediat... | Dmitry Stogov | 2008-08-12 | 2 | -256/+316 |
* | 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 |
* | 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 |
* | 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 cha... | Dmitry Stogov | 2007-07-24 | 1 | -0/+7 |
* | Fixed rename() in ZTS to allow renaming of symbolic links; | Dmitry Stogov | 2007-07-23 | 1 | -2/+11 |
* | 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 |
* | 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 |