| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fixed compiler warning | Felipe Pena | 2009-07-07 | 1 | -1/+1 |
* | - #48771, rename() between drives error: No error | Pierre Joye | 2009-07-06 | 2 | -2/+2 |
* | - MF53: | Pierre Joye | 2009-06-26 | 3 | -37/+241 |
* | - #41874, separate STDOUT and STDERR in exec functions | Pierre Joye | 2009-06-09 | 1 | -1/+8 |
* | Fix build | Hannes Magnusson | 2009-05-19 | 1 | -1/+1 |
* | - MFB: close manually the impersonation token | Pierre Joye | 2009-05-18 | 1 | -0/+4 |
* | - MFB: #44859, fixed support for windows ACL, drop win9x code | Pierre Joye | 2009-05-17 | 2 | -11/+75 |
* | - nuke unused var | Pierre Joye | 2009-04-04 | 1 | -1/+0 |
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 6 | -6/+6 |
* | Fixed realpath() behavior to support "c:dir" as "c:\dir", and "\dir" on UNC CWD | Dmitry Stogov | 2009-01-21 | 1 | -2/+32 |
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 8 | -8/+8 |
* | - Fixed macro redefinition warning | Felipe Pena | 2008-11-13 | 1 | -0/+1 |
* | - #45985, touch on opened file raises a warning | Pierre Joye | 2008-09-04 | 1 | -2/+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 argumets 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/+315 |
* | fix warnings | Stanislav Malyshev | 2008-07-30 | 2 | -3/+2 |
* | Fix bug when command is quoted and parameters are quoted during call to exec,... | 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 |
* | - More coffee required... | Derick Rethans | 2008-05-02 | 1 | -2/+2 |
* | - MF53: fix for bug #44870: rename() on directory deletes same named file. | Derick Rethans | 2008-05-02 | 1 | -1/+1 |
* | The SDK 6.1 adds some new networking functions that cause build errors, pick ... | Scott MacVicar | 2008-04-28 | 1 | -3/+2 |
* | Fixed bug #44805 (rename() function is not portable to Windows). (Pierre) | Dmitry Stogov | 2008-04-24 | 2 | -3/+15 |
* | Fix compiler warnings with redefinition of _WIN32_WINNT | Scott MacVicar | 2008-04-22 | 1 | -0/+2 |
* | sync with 5_3 | Antony Dovgal | 2008-03-21 | 1 | -1/+1 |
* | fix TSRM mutex return value inconsitencies (patch by Scott MacVicar) | Antony Dovgal | 2008-02-07 | 1 | -8/+22 |
* | Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno) | Dmitry Stogov | 2008-01-30 | 2 | -8/+12 |
* | 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 |
* | 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 |
* | fix lstat() function resolving symlinks | Antony Dovgal | 2007-05-30 | 1 | -1/+1 |
* | MFB | Ilia Alshanetsky | 2007-05-28 | 1 | -9/+10 |
* | MFB syscall optimizations | Rasmus Lerdorf | 2007-05-18 | 1 | -1/+1 |
* | 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 |
* | 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 |