summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Christoph M. Becker2019-03-062-1/+25
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-03-062-1/+25
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-03-062-1/+25
| | |\
| | | * Fix #77700: Writing truecolor images as GIF ignores interlace flagChristoph M. Becker2019-03-062-1/+25
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-03-0564-2031/+0
|\ \ \ \ | |/ / /
| * | | Remove more zpp error testsNikita Popov2019-03-0564-2035/+0
* | | | Merge branch 'PHP-7.4'Gabriel Caruso2019-03-051-1/+0
|\ \ \ \ | |/ / /
| * | | Remove unnecessary check for always available extensionGabriel Caruso2019-03-051-1/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-03-0591-2395/+0
|\ \ \ \ | |/ / /
| * | | Remove more zpp error/variation testsNikita Popov2019-03-0591-2395/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-03-0510-106/+101
|\ \ \ \ | |/ / /
| * | | Remove custom error handler in mbstring testsNikita Popov2019-03-0511-111/+105
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-03-0566-2822/+0
|\ \ \ \ | |/ / /
| * | | Remove more zpp error testsNikita Popov2019-03-0566-2822/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-03-0590-3162/+0
|\ \ \ \ | |/ / /
| * | | Remove tests for zpp failure conditionsNikita Popov2019-03-0590-3162/+0
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-051-1/+5
|\ \ \ \ | |/ / /
| * | | Fixed support for callbacks with "void" return typeDmitry Stogov2019-03-051-1/+5
* | | | Merge branch 'PHP-7.4'Anatol Belski2019-03-042-7/+7
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Anatol Belski2019-03-042-7/+7
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-03-042-7/+7
| | |\ \ | | | |/
| | | * Fix test portabilityAnatol Belski2019-03-042-7/+7
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-03-041-0/+26
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-041-0/+26
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-041-0/+26
| | |\ \ | | | |/
| | | * Fixed bug #77691Nikita Popov2019-03-042-5/+32
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-044-11/+11
|\ \ \ \ | |/ / /
| * | | Replace PHP_TM_GMTOFF with AC_CHECK_MEMBERSPeter Kokot2019-03-044-11/+11
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-03-049-71/+25
|\ \ \ \ | |/ / /
| * | | Don't generate script for proc_open_pipes testsNikita Popov2019-03-045-51/+5
| * | | Use separate output files in x2gd testsNikita Popov2019-03-044-20/+20
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-03-045-27/+32
|\ \ \ \ | |/ / /
| * | | Use separate directories for win32 dir testsNikita Popov2019-03-045-27/+32
* | | | Merge branch 'PHP-7.4'Stanislav Malyshev2019-03-034-3/+31
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-03-034-3/+31
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-03-034-3/+31
| | |\ \ | | | |/
| | | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-034-3/+31
| | | |\
| | | | * Fix bug #77586 - phar_tar_writeheaders_int() buffer overflowStanislav Malyshev2019-03-034-3/+31
| * | | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-03-039-11/+77
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-03-039-11/+77
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-039-11/+77
| | | |\ \ | | | | |/
| | | | * Fix test error messageStanislav Malyshev2019-03-031-1/+1
| | | | * Fix bug #77563 - Uninitialized read in exif_process_IFD_in_MAKERNOTEStanislav Malyshev2019-03-033-1/+18
| | | | * Fix bug #77540 - Invalid Read on exif_process_SOFnStanislav Malyshev2019-03-033-2/+24
| | | | * Fix integer overflows on 32-bitsStanislav Malyshev2019-03-031-7/+7
| | | | * Fix #77431 SplFileInfo::__construct() accepts NUL bytesChristoph M. Becker2019-03-032-1/+10
| | | | * Fix bug #77396 - Null Pointer Dereference in phar_create_or_parse_filenameStanislav Malyshev2019-03-032-0/+18
* | | | | Fix test error messageStanislav Malyshev2019-03-031-1/+1
* | | | | Fix bug #77563 - Uninitialized read in exif_process_IFD_in_MAKERNOTEStanislav Malyshev2019-03-033-1/+18
* | | | | Fix bug #77540 - Invalid Read on exif_process_SOFnStanislav Malyshev2019-03-033-2/+24