summaryrefslogtreecommitdiff
path: root/main/streams
Commit message (Expand)AuthorAgeFilesLines
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-1/+9
* Improve SPL directory and stat() cache using zend_srting* instead of char*Dmitry Stogov2021-02-262-41/+8
* Merge branch 'PHP-8.0'Christoph M. Becker2021-02-221-1/+1
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-221-1/+1
| |\
| | * Fix #75776: Flushing streams with compression filter is brokenChristoph M. Becker2021-02-221-1/+1
* | | Replace zend_bool uses with boolNikita Popov2021-01-152-2/+2
* | | Merge branch 'PHP-8.0'Christoph M. Becker2020-12-231-1/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-231-1/+2
| |\ \ | | |/
| | * Fix #80384: limit read buffer sizeAdam Seitz2020-12-231-1/+2
* | | Back memory stream by a zend_stringNikita Popov2020-12-181-68/+39
* | | Remove unused smax member from memory streamNikita Popov2020-12-181-2/+0
* | | Merge branch 'PHP-8.0'Christoph M. Becker2020-12-081-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-081-1/+1
| |\ \ | | |/
| | * Fix #77069: stream filter loses final block of dataChristoph M. Becker2020-12-081-1/+1
* | | Merge branch 'PHP-8.0'Nikita Popov2020-11-302-5/+12
|\ \ \ | |/ /
| * | Suppress stream errors in mysqlndNikita Popov2020-11-302-5/+12
* | | Suppress bogus [-Wlogical-op] warning from GCCGeorge Peter Banyard2020-10-102-4/+5
|/ /
* | Clear error flag instead of toggling itChristoph M. Becker2020-09-231-6/+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-6/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-221-6/+7
| |\ \ | | |/
| | * Fix #76943: Inconsistent stream_wrapper_restore() errorsChristoph M. Becker2020-09-221-6/+7
* | | 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-213-17/+43
|\ \ \ | |/ /
| * | Fix mmap copyingChristoph M. Becker2020-09-213-17/+43
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-111-4/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-111-4/+0
| |\ \ | | |/
| | * Fix #80067: Omitting the port in bindto setting errorsChristoph M. Becker2020-09-111-4/+0
* | | 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
| * | Use standard types in fopencookie testNikita Popov2020-08-051-1/+1
* | | 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