diff options
Diffstat (limited to 'win32/ioutil.c')
-rw-r--r-- | win32/ioutil.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win32/ioutil.c b/win32/ioutil.c index ee298e7d80..9d91054d6f 100644 --- a/win32/ioutil.c +++ b/win32/ioutil.c @@ -424,8 +424,7 @@ PW32IO wchar_t *php_win32_ioutil_getcwd_w(const wchar_t *buf, int len) return (wchar_t *)buf; }/*}}}*/ -/* based on zend_dirname(). - TODO support long path if needed. */ +/* based on zend_dirname(). */ PW32IO size_t php_win32_ioutil_dirname(char *path, size_t len) {/*{{{*/ char *ret = NULL, *start; |