summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_win32.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-07-031-1/+1
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-07-031-1/+1
| |\
| | * Fix #78241: touch() does not handle dates after 2038 in PHP 64-bitChristoph M. Becker2019-07-031-1/+1
| | * year++Xinchen Hui2018-01-021-1/+1
* | | Remove unused variableGabriel Caruso2019-05-291-1/+0
* | | Stricter validation for popen mode argument on WindowsNikita Popov2019-02-221-7/+7
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | year++Xinchen Hui2018-01-021-1/+1
* | Modernize realpath and integrate quick variant into virtual_file_exAnatol Belski2017-12-151-9/+0
* | Move temporary allocation to the stackAnatol Belski2017-12-091-10/+2
* | Improve ioutil access impl and refactor tsrm_win32_accessAnatol Belski2017-12-081-150/+135
|/
* vim folds and mode lines yetAnatol Belski2017-07-041-36/+47
* use char* as we don't compile with UNICODE anywayAnatol Belski2017-04-281-1/+1
* Avoid unnecessary string copyAnatol Belski2017-04-271-7/+1
* get rid of two strlen callsAnatol Belski2017-04-271-5/+8
* Merge branch 'PHP-7.1'Anatol Belski2017-04-151-3/+2
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-151-3/+2
| |\
| | * fix error handlingAnatol Belski2017-04-151-3/+2
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Path handling related refactoringsAnatol Belski2016-12-221-2/+2
* | | Merge branch 'PHP-7.1'Anatol Belski2016-08-291-0/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-291-0/+6
| |\ \ | | |/
| | * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-291-0/+6
| | |\
| | | * fix HANDLE leakAnatol Belski2016-08-291-0/+6
| | | * backport relevant part from bug #72858 patch in 7.0Anatol Belski2016-08-251-2/+12
| | | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| | | * bump yearXinchen Hui2015-01-151-1/+1
* | | | sync shm* implementation signatures with POSIXAnatol Belski2016-08-231-7/+10
* | | | Merge branch 'PHP-7.1'Anatol Belski2016-08-181-4/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-181-4/+4
| |\ \ \ | | |/ /
| | * | avoid other efforts if memory mapping failsAnatol Belski2016-08-181-4/+4
* | | | Merge branch 'PHP-7.1'Anatol Belski2016-08-181-4/+1
|\ \ \ \ | |/ / /
| * | | map ell the err codeAnatol Belski2016-08-181-4/+1
* | | | Merge branch 'PHP-7.1'Anatol Belski2016-08-181-0/+10
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-181-0/+10
| |\ \ \ | | |/ /
| | * | Fixed bug #72858 shm_attach null dereferenceAnatol Belski2016-08-181-0/+10
| * | | Fixed 7.1 build, decls first please!Kalle Sommer Nielsen2016-08-171-3/+2
* | | | Also fix TSRM on WindowsKalle Sommer Nielsen2016-07-301-3/+3
|/ / /
* | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-17/+75
|/ /
* | bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | correct snprintf usageAnatol Belski2015-10-271-4/+2
* | fix stack overflowAnatol Belski2015-10-101-2/+4
* | don't leak handlesAnatol Belski2015-10-051-0/+6
* | use correct function to close handlesAnatol Belski2015-10-051-2/+2
* | unmap correct handleAnatol Belski2015-09-221-1/+1
* | nullify the memory chunk to avoid crashes when freeing resourceAnatol Belski2015-09-221-0/+1