summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-021-0/+3
|\ | | | | | | | | * PHP-7.1: Fix test for pdo_odbc
| * Fix test for pdo_odbcAnatol Belski2018-01-021-0/+3
| | | | | | | | SqlServer requires parentheses to the TOP argument.
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-01-022-1/+31
|\ \ | |/ | | | | | | * PHP-7.1: Fix some int/long confusion issues in GMP
| * Fix some int/long confusion issues in GMPStanislav Malyshev2018-01-022-1/+31
| | | | | | | | | | | | mpz_setbit seems to have limit of INT_MAX * GMP_NUMB_BITS on the number of bits supported, and will abort() if that limit is exceeded.
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-020-0/+0
|\ \ | |/ | | | | | | * PHP-7.1: [ci skip] update NEWS
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2018-01-020-0/+0
| |\ | | | | | | | | | | | | * PHP-7.0: [ci skip] update NEWS
| | * [ci skip] update NEWSAnatol Belski2018-01-021-0/+6
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-01-021-119/+120
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: regenerated with newer re2c
| * | regenerated with newer re2cXinchen Hui2018-01-022-1403/+1343
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-01-020-0/+0
|\ \ \ | |/ / | | | | | | * PHP-7.1:
| * | Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Xinchen Hui2018-01-0217-50/+65
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-7.1' of git.php.net:/php-src: Update NEWS Fixed bug #75571: Potential infinite loop in gdImageCreateFromGifCtx Fix bug #74782: remove file name from output to avoid XSS
* | \ \ Merge branch 'PHP-7.2' of git.php.net:/php-src into PHP-7.2Xinchen Hui2018-01-0217-50/+65
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-7.2' of git.php.net:/php-src: Update NEWS Fixed bug #75571: Potential infinite loop in gdImageCreateFromGifCtx Fix bug #74782: remove file name from output to avoid XSS
| * \ \ \ Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-01-0117-50/+65
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | * PHP-7.1: Update NEWS Fixed bug #75571: Potential infinite loop in gdImageCreateFromGifCtx Fix bug #74782: remove file name from output to avoid XSS
| | * | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-01-0117-50/+65
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | * PHP-7.0: Update NEWS Fixed bug #75571: Potential infinite loop in gdImageCreateFromGifCtx Fix bug #74782: remove file name from output to avoid XSS
| | | * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-01-0117-50/+65
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Update NEWS Fixed bug #75571: Potential infinite loop in gdImageCreateFromGifCtx Fix bug #74782: remove file name from output to avoid XSS
| | | | * | Update NEWSStanislav Malyshev2018-01-011-1/+7
| | | | | |
| | | | * | Fixed bug #75571: Potential infinite loop in gdImageCreateFromGifCtxChristoph M. Becker2018-01-013-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to a signedness confusion in `GetCode_` a corrupt GIF file can trigger an infinite loop. Furthermore we make sure that a GIF without any palette entries is treated as invalid *after* open palette entries have been removed.
| | | | * | Fix bug #74782: remove file name from output to avoid XSSStanislav Malyshev2018-01-0114-45/+45
| | | | | |
* | | | | | year++Xinchen Hui2018-01-02934-944/+944
| | | | | |
* | | | | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-01-020-0/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | | * PHP-7.1: year++
| * | | | year++Xinchen Hui2018-01-02926-936/+936
| |/ / /
* | | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-01-013-7/+24
|\ \ \ \ | |/ / /
| * | | Fixed bug #75502Nikita Popov2018-01-013-7/+24
| | | | | | | | | | | | | | | | | | | | The string keys were not duplicated into persistent memory in this case.
* | | | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2017-12-306-6/+4
|\ \ \ \ | |/ / /
| * | | Use seialize_precision instead of precision in all json testsJakub Zelenka2017-12-306-6/+6
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-12-282-19/+41
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: Fixed bug #75720 (File cache not populated after SHM runs full)
| * | | Fixed bug #75720 (File cache not populated after SHM runs full)Dmitry Stogov2017-12-282-19/+41
| | | |
* | | | Fixed bug #75742 (potential memleak in internal classes's static members)Xinchen Hui2017-12-282-2/+6
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-12-281-0/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: Fixed reference-counting
| * | | Fixed reference-countingDmitry Stogov2017-12-281-0/+1
| | | |
* | | | Updated NEWSXinchen Hui2017-12-271-0/+4
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-12-272-0/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: Fixed bug #75735 ([embed SAPI] Segmentation fault in sapi_register_post_entry)
| * | | Fixed bug #75735 ([embed SAPI] Segmentation fault in sapi_register_post_entry)Xinchen Hui2017-12-273-0/+7
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-222-2/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: Revert to Postgres 9.6, AppVeyor seems to have issues with 10
| * | | Revert to Postgres 9.6, AppVeyor seems to have issues with 10Anatol Belski2017-12-222-2/+2
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-221-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: Update tool path
| * | | Update tool pathAnatol Belski2017-12-221-1/+1
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-221-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: Switch AppVeyor to PostgreSQL 10 for tests
| * | | Switch AppVeyor to PostgreSQL 10 for testsAnatol Belski2017-12-221-1/+1
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-220-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * PHP-7.1: [ci skip] update NEWS Fixed bug #75579 (Interned strings buffer overflow may cause crash)
| * | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-12-220-0/+0
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | * PHP-7.0: [ci skip] update NEWS Fixed bug #75579 (Interned strings buffer overflow may cause crash)
| | * | [ci skip] update NEWSAnatol Belski2017-12-221-4/+4
| | | |
| | * | Fixed bug #75579 (Interned strings buffer overflow may cause crash)Dmitry Stogov2017-12-222-3/+33
| | | | | | | | | | | | | | | | (cherry picked from commit 37bf8bdc1494abb2ce5cac40e0be80e23682f851)
* | | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-223-0/+39
|\ \ \ \ | |/ / /
| * | | Fixed bug #73209Nikita Popov2017-12-223-0/+39
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-223-4/+42
|\ \ \ \ | |/ / /
| * | | Fixed bug #75242Nikita Popov2017-12-223-4/+42
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-223-0/+31
|\ \ \ \ | |/ / /
| * | | Fixed bug #75717Nikita Popov2017-12-223-1/+32
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-223-20/+24
|\ \ \ \ | |/ / /