summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_virtual_cwd.h
Commit message (Expand)AuthorAgeFilesLines
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* Revert patch r1.40, bug is in glob() not IS_ABSOLUTE_PATH()Ilia Alshanetsky2003-09-201-1/+1
* Fixed bug #25583 (Incorrect handling of absolute path without drive).Ilia Alshanetsky2003-09-201-1/+1
* Fixed bug #21958 (workaround for unusual realpath() on AIX & Tru64).Ilia Alshanetsky2003-08-071-0/+27
* Restore HEAD of TSRM to what it was two days ago.Sebastian Bergmann2003-06-251-10/+26
* bring head into sync with the php4 branchJames Cox2003-06-231-26/+10
* updating license information in the headers.James Cox2003-06-101-3/+3
* VCWD_LSTAT is not available on win32/netwarefoobar2003-02-201-2/+0
* is_executable() now available on win32Shane Caraveo2003-02-091-2/+18
* NetWare related changes/modifications.Anantha Kesari H Y2003-01-021-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - Add comment in macro and remove some now unneeded codeAndi Gutmans2002-12-201-3/+2
* Make IS_ABSOLUTE_PATH use the IS_UNC_PATH macro rather then duplicate theIlia Alshanetsky2002-12-201-2/+2
* Netware related changes/modifications.Anantha Kesari H Y2002-12-191-0/+1
* On Win32 make PHP treat UNC paths as absolute paths, this should solve bugsIlia Alshanetsky2002-12-111-1/+1
* Revert of previous patch ad requested by Andi.Ilia Alshanetsky2002-11-151-1/+1
* Fix bug 19689, solution suggested by dmitry@koteroff.ru.Ilia Alshanetsky2002-11-141-1/+1
* Instead of checking whether realpath exists based on OS. Use theIlia Alshanetsky2002-11-061-1/+1
* Added 4th argument to virtual_file_ex() that specifies whether or notIlia Alshanetsky2002-11-051-1/+1
* Revert virtual_link() patch.Ilia Alshanetsky2002-11-041-2/+1
* - Clean up mess made by netware guys. There's no reason not to abstractAndi Gutmans2002-11-041-2/+6
* Fixed symlink/link functions on ZTS builds.Ilia Alshanetsky2002-10-211-1/+2
* Add VCWD_ACCESSSascha Schumann2002-10-041-0/+7
* Changes to build TSRM on NetWareVenkat Raghavan S2002-05-291-6/+23
* fixed directory access problem when direcory name is encoded in japanese Shif...Rui Hirokawa2002-04-251-0/+3
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - RISC OS patches by Alex WaughAndi Gutmans2001-11-031-1/+7
* Nukre most TSRMLS_FETCH()'s in TSRMZeev Suraski2001-08-051-48/+57
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-11/+1
* Add a useful #defineZeev Suraski2001-07-161-0/+2
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-40/+40
* support unc style pathsDaniel Beulshausen2001-03-231-0/+2
* - Thanks to "Daniel Beulshausen" <daniel@php4win.de>Andi Gutmans2000-11-221-0/+1
* sizeof(size_t) != sizeof(int) on 64-bit platforms.Sascha Schumann2000-11-061-1/+1
* mode_t should be an unsigned_intZeev Suraski2000-10-311-1/+1
* - Add V_RENAME() by "Daniel Beulshausen" <daniel@php4win.de>.Andi Gutmans2000-10-261-0/+3
* - Move #define to .h fileAndi Gutmans2000-10-031-1/+8
* - Centralize some configuration stuffAndi Gutmans2000-09-061-9/+1
* - Added macrosAndi Gutmans2000-09-041-7/+63
* - More TSRM workAndi Gutmans2000-09-031-0/+6
* - Make TSRM work on Windows.Andi Gutmans2000-09-031-4/+6
* - Move virtual cwd to TSRM.Andi Gutmans2000-09-031-0/+145