History log of /PHP-5.5/TSRM/tsrm_virtual_cwd.c (Results 151 – 175 of 224)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# b711486f 03-Aug-2005 foobar

Bump up year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0
# 95880365 07-Jul-2005 Anantha Kesari H Y

gwtcwd of NetWare LibC gives a cwd with a volume information.
So using getcwdpath which gives with volume information.
getcwdpath gives with directory seperator as \ which is against our DEFA

gwtcwd of NetWare LibC gives a cwd with a volume information.
So using getcwdpath which gives with volume information.
getcwdpath gives with directory seperator as \ which is against our DEFAULT_SLASH of /. So finding and replacing \ with /

-- Kamesh

show more ...


Revision tags: php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# 86994c33 27-Feb-2005 Rasmus Lerdorf

Add a comment to remind me to have a look at this at some point.


# 3b4d4820 21-Feb-2005 Anantha Kesari H Y

NetWare LibC has a lstat implementation


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# f8787a67 15-Jan-2005 Stefan Esser

finally use what we calculated


# 0854cad7 08-Jan-2005 Dmitry Stogov

Unnecesary check was removed


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2
# 1a319ae1 02-Dec-2004 Stefan Esser

Fixed: virtual_popen in ZTS mode


# b08147d4 02-Dec-2004 Stefan Esser

Partly reverted because of problems with some realpath() implementations


# 6076a4a6 01-Dec-2004 Stefan Esser

Fixed behaviour of TSRM in case of realpath() failure


Revision tags: php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH
# a980f7ba 08-Oct-2004 Anantha Kesari H Y

removed redundant NEW_LIBC checks and added the code to recognize the file naming convention in NetWare(supports Windows based drive names like sys: data: and unix like / (sys: being root)


# 1594170f 06-Oct-2004 Ilia Alshanetsky

Fixed compiler warning.


# 216853c0 05-Oct-2004 Andi Gutmans

- Apply realpath() cache patch. We don't use it if we're in safe_mode and
- friends (which are quite slow anyway).
- If it proves to be stable I'll remove the #ifdef's in a few weeks.


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1
# f677b603 09-Mar-2004 Ilia Alshanetsky

Fixed define.


# d1963093 09-Mar-2004 Ilia Alshanetsky

Fixed bug #27338 (memory leak inside tsrm_virtual_cwd.c on win32).


Revision tags: RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


# f936f298 22-Dec-2003 Wez Furlong

It seems that making the NewAPIs.h header globally visible causes
problems when compiling the com_dotnet extension, so I'm moving
it to be visible only to the VCWD code.
Thanks Frank :-)


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# c9764560 05-Dec-2003 Wez Furlong

fix uninitialized variable


# ef9dfc00 05-Dec-2003 Sebastian Bergmann

Fix for the problem I posted to internals@.


# 9a1ddeae 04-Dec-2003 Wez Furlong

Fix Andi's GetLongPathName code so that virtual_file_ex doesn't
fail if the file does not exist.


# 5620f21d 02-Dec-2003 Andi Gutmans

- Uncomment my code which improves Windows behavior of TSRM file paths.
- This will now not work on Windows 95 anymore.


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1
# db38966a 30-Oct-2003 Andi Gutmans

- Don't fix include_once() case sensitivity problem for beta 2.
- I suggest discussing to stop supporting win95 and NT 4 in our binary
- distributions and change the code to #ifdef.


# 78cb1bfe 29-Oct-2003 Andi Gutmans

- This should work.


# 14288507 29-Oct-2003 Andi Gutmans

- Allow for case-insensitivity of include_once()/require_once() on
- Windows


Revision tags: php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1
# 60ffd0ea 25-Jun-2003 Sebastian Bergmann

Restore HEAD of TSRM to what it was two days ago.


# 76f85107 23-Jun-2003 James Cox

bring head into sync with the php4 branch


123456789