summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | Fixed bug #70469Anton Artamonov2017-12-223-20/+24
| | | | | | | | | | | | | | | Don't generate an E_ERROR if we've already thrown an exception. This interacts badly with error_get_last() checks.
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-221-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fix wrong return value for fail case in set attribute handler in pdo_odbc
| * | Fix wrong return value for fail case in set attribute handler in pdo_odbcAnatol Belski2017-12-221-1/+1
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-221-0/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: pdo_odbc has no driver API for quoting, skip the test
| * | pdo_odbc has no driver API for quoting, skip the testAnatol Belski2017-12-221-0/+1
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-12-212-2/+34
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fixed bug #75579 (Interned strings buffer overflow may cause crash)
| * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-12-212-2/+34
| |\ \ | | | | | | | | | | | | | | | | * PHP-7.0: Fixed bug #75579 (Interned strings buffer overflow may cause crash)
| | * | Fixed bug #75579 (Interned strings buffer overflow may cause crash)Dmitry Stogov2017-12-212-3/+33
| | |/
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-211-12/+11
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Ensure expected items delivered in same order
| * | Ensure expected items delivered in same orderAnatol Belski2017-12-211-12/+11
| | |
* | | Update libmagic.patchAnatol Belski2017-12-211-13/+13
| | |
* | | fileinfo: fix misleading indentation in libmagicRiccardo Magliocchetti2017-12-211-1/+1
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-211-1/+7
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fix segfault. Compile param --with-tsrm-pth=yes
| * | Fix segfault. Compile param --with-tsrm-pth=yesEvgeny Kalashnikov2017-12-211-1/+7
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-201-6/+4
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Templatize driver name in the expected string
| * | Templatize driver name in the expected stringAnatol Belski2017-12-201-6/+4
| | |
* | | NEWSRemi Collet2017-12-191-0/+4
| | |
* | | display headers (buildtime) and library (runtime) versions in phpinfo ↵Remi Collet2017-12-193-1/+14
| | | | | | | | | | | | (libzip >= 1.3.1)