summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep NEWS for 7.1.14PHP-7.1.14Sara Golemon2018-01-301-1/+1
* Set versionsphp-7.1.14RC1Anatol Belski2018-01-163-4/+4
* [ci skip] Update NEWSAnatol Belski2018-01-151-0/+4
* Allow pecl like usage in ext/phar, closes #2955Anatol Belski2018-01-151-1/+6
* Fixed bug #75079Nikita Popov2018-01-154-13/+96
* Sync for upcoming vc++ 15.6 version raiseAnatol Belski2018-01-141-0/+2
* [ci skip] Update NEWSAnatol Belski2018-01-131-0/+7
* Fix invalid freeAnatol Belski2018-01-131-1/+9
* Fix generator GC if yield from parent chain does not reach rootNikita Popov2018-01-132-7/+34
* Try to fix yield from GC issuesNikita Popov2018-01-121-2/+4
* Fixed bug #75396Nikita Popov2018-01-123-1/+26
* Revert "Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown f...Nikita Popov2018-01-121-14/+16
* Fixed bug #75774 imap_append HeapCorructionAnatol Belski2018-01-122-6/+29
* Unify EOLAnatol Belski2018-01-121-53/+53
* Extend test, latest cURL ships also with smb and smbsAnatol Belski2018-01-121-1/+1
* Fix test for libtidy 5.6.0Anatol Belski2018-01-111-4/+1
* Fixed bug #75799 (arg of get_defined_functions is optional)Gabriel Caruso2018-01-112-1/+2
* Fixed bug #75786Nikita Popov2018-01-094-10/+24
* Backport narrowing fix to 7.1Nikita Popov2018-01-091-0/+18
* Fixed bug #75781 (substr_count incorrect result)Xinchen Hui2018-01-092-1/+4
* Fix testsAnatol Belski2018-01-042-3/+5
* Skip on Travis-CIAnatol Belski2018-01-031-0/+1
* Extend skip sectionAnatol Belski2018-01-031-1/+16
* Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2018-01-030-0/+0
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2018-01-030-0/+0
| |\
| | * 2018Remi Collet2018-01-031-2/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2018-01-030-0/+0
|\ \ \ | |/ /
| * | 2018Remi Collet2018-01-031-2/+2
* | | missing changelog entriesRemi Collet2018-01-031-0/+9
* | | Merge branch 'PHP-7.1-copyright' of https://github.com/kaplanlior/php-src int...Xinchen Hui2018-01-0326-36/+36
|\ \ \
| * | | Happy new year (Update copyright to 2018)Lior Kaplan2018-01-0226-36/+36
* | | | Merge branch 'PHP-7.0' into PHP-7.1Ferenc Kovacs2018-01-030-0/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Ferenc Kovacs2018-01-030-0/+0
| |\ \ | | |/
| | * php 5.6.34 is nextFerenc Kovacs2018-01-033-5/+7
* | | Skip test for pdo_odbcAnatol Belski2018-01-021-0/+1
* | | Fix test for pdo_odbcAnatol Belski2018-01-021-0/+3
* | | Fix some int/long confusion issues in GMPStanislav Malyshev2018-01-022-1/+31
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2018-01-020-0/+0
|\ \ \ | |/ /
| * | [ci skip] update NEWSAnatol Belski2018-01-021-0/+6
* | | regenerated with newer re2cXinchen Hui2018-01-022-1403/+1343
* | | Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Xinchen Hui2018-01-0217-50/+65
|\ \ \
| * \ \ Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-01-0117-50/+65
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-01-0117-50/+65
| | |\ \ | | | |/
| | | * Update NEWSStanislav Malyshev2018-01-011-1/+7
| | | * Fixed bug #75571: Potential infinite loop in gdImageCreateFromGifCtxChristoph M. Becker2018-01-013-5/+20
| | | * Fix bug #74782: remove file name from output to avoid XSSStanislav Malyshev2018-01-0114-45/+45
* | | | year++Xinchen Hui2018-01-02926-936/+936
|/ / /
* | | Fixed bug #75502Nikita Popov2018-01-013-7/+24
* | | Use seialize_precision instead of precision in all json testsJakub Zelenka2017-12-306-6/+6
* | | Fixed bug #75720 (File cache not populated after SHM runs full)Dmitry Stogov2017-12-282-19/+41