summaryrefslogtreecommitdiff
path: root/TSRM
Commit message (Expand)AuthorAgeFilesLines
...
* - split atime and mtimePierre Joye2009-08-241-3/+2
* - revert fix for #43327, it breaks system&co functionsPierre Joye2009-08-201-1/+6
* - fixed #43327, wrong return value from mail(), if sendmail_path is wrongPierre Joye2009-08-191-5/+1
* - MFH: Fixed compiler warningFelipe Pena2009-07-071-1/+1
* - MFH: #48771, rename() between drives error: No errorPierre Joye2009-07-062-2/+2
* - 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 por...Dmitry Stogov2008-08-151-15/+92
* Fixed realpath cache bugDmitry Stogov2008-08-151-6/+9
* - Added system independent realpath() implementation which caches intermediat...Dmitry Stogov2008-08-122-256/+316
* 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
* 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
* 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 cha...Dmitry Stogov2007-07-241-0/+7
* Fixed rename() in ZTS to allow renaming of symbolic links;Dmitry Stogov2007-07-231-2/+11
* 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
* 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