summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_virtual_cwd.h
Commit message (Expand)AuthorAgeFilesLines
* - Fix for bug #44870: rename() on directory deletes same named file. (Patch byDerick Rethans2008-05-021-1/+1
* Fixed bug #44805 (rename() function is not portable to Windows). (Pierre)Dmitry Stogov2008-04-241-2/+8
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-6/+8
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #39367 (clearstatcache() doesn't clear realpath cache)Dmitry Stogov2007-01-221-0/+3
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Added commentsDmitry Stogov2006-11-141-3/+6
* Use symbolic namesDmitry Stogov2006-11-131-0/+4
* stat() is reimplemented using using GetFileAttributesEx().Dmitry Stogov2006-11-101-1/+7
* VCWD_REALPATH() is improved to use realpath cache without VIRTUAL_DIRDmitry Stogov2006-11-101-13/+3
* MFHAntony Dovgal2006-10-041-1/+1
* Fixed VIRTUAL_DIR inconsistencyDmitry Stogov2006-09-041-0/+6
* MFH: - Fixed bug #36909 (ld: Undefined symbols: _lchown)foobar2006-04-101-0/+4
* - Added lchown() and lchgrp() to change user/group ownership of symlinks.Derick Rethans2006-03-051-2/+4
* MFH: move function definition from .h to .c, where it should beAntony Dovgal2006-02-081-16/+1
* Fixed bug #36016 (realpath cache memleaks)Dmitry Stogov2006-01-161-5/+0
* bump year and license versionfoobar2006-01-011-3/+3
* Bump up yearfoobar2005-08-031-1/+1
* Reverting the DEFAULT_SLASH to / as it breaks the FreeBSD derived function of...Anantha Kesari H Y2005-07-071-1/+1
* COPY_WHEN_ABSOLUTE is not needed for NetWare.Anantha Kesari H Y2005-07-071-2/+0
* NetWare LibC has lstat implementationAnantha Kesari H Y2005-02-211-2/+2
* removed redundant CLIB_STAT_PATCH checks. defined the IS_ABSOLUTE_PATH macros...Anantha Kesari H Y2004-10-081-6/+3
* - Apply realpath() cache patch. We don't use it if we're in safe_mode andAndi Gutmans2004-10-051-0/+24
* - 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