summaryrefslogtreecommitdiff
path: root/TSRM
Commit message (Expand)AuthorAgeFilesLines
* - Fixed compiler warningFelipe Pena2009-07-071-1/+1
* - #48771, rename() between drives error: No errorPierre Joye2009-07-062-2/+2
* - MF53:Pierre Joye2009-06-263-37/+241
* - #41874, separate STDOUT and STDERR in exec functionsPierre Joye2009-06-091-1/+8
* Fix buildHannes Magnusson2009-05-191-1/+1
* - MFB: close manually the impersonation tokenPierre Joye2009-05-181-0/+4
* - MFB: #44859, fixed support for windows ACL, drop win9x codePierre Joye2009-05-172-11/+75
* - nuke unused varPierre Joye2009-04-041-1/+0
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-106-6/+6
* Fixed realpath() behavior to support "c:dir" as "c:\dir", and "\dir" on UNC CWDDmitry Stogov2009-01-211-2/+32
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-318-8/+8
* - Fixed macro redefinition warningFelipe Pena2008-11-131-0/+1
* - #45985, touch on opened file raises a warningPierre Joye2008-09-041-2/+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 argumets 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/+315
* fix warningsStanislav Malyshev2008-07-302-3/+2
* Fix bug when command is quoted and parameters are quoted during call to exec,...Scott MacVicar2008-05-291-12/+12
* proper fixDmitry Stogov2008-05-201-3/+8
* Fixed win32 related realpath cache bugDmitry Stogov2008-05-191-1/+1
* - More coffee required...Derick Rethans2008-05-021-2/+2
* - MF53: fix for bug #44870: rename() on directory deletes same named file.Derick Rethans2008-05-021-1/+1
* The SDK 6.1 adds some new networking functions that cause build errors, pick ...Scott MacVicar2008-04-281-3/+2
* Fixed bug #44805 (rename() function is not portable to Windows). (Pierre)Dmitry Stogov2008-04-242-3/+15
* Fix compiler warnings with redefinition of _WIN32_WINNTScott MacVicar2008-04-221-0/+2
* sync with 5_3Antony Dovgal2008-03-211-1/+1
* fix TSRM mutex return value inconsitencies (patch by Scott MacVicar)Antony Dovgal2008-02-071-8/+22
* Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-302-8/+12
* 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
* 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
* fix lstat() function resolving symlinksAntony Dovgal2007-05-301-1/+1
* MFBIlia Alshanetsky2007-05-281-9/+10
* MFB syscall optimizationsRasmus Lerdorf2007-05-181-1/+1
* 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
* 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