History log of /PHP-5.5/TSRM/tsrm_virtual_cwd.c (Results 201 – 224 of 224)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# faa12fa0 28-Jul-2001 Zeev Suraski

another build fix, a simple UNIX build now compiles clean


# 633a1c30 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


# 6be787a9 28-Jul-2001 Sascha Schumann

Fix build


# 736b4ae4 27-Jul-2001 Zeev Suraski

- Prepare for optimization - use a single fetch for multiple resources
- Clean a bit


Revision tags: PRE_TSRM_MERGE_PATCH
# 44e75b6c 27-Jun-2001 Zeev Suraski

Fix UNC path handling


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1
# a8f87e6c 05-May-2001 Zeev Suraski

Layout fix


# 70b6c55c 05-May-2001 Zeev Suraski

Fix missing statement


# cbb777f1 03-May-2001 Zeev Suraski

Fix chdir() under Windows 9x/ME


Revision tags: php-4.0.5
# a2dbc5ba 27-Apr-2001 Andi Gutmans

- Fix some ws to be like the rest of TSRM


# 1b279d34 27-Apr-2001 Daniel Beulshausen

get rid of MS's _popen/_pclose


Revision tags: php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3
# 8889397b 23-Mar-2001 Daniel Beulshausen

support unc style paths


Revision tags: php-4.0.5RC2, php-4.0.5RC1
# 8769a693 21-Jan-2001 Andi Gutmans

- BeOS apparently doesn't have realpath(). Improve the previously
commited patch.


# 83cf6629 21-Jan-2001 Rasmus Lerdorf

@BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus
BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# afccae85 22-Nov-2000 Andi Gutmans

- Thanks to "Daniel Beulshausen" <daniel@php4win.de>


# c5e776ec 06-Nov-2000 Sascha Schumann

sizeof(size_t) != sizeof(int) on 64-bit platforms.

This also makes the API more consistent.


# fd7284a6 26-Oct-2000 Andi Gutmans

- Add V_RENAME() by "Daniel Beulshausen" <daniel@php4win.de>.
- It is untested and all places which use rename() in PHP should now use
- V_RENAME().


Revision tags: php-4.0.3, php-4.0.3RC2
# 94bea290 03-Oct-2000 Andi Gutmans

- Move #define to .h file


# 3dab8400 03-Oct-2000 Andi Gutmans

- Fix V_CHDIR_FILE()


Revision tags: php-4.0.3RC1
# fe434a05 07-Sep-2000 Andi Gutmans

- Fix crash bug on NetBSD and OpenBSD. MAXPATHLEN didn't get defined
correctly and caused a stack overrun. This was *hard* to debug.


# b8a95da2 06-Sep-2000 Andi Gutmans

- Centralize some configuration stuff
- Use inline in my strtok_r implementation


# 07cfd575 04-Sep-2000 Andi Gutmans

- Added macros


# 1109b9ab 03-Sep-2000 Andi Gutmans

- More TSRM work


# 03432bf6 03-Sep-2000 Andi Gutmans

- Make TSRM work on Windows.


# daf926cf 03-Sep-2000 Andi Gutmans

- Move virtual cwd to TSRM.
In the least this still doesn't work on Windows.


123456789