summaryrefslogtreecommitdiff
path: root/win32/ioutil.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #78296: is_file fails to detect fileChristoph M. Becker2019-12-021-1/+11
* Ensure double slashes are replaced by the path normalizationAnatol Belski2019-04-101-10/+32
* Merge branch 'PHP-7.2'Anatol Belski2018-07-111-1/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-111-1/+1
| |\
| | * Fix conditionAnatol Belski2018-07-111-1/+1
| | * year++Xinchen Hui2018-01-021-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Remove inappropriate FreeLibrary callsAnatol Belski2018-06-111-2/+0
* | | Constify readonly varAnatol Belski2018-02-271-1/+1
* | | Reduce var scopeAnatol Belski2018-02-191-9/+5
* | | Trailing whitespacesGabriel Caruso2018-01-031-5/+5
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Drop unused codeAnatol Belski2017-12-151-17/+0
* | | Modernize realpath and integrate quick variant into virtual_file_exAnatol Belski2017-12-151-0/+89
* | | Use cheaper ascii conversion for modeAnatol Belski2017-12-091-1/+14
* | | Revamp fopen implementation, rely on openAnatol Belski2017-12-091-0/+41
* | | Rework mkdir impl and expose wide char variantAnatol Belski2017-12-091-42/+24
* | | Remove dead codeAnatol Belski2017-12-081-30/+0
* | | Improve ioutil access impl and refactor tsrm_win32_accessAnatol Belski2017-12-081-6/+26
* | | Revamp unlink() implementation and improve error handlingAnatol Belski2017-12-081-3/+59
* | | Allow delete-sharing mode for CreateFile by defaultAnatol Belski2017-12-081-4/+1
* | | Merge branch 'PHP-7.2'Anatol Belski2017-11-271-0/+6
|\ \ \ | |/ /
| * | 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.2'Anatol Belski2017-09-281-1/+28
|\ \ \ | |/ /
| * | 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
* | | Free the HMODULE handle after useKalle Sommer Nielsen2017-07-211-0/+2
|/ /
* | 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