summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_virtual_cwd.h
Commit message (Expand)AuthorAgeFilesLines
* - WSPierre Joye2010-09-131-4/+4
* - add php_sys_readlinkPierre Joye2010-09-101-0/+4
* - add lstat support for WindowsPierre Joye2010-09-011-5/+5
* - use TSRMLS_CC instead of TSRMLS_FETCH in virtual_file_exPierre Joye2010-08-301-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed ZTS buildFelipe Pena2009-12-081-3/+3
* add realpath cache inspect functionsStanislav Malyshev2009-12-081-0/+3
* - fix #49047, touch may fail on directoryPierre Joye2009-08-251-1/+6
* - MFH: #48771, rename() between drives error: No errorPierre Joye2009-07-061-1/+1
* - Windows ACL cache support, update existing tests and add a new onePierre Joye2009-06-161-0/+7
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - Added system independent realpath() implementation which caches intermediat...Dmitry Stogov2008-08-121-0/+1
* - 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