summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Xinchen Hui2017-09-1212-9/+235
|\ \
| * \ Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-113-0/+20
| |\ \ | | |/
| | * Fixed bug #46781 (BC math handles minus zero incorrectly)Christoph M. Becker2017-09-113-0/+20
| * | 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
* | | Fixed arginfo for get_defined_functionsXinchen Hui2017-09-121-1/+5
|/ /
* | Not sure why these lines are removed :<Xinchen Hui2017-09-111-0/+16
* | Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Xinchen Hui2017-09-1116-66/+273
|\ \
| * \ Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-103-4/+23
| |\ \ | | |/
| | * Fixed bug #73730 (textdomain(null) throws in strict mode)Christoph M. Becker2017-09-103-4/+23
| * | 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-093-7/+34
| |\ \ | | |/
| | * Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)Christoph M. Becker2017-09-093-7/+34
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-09-071-0/+4
| |\ \ | | |/
| | * Add BC define for users of the typoed zend_symbtable_add_newSara Golemon2017-09-071-0/+4
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-09-072-2/+2
| |\ \ | | |/
| | * Fix typo in zend_symtable_add_new() API nameSara Golemon2017-09-072-2/+2
| * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-073-8/+32
| |\ \ | | |/
| | * Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1)Christoph M. Becker2017-09-073-8/+32
| * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-063-1/+20
| |\ \ | | |/
| | * Fixed bug #44995 (bcpowmod() fails if scale != 0)Christoph M. Becker2017-09-063-1/+20
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-09-051-0/+3
| |\ \ | | |/
| | * Add missing null terminationNikita Popov2017-09-051-0/+3
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-09-054-28/+123
| |\ \ | | |/
| | * Fixed bug #70470Bouke van der Bijl2017-09-054-28/+123
| * | Add test for bug #75155Nikita Popov2017-09-042-0/+26
| * | 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-116-67/+58
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-021-1/+1
|\ \ | |/
| * Fix commandAnatol Belski2017-09-021-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-022-2/+3
|\ \ | |/
| * Fixed bug #75139 (libgd/gd_interpolation.c:1786: suspicious if ?)Christoph M. Becker2017-09-022-2/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-311-0/+14
|\ \ | |/
| * Make for exclusion per regexAnatol Belski2017-08-311-0/+14
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-311-2/+5
|\ \ | |/
| * Extend ignore list for DLLs to not to look afterAnatol Belski2017-08-311-2/+5
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-311-3/+3
|\ \ | |/
| * Fix `nmake install` fails when there are no shared extensionsDylan K. Taylor2017-08-311-3/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-311-1/+2
|\ \ | |/
| * Copy dependencies of the core DLL in `nmake snap` for statically-compiled ext...Dylan K. Taylor2017-08-311-1/+2