]> granicus.if.org Git - php/commit
MFH:
authorArnaud Le Blanc <lbarnaud@php.net>
Sun, 10 Aug 2008 11:54:41 +0000 (11:54 +0000)
committerArnaud Le Blanc <lbarnaud@php.net>
Sun, 10 Aug 2008 11:54:41 +0000 (11:54 +0000)
commitf1917e104be48ce898fd3e5c42e29fe1cf49de63
tree580b491950df553e85053c0cdaea212c061fa76e
parent5c7e2072c6381deaee393317554f85e45cd7bcd1
MFH:
Do not expand $target in symlink(). This made it impossible to symlink to a
symlink. This also caused the target to be wrongly expanded relatively to
the CWD when target was not an absolute path.
ext/standard/link.c
ext/standard/tests/file/symlink_to_symlink.phpt [new file with mode: 0644]