summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* set version for releasephp-7.1.10PHP-7.1.10Joe Watkins2017-09-263-4/+4
|
* set versionsphp-7.1.10RC1Joe Watkins2017-09-123-4/+4
|
* Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-09-121-1/+0
|\ | | | | | | | | * PHP-7.0: drop symbol definition, and not defined anywhere
| * drop symbol definition, and not defined anywhereRemi Collet2017-09-121-1/+0
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-120-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: [ci skip] update NEWS
| * [ci skip] update NEWSAnatol Belski2017-09-121-0/+1
| |
* | [ci skip] update NEWSAnatol Belski2017-09-121-0/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-122-2/+20
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #75193 segfault in collator_convert_object_to_string
| * Fixed bug #75193 segfault in collator_convert_object_to_stringRemi Collet2017-09-122-2/+20
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-120-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: Move dev to 7.0.25
| * Move dev to 7.0.25Anatol Belski2017-09-123-5/+9
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-120-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: [ci skip] Fix news entry format
| * [ci skip] Fix news entry formatAnatol Belski2017-09-121-1/+1
| |
* | [ci skip] Fix news entry formatAnatol Belski2017-09-121-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-09-123-1/+21
|\ \ | |/ | | | | | | * PHP-7.0: fix bug #75173 incorrect behavior of AppendIterator::append in foreach loop
| * fix bug #75173 incorrect behavior of AppendIterator::append in foreach loopjhdxr2017-09-123-1/+23
| |
* | Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Xinchen Hui2017-09-1212-9/+235
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-7.1' of git.php.net:/php-src: Fixed bug #46781 (BC math handles minus zero incorrectly) Fork test to keep up with libxsl >= 1.1.30 Add symbol to libxml exports Fix test compat with libxml2 2.9.5 Fix test compat with libxml2 2.9.5 Fix test portability Fix test compatibility with libxml2 2.9.5
| * \ Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-113-0/+20
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fixed bug #46781 (BC math handles minus zero incorrectly)
| | * Fixed bug #46781 (BC math handles minus zero incorrectly)Christoph M. Becker2017-09-113-0/+20
| | | | | | | | | | | | | | | | | | | | | Actually, there is no negative zero at all. We obey Postel's law, and still accept negative zeroes, but we store them as positive zeroes after the conversion from string, i.e. we normalize before further processing.
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-112-0/+207
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fork test to keep up with libxsl >= 1.1.30
| | * Fork test to keep up with libxsl >= 1.1.30Anatol Belski2017-09-112-0/+207
| | | | | | | | | | | | | | | | | | The behavior of date parsing has changed and is reflected in the changelog. Invalid dates are not accepted, in particular dates with a negative year, as in this test.
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-111-0/+1
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Add symbol to libxml exports
| | * Add symbol to libxml exportsAnatol Belski2017-09-111-0/+1
| | |
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-111-3/+1
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fix test compat with libxml2 2.9.5
| | * Fix test compat with libxml2 2.9.5Anatol Belski2017-09-111-3/+1
| | | | | | | | | | | | One warning disappeared, but the flow is still valid.
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-111-1/+1
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fix test compat with libxml2 2.9.5
| | * Fix test compat with libxml2 2.9.5Anatol Belski2017-09-111-1/+1
| | | | | | | | | | | | From 2.9.5 on libxml explcitly initializes the keepBlanks flag.
| * | Fix test portabilityAnatol Belski2017-09-113-3/+3
| | | | | | | | | | | | | | | The message comes from the C runtime, so it is not reliable to check the exact wording.
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-111-2/+2
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fix test compatibility with libxml2 2.9.5
| | * 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
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-7.1' of git.php.net:/php-src: Fixed bug #73730 (textdomain(null) throws in strict mode) Fix bug75178.phpt on Windows Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus) Add BC define for users of the typoed zend_symbtable_add_new Fix typo in zend_symtable_add_new() API name Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1) Fixed bug #44995 (bcpowmod() fails if scale != 0) Add missing null termination Fixed bug #70470 Add test for bug #75155 Revert "Fixed #74977 - Appending AppendIterator leads to segfault"
| * \ Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-103-4/+23
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fixed bug #73730 (textdomain(null) throws in strict mode)
| | * Fixed bug #73730 (textdomain(null) throws in strict mode)Christoph M. Becker2017-09-103-4/+23
| | | | | | | | | | | | | | | The $text_domain parameter may be NULL, which we have to cater to explicitly with regard to strict_types.
| * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-092-0/+24
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fix bug75178.phpt on Windows
| | * Fix bug75178.phpt on WindowsChristoph M. Becker2017-09-092-0/+24
| | | | | | | | | | | | | | | | | | bug75178.phpt fails on Windows, because the stderr output is not interspersed with stdout output there, but rather is appended to the end. The fix is analogous to bug72093.phpt.
| * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-093-7/+34
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)
| | * Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)Christoph M. Becker2017-09-093-7/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since `bcpowmod()` does not support non-integral operands, we have to truncate these in addition to emitting a respective warning. We also have to work with the truncated values in the following. We recognize that the division by one to enforce the truncation is actually overkill, but we stick with it for now, and shall tackle the issue for PHP 7.3.
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-09-071-0/+4
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Add BC define for users of the typoed zend_symbtable_add_new
| | * 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
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fix typo in zend_symtable_add_new() API name
| | * 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
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1)
| | * Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1)Christoph M. Becker2017-09-073-8/+32
| | | | | | | | | | | | | | | `x mod 1` is always zero; we have to take the scale into account, though.
| * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-063-1/+20
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fixed bug #44995 (bcpowmod() fails if scale != 0)
| | * Fixed bug #44995 (bcpowmod() fails if scale != 0)Christoph M. Becker2017-09-063-1/+20
| | | | | | | | | | | | | | | `bc_divmod()` is supposed to do integer division, so we must not apply a scale factor here.
| * | 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
| |\ \ | | |/