summaryrefslogtreecommitdiff
path: root/TSRM
Commit message (Collapse)AuthorAgeFilesLines
* - WSPierre Joye2009-06-261-2/+2
|
* - fix build when IO_REPARSE_TAG_SYMLINK is not defined (works with 2k+)Pierre Joye2009-06-161-0/+3
|
* - #47767, include_once does not resolve windows symlinks or junctionsPierre Joye2009-06-161-10/+133
|
* - Windows ACL cache support, update existing tests and add a new onePierre Joye2009-06-163-12/+92
|
* - #48535, file_exists returns false when impersonate is usedPierre Joye2009-06-151-19/+17
|
* - missing includePierre Joye2009-06-091-1/+1
|
* #41874, separate STDOUT and STDERR in exec functionsPierre Joye2009-06-091-2/+7
|
* Fix buildHannes Magnusson2009-05-191-1/+1
|
* - close manually the impersonation tokenPierre Joye2009-05-181-0/+4
|
* - #44859, fixed support for windows ACL, drop win9x codePierre Joye2009-05-172-11/+75
|
* - WSPierre Joye2009-05-151-1/+1
|
* - nuke unused varPierre Joye2009-04-041-1/+0
|
* Fixed realpath() behavior to support "c:dir" as "c:\dir", and "\dir" on UNC CWDDmitry Stogov2009-01-211-2/+32
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-318-8/+8
|
* - MFH: Fixed macro redefinition warningFelipe Pena2008-11-131-0/+1
|
* - MFH: #45985, touch on opened file raises a warningPierre Joye2008-09-041-3/+8
|
* Fixed support for short windows file namesDmitry Stogov2008-08-191-3/+5
|
* Fixed bug #45835 (include and symlinks)Dmitry Stogov2008-08-181-0/+6
|
* Fixed arguments orderDmitry Stogov2008-08-181-1/+1
|
* - [DOC] make stat, touch, filemtime, filemsize and related functions more ↵Dmitry Stogov2008-08-151-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 bugDmitry Stogov2008-08-151-6/+9
|
* - Added system independent realpath() implementation which caches ↵Dmitry Stogov2008-08-122-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 warningsStanislav Malyshev2008-07-302-2/+2
|
* MFH: Fix bug when command is quoted and parameters are quoted during call to ↵Scott MacVicar2008-05-291-12/+12
| | | | exec, the result is that cmd.exe /c strips the first and last quote.
* proper fixDmitry Stogov2008-05-201-3/+8
|
* Fixed win32 related realpath cache bugDmitry Stogov2008-05-191-1/+1
|
* - Fix for bug #44870: rename() on directory deletes same named file. (Patch byDerick Rethans2008-05-021-1/+1
| | | | | Pierre)
* Fixed bug #44805 (rename() function is not portable to Windows). (Pierre)Dmitry Stogov2008-04-242-3/+15
|
* MFH: fix TSRM mutex return value inconsitencies (patch by Scott MacVicar)Antony Dovgal2008-02-071-8/+22
|
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-302-8/+12
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-318-8/+8
|
* Fixed definitionsDmitry Stogov2007-11-231-2/+2
|
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-222-4/+13
|
* Fixed bug #43248 (backward compatibility break in realpath())Dmitry Stogov2007-11-131-13/+16
|
* Fixed realpath cache for existent file with CWD_FILEPATH flag on win32Dmitry Stogov2007-10-231-3/+8
|
* MFH: fix ws/cs & foldingAntony Dovgal2007-08-101-49/+78
|
* Fixed bug #42027 is_file() / is_dir() matches file/dirnames with wildcard ↵Dmitry Stogov2007-07-241-0/+7
| | | | char or trailing slash
* Fixed rename() in ZTS to allow renaming of symbolic links;Dmitry Stogov2007-07-231-2/+11
| | | | | Consistent handling of trailing slash
* Fixed symlink("", "somthing") and link("", "somthing") in ZTS modeDmitry Stogov2007-07-101-4/+27
|
* Store existent file in realpath cacheDmitry Stogov2007-07-031-0/+1
|
* Fixed yet another realpath cache bug and wrong testsDmitry Stogov2007-06-181-1/+1
|
* MFH: fix lstat() function resolving symlinksAntony Dovgal2007-05-301-1/+1
|
* Remove simple optimization here for now until we clean up this SAPI/TSRMRasmus Lerdorf2007-05-251-2/+1
| | | | | mess.
* Get rid of a stray time() syscall in tsrm and clean up lcg rinitRasmus Lerdorf2007-05-181-1/+2
|
* typoDmitry Stogov2007-04-171-2/+2
|
* WIN64 supportDmitry Stogov2007-04-162-2/+10
|
* Fixed bug #41063 (chdir doesn't like root paths).Dmitry Stogov2007-04-121-0/+1
|
* MFH: fix #39351 (relative include fails on Solaris)Antony Dovgal2007-04-031-39/+59
|
* fix for #33664 Console window appears when using exec()Stanislav Malyshev2007-04-021-1/+1
|
* MFH: fix shmop_open() with IPC_CREAT|IPC_EXCL flags on win32Antony Dovgal2007-03-201-3/+4
|