summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update versions/dates for PHP 7.1.0RC1php-7.1.0RC1PHP-7.1.0RC1Davey Shafik2016-08-313-4/+4
|
* Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-311-1/+2
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-311-2/+2
| |\
| | * Fix #71882 amendment 2: Negative ftruncate() on php://memory exhausts memoryChristoph M. Becker2016-08-311-2/+2
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-310-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-311-1/+1
| |\ \ | | |/
| | * Fix #71882 amendment: Negative ftruncate() on php://memory exhausts memoryChristoph M. Becker2016-08-311-1/+1
| | | | | | | | | | | | To avoid BC breaks, we do not raise a warning for now.
| | * Update NEWSYasuo Ohgaki2016-08-311-0/+2
| | |
| * | Update NEWSYasuo Ohgaki2016-08-311-0/+2
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-316-0/+198
|\ \ \
| * \ \ Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-311-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Fix #71882 amendment: Negative ftruncate() on php://memory exhausts memoryChristoph M. Becker2016-08-311-1/+1
| | |/ | | | | | | | | | To avoid BC breaks, we do not raise a warning for now.
* | | Update NEWSYasuo Ohgaki2016-08-311-0/+2
| | |
* | | Add testsYasuo Ohgaki2016-08-312-0/+97
| | |
* | | Merge RFC https://wiki.php.net/rfc/session-create-idYasuo Ohgaki2016-08-311-4/+19
| | |
* | | sync testsAnatol Belski2016-08-312-3/+3
| | |
* | | add more defs for resource alloc/deallocAnatol Belski2016-08-311-0/+74
| | |
* | | add yet one defineAnatol Belski2016-08-311-1/+2
| | |
* | | Update NEWSDavey Shafik2016-08-301-0/+1
| | |
* | | Implement \ArgumentCountError exceptionDavey Shafik2016-08-3021-32/+228
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-304-3/+34
|\ \ \ | |/ /
| * | Fix bug #71711Nikita Popov2016-08-304-3/+34
| | | | | | | | | | | | Also handle another case of bug #71996.
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-303-0/+26
|\ \ \ | |/ /
| * | Fixed bug #71996Nikita Popov2016-08-303-0/+26
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-303-0/+33
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-303-0/+33
| |\ \ | | |/
| | * Fix #66797: mb_substr only takes 32-bit signed integerChristoph M. Becker2016-08-303-0/+33
| | | | | | | | | | | | | | | | | | `from` and `len` are `long`, but get passed to mbfl_substr() which expects `int`s. Therefore we clamp the values to avoid the undefined conversion behavior.
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-300-0/+0
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-7.0: fix typo prepare for next
| * | fix typoAnatol Belski2016-08-301-1/+1
| | |
| * | prepare for nextAnatol Belski2016-08-303-6/+10
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-302-1/+31
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-08-302-1/+31
| |\ \ | | |/
| | * Test case for bug #72771Ville Hukkamäki2016-08-302-1/+31
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-304-13/+60
|\ \ \ | |/ /
| * | Fix bug #72957Nikita Popov2016-08-303-12/+24
| | |
| * | Followup for bug #72971Nikita Popov2016-08-302-1/+36
| | | | | | | | | | | | | | | | | | Property writes did not respect the namespace either. This is an incomplete fix in that it only handles the case where an existing child element is modified, not when a new one is created.
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-303-2/+26
|\ \ \ | |/ /
| * | Fix bug #72971Nikita Popov2016-08-303-2/+26
| | |
* | | Update NEWSYasuo Ohgaki2016-08-301-0/+5
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Yasuo Ohgaki2016-08-302-0/+36
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Fixed bug #72940 SID always return "name=ID", even if session cookie exist
| * | Fixed bug #72940 SID always return "name=ID", even if session cookie existYasuo Ohgaki2016-08-303-0/+38
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-303-0/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-303-0/+18
| |\ \ | | |/
| | * Fix #71882: Negative ftruncate() on php://memory exhausts memoryChristoph M. Becker2016-08-303-0/+18
| | | | | | | | | | | | We must not pass negative sizes to a size_t parameter.
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-303-2/+19
|\ \ \ | |/ /
| * | Merge branch 'pull-request/2043' into PHP-7.0Christoph M. Becker2016-08-303-2/+19
| |\ \
| | * | Fix #72320: iconv_substr returns false for empty stringsChristoph M. Becker2016-07-292-2/+16
| | | | | | | | | | | | | | | | | | | | For consistency with substr() and mb_substr(), iconv_substr() should return an empty string instead of FALSE, when $offset == iconv_strlen($str).
* | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-291-0/+6
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.0: fix HANDLE leak
| * | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-291-0/+6
| |\ \ \ | | | |/ | | |/| | | | | | | | | * PHP-5.6: fix HANDLE leak
| | * | fix HANDLE leakAnatol Belski2016-08-291-0/+6
| | | |