Hello,

On 10/4/06, Edin Kadribasic <[EMAIL PROTECTED]> wrote:
Hi all,

We need to fix http://bugs.php.net/bug.php?id=38989 before the release.
Some change has broken path handling on windows recently.

tsrm_virtual_cwd.c 1.74.2.9.2.3 is the last working version
(http://cvs.php.net/viewvc.cgi/TSRM/tsrm_virtual_cwd.c?revision=1.74.2.9.2.3&view=markup&pathrev=PHP_5_2)

There is a *lot* of changes, but as far as I can see, IS_ABSOLUTE_PATH
is broken.  It is used in expand_filepath, for example:

"\\tmp\\test.txt" returns:
before: C:\tmp\test.txt
after:    C:\phpbuilds\php_5_2\tmp\test.txt

--Pierre

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to