summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug #75871 Use pkg-config for libxml2 if availablePedro Magalhães2018-02-089-9/+9
* Fixed bug #49876 lib path on 64bit distrosDavid Zuelke2018-02-081-10/+12
* Fixed bug #65414Bishop Bettini2018-02-082-3/+43
* Fixed bug #74519 strange behavior of AppendIteratorCHU Zhaowei2018-02-081-1/+0
* fix #74519 strange behavior of AppendIteratorCHU Zhaowei2018-02-082-2/+48
* fix bug #75916 DNS_CAA record results contain garbageMichael Wallner2018-02-052-18/+28
* Use correct certs for SNI server testsJakub Zelenka2018-01-309-316/+240
* Use the correct freeing functionThomas Punt2018-01-291-2/+2
* Revert "Fix #75878: RecursiveTreeIterator::setPostfix has wrong signature"Christoph M. Becker2018-01-271-5/+1
* Fix #75878: RecursiveTreeIterator::setPostfix has wrong signatureChristoph M. Becker2018-01-271-1/+5
* Be consistent in clearing out in php_iconv_string()Philip Prindeville2018-01-261-0/+2
* Updated to version 2018.3 (2018c)Derick Rethans2018-01-241-705/+709
* Fixed bug #73725 Unable to retrieve value of varchar(max) typeAnatol Belski2018-01-222-0/+62
* Fixed #75838 (Memory leak in pg_escape_bytea())Xinchen Hui2018-01-181-0/+1
* Allow pecl like usage in ext/phar, closes #2955Anatol Belski2018-01-151-1/+6
* 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
* Backport narrowing fix to 7.1Nikita Popov2018-01-091-0/+18
* Fixed bug #75781 (substr_count incorrect result)Xinchen Hui2018-01-091-1/+1
* Fix testsAnatol Belski2018-01-042-3/+5
* Skip on Travis-CIAnatol Belski2018-01-031-0/+1
* Extend skip sectionAnatol Belski2018-01-031-1/+16
* Happy new year (Update copyright to 2018)Lior Kaplan2018-01-0213-18/+18
* 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
* regenerated with newer re2cXinchen Hui2018-01-021-119/+120
* 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
| | |\
| | | * 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
| | | * Backport and apply upstream patch for CVE-2017-14107Anatol Belski2017-10-271-1/+6
| | * | Fixed bug #75579 (Interned strings buffer overflow may cause crash)Dmitry Stogov2017-12-221-2/+30
* | | | year++Xinchen Hui2018-01-02630-630/+630
|/ / /
* | | Fixed bug #75502Nikita Popov2018-01-012-7/+23
* | | 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-281-19/+40
* | | Fixed reference-countingDmitry Stogov2017-12-281-0/+1
* | | Fixed bug #73209Nikita Popov2017-12-222-0/+37
* | | Fixed bug #75242Nikita Popov2017-12-222-4/+40
* | | Fixed bug #75717Nikita Popov2017-12-222-0/+27
* | | Fixed bug #70469Anton Artamonov2017-12-222-20/+20
* | | Fix wrong return value for fail case in set attribute handler in pdo_odbcAnatol Belski2017-12-221-1/+1
* | | pdo_odbc has no driver API for quoting, skip the testAnatol Belski2017-12-221-0/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-12-211-2/+30
|\ \ \
| * | | Fixed bug #75579 (Interned strings buffer overflow may cause crash)Dmitry Stogov2017-12-211-2/+30
| |/ /
* | | Ensure expected items delivered in same orderAnatol Belski2017-12-211-12/+11