History log of /PHP-5.4/TSRM/tsrm_virtual_cwd.c (Results 201 – 212 of 212)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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