summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Templatize driver name in the expected stringAnatol Belski2017-12-201-6/+4
* | | Fixed bug #75671 pg_version() crashes when called on a connection to cockroachAnatol Belski2017-12-151-20/+15
* | | Fixed bug #75679 Path 260 character problemAnatol Belski2017-12-141-0/+66
* | | ext/imap/config.m4: fix ac_cv_u8t_decompose checkMichael Heimpold2017-12-091-1/+1
* | | Fix yet one data race in PCREAnatol Belski2017-12-061-1/+3
* | | Fix use after free revealed by phpdbgAnatol Belski2017-12-051-1/+1
* | | Fixed bug #75601 Thread race in PCRE JIT supportAnatol Belski2017-12-051-0/+18
* | | Fixed bug #75608 ("Narrowing occurred during type inference" error)Dmitry Stogov2017-12-042-2/+35
* | | Fix compat with libcurl 7.56.1+ and file:// wrapperAnatol Belski2017-12-031-0/+11
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-11-291-0/+10
|\ \ \ | |/ /
| * | Define floorf if system doesn't have it (follow up for 22c48761)Lior Kaplan2017-11-291-0/+10
* | | Fixed #73124: php_ini_scanned_files()johnstevenson2017-11-282-1/+25
* | | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-11-281-1/+0
|\ \ \ | |/ /
| * | Fixed bug #64938 libxml_disable_entity_loader setting is shared between reque...Remi Collet2017-11-281-1/+0
* | | better fix for #75514Remi Collet2017-11-281-2/+2
* | | Update NEWs (added bug entry)Xinchen Hui2017-11-281-1/+1
* | | Fix allocationAnatol Belski2017-11-271-1/+1
* | | Fix memory leakAnatol Belski2017-11-271-0/+2
* | | Fixed bug #75574 putenv does not work properly if parameter contains non-ASCI...Anatol Belski2017-11-273-9/+153