summaryrefslogtreecommitdiff
path: root/win32/ioutil.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Christoph M. Becker2020-07-161-0/+2
|\
| * Fix readlink related memory leakChristoph M. Becker2020-07-161-0/+2
* | Remove HAVE_REALPATH checksNikita Popov2020-03-261-1/+0
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-12-021-1/+9
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-021-1/+9
| |\
| | * Fix #78296: is_file fails to detect fileChristoph M. Becker2019-12-021-1/+9
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ /
* | Fix bc break in Windows readlinkjohnstevenson2019-03-101-0/+5
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Reuse delivered lengthAnatol Belski2018-10-031-2/+2
* | Refactor php_sys_readlinkAnatol Belski2018-10-031-0/+36
* | Merge branch 'PHP-7.3'Anatol Belski2018-10-031-5/+0
|\ \ | |/
| * Fixed bug #76947 file_put_contents() blocks the directory of the file (__DIR__)Anatol Belski2018-10-031-5/+0
* | Refactor stat implementationAnatol Belski2018-08-261-0/+79
* | Create and expose php_sys_symlink() and php_sys_link()Christoph M. Becker2018-08-021-0/+53
|/
* 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
|\ \ | |/