summaryrefslogtreecommitdiff
path: root/win32/ioutil.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variableChristoph M. Becker2020-05-141-1/+0
* Merge branch 'PHP-7.4'Nikita Popov2020-02-031-2/+2
|\
| * Apply tidy formattingNikita Popov2020-02-031-2/+2
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-12-201-10/+0
|\ \ | |/
| * Fix #79008: General performance regression with PHP 7.4 on WindowsChristoph M. Becker2019-12-201-10/+0
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-12-021-1/+11
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-021-1/+11
| |\
| | * Fix #78296: is_file fails to detect fileChristoph M. Becker2019-12-021-1/+11
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ /
* | Fix #78386: fstat mode has unexpected value on PHP 7.4Christoph M. Becker2019-08-201-1/+14
* | Fix bug #78094: File Search Problem Excessive TimeChristoph M. Becker2019-06-061-2/+12
* | Fix parameter orderChristoph M. Becker2019-04-221-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Anatol Belski2019-04-101-10/+32
|\ \ | |/
| * Ensure double slashes are replaced by the path normalizationAnatol Belski2019-04-101-10/+32
* | Fix bc break in Windows readlinkjohnstevenson2019-03-101-5/+29
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Ensure target is \0 terminatedAnatol Belski2018-10-041-1/+2
* | Add compatibility bitAnatol Belski2018-10-031-0/+28
* | Refactor php_sys_readlinkAnatol Belski2018-10-031-0/+132
* | Refactor stat implementationAnatol Belski2018-08-261-0/+165
* | Create and expose php_sys_symlink() and php_sys_link()Christoph M. Becker2018-08-021-0/+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