summaryrefslogtreecommitdiff
path: root/main/streams/plain_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #78883: fgets(STDIN) fails on WindowsChristoph M. Becker2019-12-021-14/+20
* Fix pipe detection and stream position handlingNikita Popov2019-09-051-31/+21
* Throw notice for plain wrapper fread/fwrite errorsNikita Popov2019-07-251-4/+17
* Report errors from stream read and write operationsNikita Popov2019-07-221-11/+23
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-171-9/+6
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-171-9/+6
| |\
| | * Fixed bug #69100Nikita Popov2019-07-171-9/+6
* | | Avoid duplicate fstat() for includesNikita Popov2019-07-171-1/+6
* | | Use readdir() instead of readdir_r()Nikita Popov2019-04-111-4/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-03-041-18/+35
|\ \ \ | |/ /
| * | 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
* | | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-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