summaryrefslogtreecommitdiff
path: root/TSRM
Commit message (Expand)AuthorAgeFilesLines
* - Fixed leak on error in popen/exec (and related functions)Pierre Joye2009-08-301-0/+1
* - fix #44683, popen crashes when an invalid mode is passed (works on 2k8/vist...Pierre Joye2009-08-261-4/+23
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-318-8/+8
* Backout fix for spaces in both the program name and argument name, this will ...Scott MacVicar2008-06-061-2/+2
* MFH: Fix a bug when command is quoted and parameters are quoted during call t...Scott MacVicar2008-05-291-12/+12
* proper fixDmitry Stogov2008-05-201-3/+8
* Fixed win32 related realpath cache bugDmitry Stogov2008-05-191-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-318-8/+8
* Fixed Bug #43248 (backward compatibility break in realpath())Dmitry Stogov2007-11-131-13/+15
* 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
* 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
* Unfortunately, VC does not have snprintf, and sprintf_s supported only in vc2005Stanislav Malyshev2007-02-241-2/+2
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-2/+2
* Fixed bug #40560 (DIR functions do not work on root UNC path)Dmitry Stogov2007-02-211-3/+13
* On win32 directories in the middle of the patch may be unreadableDmitry Stogov2007-02-191-13/+10
* MFHAntony Dovgal2007-02-152-8/+7
* Fixed bug #40231 (file_exists incorrectly reports false)Dmitry Stogov2007-01-261-4/+12
* Fixed wrong realpath() result for unexistent files on win32Dmitry Stogov2007-01-231-0/+5
* Fixed bug #39367 (clearstatcache() doesn't clear realpath cache)Dmitry Stogov2007-01-222-12/+40
* CSIlia Alshanetsky2007-01-201-9/+10
* MFHAntony Dovgal2007-01-191-4/+4
* MFH: free temp cwd_state struct on errorAntony Dovgal2007-01-161-0/+16
* MFH: Bump year.Sebastian Bergmann2007-01-018-8/+8
* Removed dependency from SHELL32.DLLDmitry Stogov2006-12-212-7/+10
* Added commentsDmitry Stogov2006-11-141-3/+6
* Use symbolic namesDmitry Stogov2006-11-132-20/+24
* Fixed wrong realpath() result in case of unexistent pathDmitry Stogov2006-11-101-7/+10
* Fixed wrong realpath() result in case of unexistent pathDmitry Stogov2006-11-101-1/+1
* stat() is reimplemented using using GetFileAttributesEx().Dmitry Stogov2006-11-102-4/+92
* VCWD_REALPATH() is improved to use realpath cache without VIRTUAL_DIRDmitry Stogov2006-11-102-27/+28
* opendir() is reimplemented using GetFistFile/GetNextFile those are faster the...Dmitry Stogov2006-11-101-5/+8
* MFH: fix #39060 (virtual_file_ex() is broken on *BSD)Antony Dovgal2006-10-061-1/+1
* Fixed bug #38989 (Absolute path with slash at beginning doesn't work on win)Dmitry Stogov2006-10-051-4/+11
* MFHAntony Dovgal2006-10-042-2/+2
* Added handling for virtual_file_ex() failures.Ilia Alshanetsky2006-09-281-13/+39
* Fixed bug #38579 (include_once() may include the same file twice)Dmitry Stogov2006-09-201-132/+87