summaryrefslogtreecommitdiff
path: root/main/streams
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-10-032-6/+0
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-10-032-6/+0
| | |\
| | | * Fix #76859 stream_get_line skips data if used with data-generating filterKonstantin Kopachev2019-10-032-6/+0
* | | | Remove unused mmap_file + mmap_len from basic_globalsNikita Popov2019-09-271-1/+1
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-2518-36/+0
|/ / /
* | | Fixed bug #78506Nikita Popov2019-09-111-18/+16
* | | Fix pipe detection and stream position handlingNikita Popov2019-09-051-31/+21
* | | Replace strncat in filter implementationNikita Popov2019-08-231-2/+3
* | | Fixed bug #78396Nikita Popov2019-08-121-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-291-1/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-291-1/+6
| |\ \ | | |/
| | * Fix bug #78326Albert Casademont2019-07-291-1/+6
* | | Throw notice for plain wrapper fread/fwrite errorsNikita Popov2019-07-252-5/+20
* | | Report errors from stream read and write operationsNikita Popov2019-07-226-108/+176
* | | 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
* | | Fix use-after-free in stream freeing during shutdownNikita Popov2019-06-272-8/+17
* | | Remove copy argument from php_glob_stream_get_path/patternNikita Popov2019-06-192-16/+8
* | | Avoid memcpy UB in streamsNikita Popov2019-06-191-1/+3
* | | Allow exceptions in __toString()Nikita Popov2019-06-051-1/+4
* | | Enable TLS 1.3 by defaultJakub Zelenka2019-04-281-7/+7
* | | Added tls 1.3 support for PHPcodarrenvelvindron2019-04-281-0/+2
* | | 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
| | | * Sync leading and final newlines in source code filesPeter Kokot2018-10-142-3/+0