]> granicus.if.org Git - php/commit
Create and expose php_sys_symlink() and php_sys_link()
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 2 Aug 2018 12:08:30 +0000 (14:08 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 2 Aug 2018 12:08:30 +0000 (14:08 +0200)
commitc9861bd7a974ef1555395b879c1035a0bbc12ef1
tree489ab7d3c4be7e448c65432c8d2863af8c7ccde7
parent1fe59810fe21bff3aaa21eaaa6027fecf3eba2f5
Create and expose php_sys_symlink() and php_sys_link()

These macros are supposed to behave like POSIX's symlink() and link(),
respectively, on POSIX compliant systems and on Windows.

Future scope: merge link.c and link_win32.c
UPGRADING.INTERNALS
Zend/zend_virtual_cwd.h
ext/standard/link.c
ext/standard/link_win32.c
ext/standard/tests/file/rename_variation7-win32.phpt
win32/ioutil.c
win32/ioutil.h