| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-01-02 | 1 | -0/+3 |
| |\ | | | | | | | | | * PHP-7.1: Fix test for pdo_odbc | ||||
| | * | Fix test for pdo_odbc | Anatol Belski | 2018-01-02 | 1 | -0/+3 |
| | | | | | | | | | SqlServer requires parentheses to the TOP argument. | ||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2018-01-02 | 2 | -1/+31 |
| |\ \ | |/ | | | | | | | * PHP-7.1: Fix some int/long confusion issues in GMP | ||||
| | * | Fix some int/long confusion issues in GMP | Stanislav Malyshev | 2018-01-02 | 2 | -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.2 | Anatol Belski | 2018-01-02 | 0 | -0/+0 |
| |\ \ | |/ | | | | | | | * PHP-7.1: [ci skip] update NEWS | ||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2018-01-02 | 0 | -0/+0 |
| | |\ | | | | | | | | | | | | | * PHP-7.0: [ci skip] update NEWS | ||||
| | | * | [ci skip] update NEWS | Anatol Belski | 2018-01-02 | 1 | -0/+6 |
| | | | | |||||
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-01-02 | 1 | -119/+120 |
| |\ \ \ | |/ / | | | | | | | | | | * PHP-7.1: regenerated with newer re2c | ||||
| | * | | regenerated with newer re2c | Xinchen Hui | 2018-01-02 | 2 | -1403/+1343 |
| | | | | |||||
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-01-02 | 0 | -0/+0 |
| |\ \ \ | |/ / | | | | | | | * PHP-7.1: | ||||
| | * | | Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1 | Xinchen Hui | 2018-01-02 | 17 | -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.2 | Xinchen Hui | 2018-01-02 | 17 | -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.2 | Stanislav Malyshev | 2018-01-01 | 17 | -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.1 | Stanislav Malyshev | 2018-01-01 | 17 | -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.0 | Stanislav Malyshev | 2018-01-01 | 17 | -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 NEWS | Stanislav Malyshev | 2018-01-01 | 1 | -1/+7 |
| | | | | | | | |||||
| | | | | * | | Fixed bug #75571: Potential infinite loop in gdImageCreateFromGifCtx | Christoph M. Becker | 2018-01-01 | 3 | -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 XSS | Stanislav Malyshev | 2018-01-01 | 14 | -45/+45 |
| | | | | | | | |||||
| * | | | | | | year++ | Xinchen Hui | 2018-01-02 | 934 | -944/+944 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-01-02 | 0 | -0/+0 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | | | * PHP-7.1: year++ | ||||
| | * | | | | year++ | Xinchen Hui | 2018-01-02 | 926 | -936/+936 |
| | |/ / / | |||||
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-01-01 | 3 | -7/+24 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Fixed bug #75502 | Nikita Popov | 2018-01-01 | 3 | -7/+24 |
| | | | | | | | | | | | | | | | | | | | | | The string keys were not duplicated into persistent memory in this case. | ||||
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2 | Jakub Zelenka | 2017-12-30 | 6 | -6/+4 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Use seialize_precision instead of precision in all json tests | Jakub Zelenka | 2017-12-30 | 6 | -6/+6 |
| | | | | | |||||
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2017-12-28 | 2 | -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 Stogov | 2017-12-28 | 2 | -19/+41 |
| | | | | | |||||
| * | | | | Fixed bug #75742 (potential memleak in internal classes's static members) | Xinchen Hui | 2017-12-28 | 2 | -2/+6 |
| | | | | | |||||
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2017-12-28 | 1 | -0/+1 |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | * PHP-7.1: Fixed reference-counting | ||||
| | * | | | Fixed reference-counting | Dmitry Stogov | 2017-12-28 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Updated NEWS | Xinchen Hui | 2017-12-27 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-12-27 | 2 | -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 Hui | 2017-12-27 | 3 | -0/+7 |
| | | | | | |||||
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-12-22 | 2 | -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 10 | Anatol Belski | 2017-12-22 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-12-22 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | * PHP-7.1: Update tool path | ||||
| | * | | | Update tool path | Anatol Belski | 2017-12-22 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-12-22 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | * PHP-7.1: Switch AppVeyor to PostgreSQL 10 for tests | ||||
| | * | | | Switch AppVeyor to PostgreSQL 10 for tests | Anatol Belski | 2017-12-22 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-12-22 | 0 | -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.1 | Anatol Belski | 2017-12-22 | 0 | -0/+0 |
| | |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | * PHP-7.0: [ci skip] update NEWS Fixed bug #75579 (Interned strings buffer overflow may cause crash) | ||||
| | | * | | [ci skip] update NEWS | Anatol Belski | 2017-12-22 | 1 | -4/+4 |
| | | | | | |||||
| | | * | | Fixed bug #75579 (Interned strings buffer overflow may cause crash) | Dmitry Stogov | 2017-12-22 | 2 | -3/+33 |
| | | | | | | | | | | | | | | | | | (cherry picked from commit 37bf8bdc1494abb2ce5cac40e0be80e23682f851) | ||||
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-12-22 | 3 | -0/+39 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Fixed bug #73209 | Nikita Popov | 2017-12-22 | 3 | -0/+39 |
| | | | | | |||||
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-12-22 | 3 | -4/+42 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Fixed bug #75242 | Nikita Popov | 2017-12-22 | 3 | -4/+42 |
| | | | | | |||||
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-12-22 | 3 | -0/+31 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Fixed bug #75717 | Nikita Popov | 2017-12-22 | 3 | -1/+32 |
| | | | | | |||||
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-12-22 | 3 | -20/+24 |
| |\ \ \ \ | |/ / / | |||||
