summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix testStanislav Malyshev2018-07-171-2/+2
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-07-176-3/+118
* Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-022-1/+26
|\
| * Fixed bug #75231Nikita Popov2018-07-022-1/+26
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-021-3/+1
|\ \ | |/
| * Fix test after serialization changeNikita Popov2018-07-021-3/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-026-41/+63
|\ \ | |/
| * Fixed bug #74670Nikita Popov2018-07-026-41/+63
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-07-011-1/+1
|\ \ | |/
| * Make newly introduced bug76556.phpt more resilientChristoph M. Becker2018-07-011-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-06-302-1/+24
|\ \ | |/
| * Fix #76556: get_debug_info handler for BreakIterator shows wrong typeChristoph M. Becker2018-06-302-1/+24
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-301-1/+1
|\ \ | |/
| * Fix typo in compound dim assign op inferenceNikita Popov2018-06-301-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-06-303-1/+33
|\ \ | |/
| * Fix #71848: getimagesize with $imageinfo returns falseChristoph M. Becker2018-06-303-1/+33
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-292-0/+24
|\ \ | |/
| * Fixed bug #76548 pg_fetch_result did not fetch the next rowAnatol Belski2018-06-292-0/+24
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-283-1/+20
|\ \ | |/
| * Fixed bug #76532 (excessive memory usage in mb_strimwidth)Marcus Schwarz2018-06-283-1/+20
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-06-282-1/+21
|\ \ | |/
| * Fixed bug #76536 (PHP crashes with core dump when throwing exception in error...Xinchen Hui2018-06-282-1/+21
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-2512-5/+356
|\ \ | |/
| * Prepare tests for ICU 62.1Anatol Belski2018-06-2512-5/+356
* | Make new openssl ext tests in 7.2 consitentJakub Zelenka2018-06-212-0/+5
* | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-06-2188-708/+780
|\ \ | |/
| * Use unix NL in all openssl ext testsJakub Zelenka2018-06-213-126/+126
| * Make code in openssl ext tests more consistentJakub Zelenka2018-06-2188-629/+708
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-06-213-6/+35
|\ \ | |/
| * Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys)Xinchen Hui2018-06-213-6/+35
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-06-201-3/+0
|\ \ | |/
| * Revert "ICU 59+ requires C++11 and errors out without the option"Stanislav Malyshev2018-06-201-3/+0
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-06-171-0/+3
|\ \ | |/
| * ICU 59+ requires C++11 and errors out without the optionStanislav Malyshev2018-06-171-0/+3
* | Fix #76300 - Dont attempt to change visibility of a parent privatePedro Magalhães2018-06-173-30/+61
* | Fixed bug #76477 (Opcache causes empty return value)Xinchen Hui2018-06-153-5/+32
* | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-06-141-0/+1
|\ \ | |/
| * Fixed invalid free introduced by d6e81f0bfd0cb90586dd83d4fd47a4302605261a (av...Dmitry Stogov2018-06-141-0/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-133-16/+10
|\ \ | |/
| * Make $locale parameter to BreakIterator ctors optionalNikita Popov2018-06-133-16/+10
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-122-0/+17
|\ \ | |/
| * Fixed bug #76462 Undefined property: DateInterval::$fAnatol Belski2018-06-122-0/+17
* | Add OPSYS_CPM constant as documented and to match libzip namingRemi Collet2018-06-122-2/+3
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-101-0/+1
|\ \ | |/
| * Fix mysqlnd build without opensslNikita Popov2018-06-101-0/+1
* | Fix test portabilityAnatol Belski2018-06-091-1/+1
* | Fix #76409: heap use after free in _php_stream_freeChristoph M. Becker2018-06-092-1/+15
* | Deduplicate code using php_timezone_to_string()Nikita Popov2018-06-081-42/+23
* | cast to int to disable compilation warnings.David Carlier2018-06-081-2/+2
* | Avoid leaking the urandom fdKeyur Govande2018-06-081-0/+1