summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-202-1/+21
|\
| * Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags)Christoph M. Becker2017-09-202-1/+21
| * Fixed testDmitry Stogov2017-09-121-0/+1
* | Fixed bug #75018, fixed bug #75177Anatol Belski2017-09-133-1/+72
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-121-1/+1
|\ \ | |/
| * Fix test failure on 32-bitAnatol Belski2017-09-121-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-122-2/+20
|\ \ | |/
| * Fixed bug #75193 segfault in collator_convert_object_to_stringRemi Collet2017-09-122-2/+20
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-09-122-1/+19
|\ \ | |/
| * fix bug #75173 incorrect behavior of AppendIterator::append in foreach loopjhdxr2017-09-122-1/+19
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-112-0/+19
|\ \ | |/
| * Fixed bug #46781 (BC math handles minus zero incorrectly)Christoph M. Becker2017-09-112-0/+19
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-112-0/+207
|\ \ | |/
| * Fork test to keep up with libxsl >= 1.1.30Anatol Belski2017-09-112-0/+207
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-111-0/+1
|\ \ | |/
| * Add symbol to libxml exportsAnatol Belski2017-09-111-0/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-111-3/+1
|\ \ | |/
| * Fix test compat with libxml2 2.9.5Anatol Belski2017-09-111-3/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-111-1/+1
|\ \ | |/
| * Fix test compat with libxml2 2.9.5Anatol Belski2017-09-111-1/+1
* | Fix test portabilityAnatol Belski2017-09-113-3/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-111-2/+2
|\ \ | |/
| * Fix test compatibility with libxml2 2.9.5Anatol Belski2017-09-111-2/+2
* | Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Xinchen Hui2017-09-1111-36/+145
|\ \
| * \ Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-102-4/+20
| |\ \ | | |/
| | * Fixed bug #73730 (textdomain(null) throws in strict mode)Christoph M. Becker2017-09-102-4/+20
| * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-092-0/+24
| |\ \ | | |/
| | * Fix bug75178.phpt on WindowsChristoph M. Becker2017-09-092-0/+24
| * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-092-7/+33
| |\ \ | | |/
| | * Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)Christoph M. Becker2017-09-092-7/+33
| * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-072-8/+31
| |\ \ | | |/
| | * Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1)Christoph M. Becker2017-09-072-8/+31
| * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-062-1/+17
| |\ \ | | |/
| | * Fixed bug #44995 (bcpowmod() fails if scale != 0)Christoph M. Becker2017-09-062-1/+17
| * | Add test for bug #75155Nikita Popov2017-09-041-0/+22
| * | Revert "Fixed #74977 - Appending AppendIterator leads to segfault"Nikita Popov2017-09-042-19/+1
* | | Fixed bug #75152 (signed integer overflow in parse_iv)Xinchen Hui2017-09-115-67/+57
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-021-2/+2
|\ \ | |/
| * Fixed bug #75139 (libgd/gd_interpolation.c:1786: suspicious if ?)Christoph M. Becker2017-09-021-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-08-311-1/+1
|\ \ | |/
| * move AC_DEFINE in the right position (in bundled lib conditon)Remi Collet2017-08-311-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-08-273-0/+38
|\ \ | |/
| * Fixed bug #75124 (gdImageGrayScale() may produce colors)Christoph M. Becker2017-08-273-0/+38
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-08-252-11/+33
|\ \ | |/
| * Fixed bug #75090Thomas Punt2017-08-252-11/+33
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-08-241-8/+8
|\ \ | |/
| * From documentation, only the sign of returned value is relevantRemi Collet2017-08-241-8/+8
* | Merge branch 'PHP-7.0' into PHP-7.1Tianfang Yang2017-08-221-5/+46
|\ \ | |/
| * Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized before PH...Ingmar Runge2017-08-221-5/+46
* | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2017-08-191-2/+2
|\ \ | |/