summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_virtual_cwd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add BeOS thread support to TSRM. This should not impact on any other OS'sDavid Reid2002-10-051-1/+5
* Add VCWD_ACCESSSascha Schumann2002-10-041-0/+18
* Changes to build TSRM on NetWareVenkat Raghavan S2002-05-291-35/+124
* fixed directory access problem when direcory name is encoded in japanese Shif...Rui Hirokawa2002-04-251-1/+2
* fixed problem when multibyte character is included in file path on Windows. I...Rui Hirokawa2002-04-211-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