summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_virtual_cwd.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: move function definition from .h to .c, where it should beAntony Dovgal2006-02-081-0/+20
* init variablesAntony Dovgal2006-02-061-2/+2
* Fixed bug #36016 (realpath cache memleaks)Dmitry Stogov2006-01-161-2/+1
* Fixed bug #36016 (realpath cache memleaks)Dmitry Stogov2006-01-161-17/+6
* bump year and license versionfoobar2006-01-011-3/+3
* MFH:fix mkdir() function properly (patch by nlopess)foobar2005-12-231-2/+3
* MFH: Back out a portion of the previous patch which broke win32 file functionsEdin Kadribasic2005-12-221-1/+1
* Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any stringIlia Alshanetsky2005-12-201-3/+6
* Bump up yearfoobar2005-08-031-1/+1
* gwtcwd of NetWare LibC gives a cwd with a volume information.Anantha Kesari H Y2005-07-071-0/+17
* Add a comment to remind me to have a look at this at some point.Rasmus Lerdorf2005-02-271-1/+1
* NetWare LibC has a lstat implementationAnantha Kesari H Y2005-02-211-1/+1
* finally use what we calculatedStefan Esser2005-01-151-1/+1
* Unnecesary check was removedDmitry Stogov2005-01-081-1/+1
* Fixed: virtual_popen in ZTS modeStefan Esser2004-12-021-4/+28
* Partly reverted because of problems with some realpath() implementationsStefan Esser2004-12-021-2/+4
* Fixed behaviour of TSRM in case of realpath() failureStefan Esser2004-12-011-7/+22
* removed redundant NEW_LIBC checks and added the code to recognize the file na...Anantha Kesari H Y2004-10-081-35/+13
* Fixed compiler warning.Ilia Alshanetsky2004-10-061-0/+1
* - Apply realpath() cache patch. We don't use it if we're in safe_mode andAndi Gutmans2004-10-051-17/+139
* Fixed define.Ilia Alshanetsky2004-03-091-0/+1
* Fixed bug #27338 (memory leak inside tsrm_virtual_cwd.c on win32).Ilia Alshanetsky2004-03-091-2/+7
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* It seems that making the NewAPIs.h header globally visible causesWez Furlong2003-12-221-0/+5
* fix uninitialized variableWez Furlong2003-12-051-1/+1
* Fix for the problem I posted to internals@.Sebastian Bergmann2003-12-051-3/+0
* Fix Andi's GetLongPathName code so that virtual_file_ex doesn'tWez Furlong2003-12-041-4/+7
* - Uncomment my code which improves Windows behavior of TSRM file paths.Andi Gutmans2003-12-021-1/+1
* - Don't fix include_once() case sensitivity problem for beta 2.Andi Gutmans2003-10-301-1/+1
* - This should work.Andi Gutmans2003-10-291-3/+8
* - Allow for case-insensitivity of include_once()/require_once() onAndi Gutmans2003-10-291-0/+18
* Restore HEAD of TSRM to what it was two days ago.Sebastian Bergmann2003-06-251-16/+19
* bring head into sync with the php4 branchJames Cox2003-06-231-19/+16
* updating license information in the headers.James Cox2003-06-101-3/+3
* cleanup macrosSascha Schumann2003-06-041-3/+3
* Fix for Bug #21310, based on a patch by jflemer@php.net.Wez Furlong2003-03-171-42/+51
* is_executable() now available on win32Shane Caraveo2003-02-091-2/+4
* Fix leaksZeev Suraski2003-01-071-5/+9
* NetWare related changes/modifications.Anantha Kesari H Y2003-01-021-3/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - Add comment in macro and remove some now unneeded codeAndi Gutmans2002-12-201-3/+0
* 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-22/+22
* Revert virtual_link() patch.Ilia Alshanetsky2002-11-041-29/+12
* - Clean up mess made by netware guys. There's no reason not to abstractAndi Gutmans2002-11-041-15/+0
* Fix bug #20235.Ilia Alshanetsky2002-11-041-7/+4
* windows is smart enough to provide a way to set cwd for new processes.Shane Caraveo2002-10-291-25/+1
* Fixed a bug noticed by Jon Parise.Ilia Alshanetsky2002-10-221-2/+2
* Fixed compile warnings.Ilia Alshanetsky2002-10-221-8/+4
* Fixed symlink/link functions on ZTS builds.Ilia Alshanetsky2002-10-211-2/+26