summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Remove PHP_SLEEP_NON_VOID as it is not useful anymoreMáté Kocsis2019-11-071-1/+0
* 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
* | Use clean shutdown on uncaught exceptionNikita Popov2019-10-111-2/+3
* | 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'Christoph M. Becker2019-10-091-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-091-1/+1
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-091-1/+1
| | |\
| | | * Fix #78656: Parse errors classified as highest log-levelErik Lundin2019-10-091-1/+1
| | | * next is 7.2.25Remi Collet2019-10-081-3/+3
* | | | 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
| | * | 7.3.12 is nextChristoph M. Becker2019-10-081-3/+3
* | | | 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
| | | * Bump for 7.2.24Sara Golemon2019-09-101-3/+3
| | * | PHP 7.3.10RC1 has been taggedChristoph M. Becker2019-09-101-3/+3
| | * | Fix versionChristoph M. Becker2019-09-091-3/+3
| | * | fix versionStanislav Malyshev2019-09-051-3/+3
* | | | 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-2567-134/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-09-111-18/+16
|\ \ \ \ | |/ / /
| * | | Fixed bug #78506Nikita Popov2019-09-111-18/+16
* | | | Enable display_startup_errors by defaultNikita Popov2019-09-061-1/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-09-051-31/+21
|\ \ \ \ | |/ / /
| * | | Fix pipe detection and stream position handlingNikita Popov2019-09-051-31/+21
| * | | Update PHP_API_VERSIONDmitry Stogov2019-09-021-1/+1
* | | | php_stream_from_zval can no longer return falseNikita Popov2019-09-031-2/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-08-301-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-301-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-08-301-2/+2
| | |\ \ | | | |/
| | | * Fixed bug #78469Sergei Turchanov2019-08-301-2/+2
| | | * Bump for 7.2.23Sara Golemon2019-08-131-3/+3
| | * | Update Oniguruma to 6.9.1Stanislav Malyshev2019-08-251-3/+3
| | * | Next will be 7.3.10Christoph M. Becker2019-08-131-3/+3
| | * | Bump version numbersChristoph M. Becker2019-08-131-3/+3
* | | | Merge branch 'PHP-7.4'Anatol Belski2019-08-271-2/+2
|\ \ \ \ | |/ / /
| * | | Fix signature and callsAnatol Belski2019-08-271-2/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-08-231-2/+3
|\ \ \ \ | |/ / /
| * | | Replace strncat in filter implementationNikita Popov2019-08-231-2/+3
* | | | Cleanup unnecessary if guard clause to free buffer.Benjamin Eberlei2019-08-181-6/+0