summaryrefslogtreecommitdiff
path: root/win32/ioutil.h
Commit message (Expand)AuthorAgeFilesLines
* Fix #78296: is_file fails to detect fileChristoph M. Becker2019-12-021-1/+9
* Fixed bug #76947 file_put_contents() blocks the directory of the file (__DIR__)Anatol Belski2018-10-031-5/+0
* Merge branch 'PHP-7.2'Anatol Belski2018-07-121-1/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-121-1/+1
| |\
| | * Fix macroAnatol Belski2018-07-121-1/+1
| | * year++Xinchen Hui2018-01-021-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Avoid multiple wcslen() callsAnatol Belski2018-02-181-5/+8
* | | Avoid multiple wcslen callsAnatol Belski2018-02-181-1/+2
* | | Reduce variable scopeAnatol Belski2018-02-151-2/+2
* | | Revert "Improve conversion loop"Anatol Belski2018-02-121-2/+3
* | | Improve conversion loopAnatol Belski2018-02-051-3/+2
* | | Trailing whitespaces on win32Gabriel Caruso2018-01-041-3/+3
* | | 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/+55
* | | Merge branch 'PHP-7.2'Anatol Belski2017-12-141-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-141-1/+1
| |\ \ | | |/
| | * Fixed bug #75679 Path 260 character problemAnatol Belski2017-12-141-1/+1
* | | Use cheaper ascii conversion for modeAnatol Belski2017-12-091-2/+15
* | | Revamp fopen implementation, rely on openAnatol Belski2017-12-091-16/+15
* | | CleanupAnatol Belski2017-12-091-9/+0
* | | Rework mkdir impl and expose wide char variantAnatol Belski2017-12-091-1/+26
* | | Move declarationsAnatol Belski2017-12-081-0/+14
* | | Improve ioutil access impl and refactor tsrm_win32_accessAnatol Belski2017-12-081-3/+4
* | | Revamp unlink() implementation and improve error handlingAnatol Belski2017-12-081-6/+5
* | | Allow delete-sharing mode for CreateFile by defaultAnatol Belski2017-12-081-0/+2
* | | Keep up with Linux extension to POSIX.1-2001 getcwd()Anatol Belski2017-11-281-7/+11
* | | Sync with the POSIX signatureAnatol Belski2017-11-281-3/+3
|/ /
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-11-271-6/+6
|\ \ | |/
| * Fix normalized path length calculation and error handlingAnatol Belski2017-11-271-6/+6
* | Merge branch 'PHP-7.1'Anatol Belski2017-07-141-2/+18
|\ \ | |/
| * Fixed bug #74923 Crash when crawling through network shareAnatol Belski2017-07-141-2/+18
* | comply with POSIX signatureAnatol Belski2017-07-091-1/+1
* | fix warningAnatol Belski2017-07-091-1/+1
* | Merge branch 'PHP-7.1'Anatol Belski2017-05-171-6/+18
|\ \ | |/
| * improve error handlingAnatol Belski2017-05-171-6/+18
* | Merge branch 'PHP-7.1'Anatol Belski2017-05-171-1/+1
|\ \ | |/
| * fix wrong error checkAnatol Belski2017-05-171-1/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | missing bits for php_sys_stat_ex so everything is handled with wide charsAnatol Belski2017-04-031-0/+2
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Merge branch 'PHP-7.1'Anatol Belski2016-08-271-23/+42
|\ \ | |/
| * fix leakAnatol Belski2016-08-271-23/+42
* | Fixed compiler warning (Sorry Anatol, but this one was killing me)Kalle Sommer Nielsen2016-08-031-1/+1
|/
* set errno in ioutil access routineAnatol Belski2016-07-291-2/+6
* move error check to right placeAnatol Belski2016-07-291-4/+5
* fix and improve the ioutil cwd routine for ntsAnatol Belski2016-07-291-12/+11
* fix compiler warningAnatol Belski2016-07-241-1/+1
* rework long path normalization stufAnatol Belski2016-07-241-1/+11