summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_virtual_cwd.c
Commit message (Expand)AuthorAgeFilesLines
* fixed directory access problem when direcory name is encoded in japanese Shif...Rui Hirokawa2002-04-251-1/+2
* fixed access problem when japanese Shift_JIS character is used as directory n...Rui Hirokawa2002-04-231-1/+2
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Fix bug 13143Zeev Suraski2001-11-171-1/+1
* Nukre most TSRMLS_FETCH()'s in TSRMZeev Suraski2001-08-051-45/+25
* another build fix, a simple UNIX build now compiles cleanZeev Suraski2001-07-281-2/+0
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-19/+21
* Fix buildSascha Schumann2001-07-281-2/+0
* - 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