summaryrefslogtreecommitdiff
path: root/main/streams/plain_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #76735: Incorrect message in fopen on invalid modeChristoph M. Becker2020-09-231-3/+1
* Fix #79423: copy command is limited to size of file it can copyChristoph M. Becker2020-09-221-1/+17
* Fix #80048: Bug #69100 has not been fixed for WindowsChristoph M. Becker2020-09-031-8/+4
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-171-9/+6
|\
| * Fixed bug #69100Nikita Popov2019-07-171-9/+6
* | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-03-041-18/+35
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-041-18/+35
| |\
| | * Fix bug #77630 - safer rename() procedureStanislav Malyshev2019-03-041-17/+34
| | * year++Xinchen Hui2018-01-021-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Simplify assignment on 64-bitAnatol Belski2018-11-171-2/+1
* | | Fix error conditionAnatol Belski2018-10-301-2/+2
* | | Fixed bug #77081 ftruncate() changes seek pointer in c modeAnatol Belski2018-10-301-3/+4
* | | Make php_plain_files_wrapper to be writable (workaround for swoole)Dmitry Stogov2018-10-241-1/+2
* | | Fixed bug #76803 ftruncate changes file pointerAnatol Belski2018-08-281-0/+9
* | | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | | Fixed bug #76422 ftruncate fails on files > 2GBAnatol Belski2018-06-091-0/+22
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Turn "php_stream_wrapper"s into constantsDmitry Stogov2017-12-141-3/+3
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-2/+3
|/ /
* | eliminate castsAnatol Belski2017-07-101-4/+3
* | cleanup castsAnatol Belski2017-07-091-7/+4
* | Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
* | Merge branch 'PHP-7.1'Xinchen Hui2017-04-101-3/+3
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-101-3/+3
| |\
| | * Fixed condition checkXinchen Hui2017-04-101-3/+3
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-071-0/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-071-0/+6
| |\ \ | | |/
| | * add 'e' flag for fopen() to enable CLOEXECEvgeniy Makhrov2017-01-071-0/+6
| | * 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
* | | Remove Netware supportKalle Sommer Nielsen2016-11-121-4/+4
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-171-0/+12
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-08-171-0/+12
| |\
| | * Fixed bug #72853 (stream_set_blocking doesn't work)Xinchen Hui2016-08-171-1/+13
* | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-2/+10
|/ /
* | simplify expressionJoe Watkins2016-04-281-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * Fixed bug #69900 Too long timeout on pipesAnatol Belski2015-07-281-3/+3
* | add overflow checkAnatol Belski2015-09-021-1/+5
* | fix pipe peek timeoutAnatol Belski2015-07-021-3/+3
* | Fix alignment on 32-bitChristoph M. Becker2015-07-021-1/+2
* | fix c/p issueAnatol Belski2015-07-021-6/+6
* | initial stuff to make allow blocking pipes on windowsAnatol Belski2015-07-021-2/+22
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* | no more winxp, but reallyAnatol Belski2015-04-041-4/+2
* | fix conditionAnatol Belski2015-03-191-1/+1