summaryrefslogtreecommitdiff
path: root/win32/ioutil.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-11-271-0/+6
|\
| * Fix normalized path length calculation and error handlingAnatol Belski2017-11-271-0/+6
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-09-281-1/+28
|\ \ | |/
| * Fix mkdir() special case for path length < 260 and > 248Anatol Belski2017-09-281-1/+28
* | fix uninitialized varAnatol Belski2017-07-091-1/+1
* | fix comparison warningAnatol Belski2017-07-091-1/+1
* | comply with POSIX signatureAnatol Belski2017-07-091-6/+5
* | do compare on wchar'sAnatol Belski2017-04-021-1/+1
|/
* dirname() should not normalize pathsAnatol Belski2017-01-241-1/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* fix leakAnatol Belski2016-09-011-0/+3
* fix leakAnatol Belski2016-08-291-0/+1
* fix leakAnatol Belski2016-08-281-1/+1
* fix leakAnatol Belski2016-08-271-7/+7
* fix and improve the ioutil cwd routine for ntsAnatol Belski2016-07-291-0/+1
* rework long path normalization stufAnatol Belski2016-07-241-21/+20
* add foldsAnatol Belski2016-07-231-4/+5
* improve typedef and fix the fake functionAnatol Belski2016-07-231-4/+4
* add missing castAnatol Belski2016-07-231-2/+2
* Fixed bug #72625 realpath() fails on non canonical long pathAnatol Belski2016-07-231-0/+62
* correct commentAnatol Belski2016-07-231-2/+1
* don't return long path prefix to scriptAnatol Belski2016-07-231-1/+5
* Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-0/+545