summaryrefslogtreecommitdiff
path: root/main/streams
Commit message (Expand)AuthorAgeFilesLines
* Use standard types in fopencookie testNikita Popov2020-08-051-1/+1
* ValueError for empty path in stream codeGeorge Peter Banyard2020-07-311-1/+1
* Merge branch 'PHP-7.4'twosee2020-07-291-0/+4
|\
| * Merge branch 'PHP-7.3' into PHP-7.4twosee2020-07-291-0/+4
| |\
| | * Handle bindto errortwosee2020-07-291-0/+4
* | | Refactor user streams to use ZPP class checkGeorge Peter Banyard2020-07-281-43/+38
* | | Simplify user_stream_create_objectNikita Popov2020-07-231-22/+2
* | | 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
* | | Remove no_separation flagNikita Popov2020-07-071-1/+0
* | | Remove proto comments from C filesMax Semenik2020-07-062-16/+8
* | | Avoid some unnecessary uses of no_separation=0Nikita Popov2020-07-061-41/+30
* | | Correct comment in plain_wrapper.c (refers to microseconds, not milliseconds)Alex Dowad2020-06-241-1/+1
* | | Constify char * arguments of APIstwosee2020-06-081-3/+3
* | | Fix expression warnings and break warningstwosee2020-06-075-10/+10
* | | Fix [-Wundef] warning in streams implementationGeorge Peter Banyard2020-05-122-11/+11
* | | Fix #79467: data:// wrappers are writableChristoph M. Becker2020-05-031-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-141-0/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-141-0/+6
| |\ \ | | |/
| | * Fixed bug #79468dinosaur2020-04-141-0/+6
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-111-0/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-111-0/+6
| |\ \ | | |/
| | * Fix #78210: Invalid pointer addressChristoph M. Becker2020-03-111-0/+6
* | | Remove unnecessary uses of CHECK_SILENTNikita Popov2020-03-061-1/+1
* | | Promote invalid mode/unknow option from Warning to ValueError for plain streams.George Peter Banyard2020-02-041-2/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-231-2/+9
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-231-2/+9
| |\ \ | | |/
| | * Fixed bug #78902liudaixiao2020-01-231-2/+9
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-177-18/+18
* | | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-301-0/+3
|\ \ \ | |/ /
| * | Properly propagate url_stat exceptions during includeNikita Popov2019-12-301-0/+3
* | | Use RETURN_THROWS() during ZPP in main, sapi, win32, and ZendMáté Kocsis2019-12-301-3/+3
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-201-17/+23
|\ \ \ | |/ /
| * | Fixed bug #79000Nikita Popov2019-12-201-17/+23
* | | 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
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-311-6/+0
|\ \ \ | |/ /
| * | Fix bug #77930: Remove mmap limitNikita Popov2019-10-311-6/+0
* | | Don't use chunking for stream writesNikita Popov2019-10-301-7/+2
* | | Merge branch 'PHP-7.4'Remi Collet2019-10-111-7/+8
|\ \ \ | |/ /
| * | Fix #78662: stream_write bad error detectionRemi Collet2019-10-111-7/+8
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-101-2/+6
|\ \ \ | |/ /
| * | Also check for exception after stream_eofNikita Popov2019-10-101-2/+6
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-101-18/+19
|\ \ \ | |/ /
| * | Report error if stream_read is not implementedNikita Popov2019-10-101-18/+19
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-081-1/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-081-1/+7
| |\ \ | | |/
| | * Check for exception after applying stream filtersNikita Popov2019-10-081-1/+7
* | | Merge branch 'PHP-7.4'Joe Watkins2019-10-032-6/+0
|\ \ \ | |/ /