| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Unfortunately, VC does not have snprintf, and sprintf_s supported only in vc2005 | Stanislav Malyshev | 2007-02-24 | 1 | -2/+2 |
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -2/+2 |
* | Fixed bug #40560 (DIR functions do not work on root UNC path) | Dmitry Stogov | 2007-02-21 | 1 | -3/+13 |
* | On win32 directories in the middle of the patch may be unreadable | Dmitry Stogov | 2007-02-19 | 1 | -13/+10 |
* | MFH | Antony Dovgal | 2007-02-15 | 2 | -8/+7 |
* | Fixed bug #40231 (file_exists incorrectly reports false) | Dmitry Stogov | 2007-01-26 | 1 | -4/+12 |
* | Fixed wrong realpath() result for unexistent files on win32 | Dmitry Stogov | 2007-01-23 | 1 | -0/+5 |
* | Fixed bug #39367 (clearstatcache() doesn't clear realpath cache) | Dmitry Stogov | 2007-01-22 | 2 | -12/+40 |
* | CS | Ilia Alshanetsky | 2007-01-20 | 1 | -9/+10 |
* | MFH | Antony Dovgal | 2007-01-19 | 1 | -4/+4 |
* | MFH: free temp cwd_state struct on error | Antony Dovgal | 2007-01-16 | 1 | -0/+16 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 8 | -8/+8 |