summaryrefslogtreecommitdiff
path: root/main/streams/plain_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* Suppress stream errors in mysqlndNikita Popov2020-11-301-2/+6
* Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-231-3/+1
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-231-3/+1
| |\
| | * Fix #76735: Incorrect message in fopen on invalid modeChristoph M. Becker2020-09-231-3/+1
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-221-1/+17
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-221-1/+17
| |\ \ | | |/
| | * Fix #79423: copy command is limited to size of file it can copyChristoph M. Becker2020-09-221-1/+17
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-211-0/+5
|\ \ \ | |/ /
| * | Fix mmap copyingChristoph M. Becker2020-09-211-0/+5
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-031-8/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-031-8/+4
| |\ \ | | |/
| | * Fix #80048: Bug #69100 has not been fixed for WindowsChristoph M. Becker2020-09-031-8/+4
* | | Support socketpairs in proc_open()Martin Schröder2020-07-141-0/+5
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-1/+1
* | | Correct comment in plain_wrapper.c (refers to microseconds, not milliseconds)Alex Dowad2020-06-241-1/+1
* | | Fix expression warnings and break warningstwosee2020-06-071-0/+1
* | | Fix [-Wundef] warning in streams implementationGeorge Peter Banyard2020-05-121-9/+9
* | | Promote invalid mode/unknow option from Warning to ValueError for plain streams.George Peter Banyard2020-02-041-2/+2
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-4/+4
* | | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-12-021-14/+20
|\ \ \ | |/ /
| * | Fix #78883: fgets(STDIN) fails on WindowsChristoph M. Becker2019-12-021-14/+20
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ /
* | 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
|/ /