summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_virtual_cwd.c
Commit message (Expand)AuthorAgeFilesLines
* - Prepare for optimization - use a single fetch for multiple resourcesZeev Suraski2001-07-271-5/+5
* Fix UNC path handlingZeev Suraski2001-06-271-2/+2
* Layout fixZeev Suraski2001-05-051-1/+2
* Fix missing statementZeev Suraski2001-05-051-0/+2
* Fix chdir() under Windows 9x/MEZeev Suraski2001-05-031-4/+8
* - Fix some ws to be like the rest of TSRMAndi Gutmans2001-04-271-2/+2
* get rid of MS's _popen/_pcloseDaniel Beulshausen2001-04-271-5/+3
* support unc style pathsDaniel Beulshausen2001-03-231-0/+3
* - BeOS apparently doesn't have realpath(). Improve the previouslyAndi Gutmans2001-01-211-5/+1
* @BeOS patch from svanegmond@bang.dhs.org modified somewhat by RasmusRasmus Lerdorf2001-01-211-0/+4
* - Thanks to "Daniel Beulshausen" <daniel@php4win.de>Andi Gutmans2000-11-221-3/+9
* sizeof(size_t) != sizeof(int) on 64-bit platforms.Sascha Schumann2000-11-061-1/+1
* - Add V_RENAME() by "Daniel Beulshausen" <daniel@php4win.de>.Andi Gutmans2000-10-261-0/+22
* - Move #define to .h fileAndi Gutmans2000-10-031-8/+0
* - Fix V_CHDIR_FILE()Andi Gutmans2000-10-031-1/+3
* - Fix crash bug on NetBSD and OpenBSD. MAXPATHLEN didn't get definedAndi Gutmans2000-09-071-6/+0
* - Centralize some configuration stuffAndi Gutmans2000-09-061-12/+2
* - Added macrosAndi Gutmans2000-09-041-1/+0
* - More TSRM workAndi Gutmans2000-09-031-6/+1
* - Make TSRM work on Windows.Andi Gutmans2000-09-031-10/+25
* - Move virtual cwd to TSRM.Andi Gutmans2000-09-031-0/+772