summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-04-142-2/+2
|\ \ \ | |/ /
| * | Fix test casesChristoph M. Becker2020-04-142-2/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-143-0/+31
|\ \ \ | |/ /
| * | Fixed bug #79468dinosaur2020-04-143-0/+31
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-04-141-0/+2
|\ \ \ | |/ /
| * | Add NEWS entries [ci skip]Christoph M. Becker2020-04-141-0/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2020-04-132-2/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-04-132-2/+11
| |\ \ | | |/
| | * Fix bug #79465 - use unsigneds as indexes.Stanislav Malyshev2020-04-131-2/+2
| | * Fix bug #79330 - make all execution modes consistent in rejecting \0Stanislav Malyshev2020-04-131-0/+9
* | | Fixed bug #78434Nikita Popov2020-04-094-5/+34
* | | Add php_cli_server_connect() helperNikita Popov2020-04-0833-251/+83
* | | Make mysqli_poll test more deterministicNikita Popov2020-04-081-5/+7
* | | Relax overly strict test expectationChristoph M. Becker2020-04-081-2/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-04-081-2/+9
|\ \ \ | |/ /
| * | Fix memory leak introduced by fixing bug #78221Christoph M. Becker2020-04-081-2/+9
* | | Fix testNikita Popov2020-04-081-2/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4George Peter Banyard2020-04-075-28/+33
|\ \ \ | |/ /
| * | Revert "Went to fast and forgot to update tests"George Peter Banyard2020-04-073-16/+32
| * | Revert "Fix Bug #79448 0 is a valid Unicode codepoint, but mb_substitute_char...George Peter Banyard2020-04-072-12/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-04-073-0/+29
|\ \ \ | |/ /
| * | Fix #78221: DOMNode::normalize() doesn't remove empty text nodesChristoph M. Becker2020-04-073-0/+29
* | | Fix #69264: __debugInfo() ignored while extending SPL classesChristoph M. Becker2020-04-067-36/+193
* | | Merge branch 'PHP-7.3' into PHP-7.4George Peter Banyard2020-04-033-34/+17
|\ \ \ | |/ /
| * | Went to fast and forgot to update testsGeorge Peter Banyard2020-04-033-32/+16
* | | Merge branch 'PHP-7.3' into PHP-7.4George Peter Banyard2020-04-032-1/+12
|\ \ \ | |/ /
| * | Fix Bug #79448 0 is a valid Unicode codepoint, but mb_substitute_character(0)...George Peter Banyard2020-04-032-1/+12
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-031-1/+1
|\ \ \ | |/ /
| * | Fix incorrect free for last_messageQianqian Bu2020-04-031-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-022-14/+22
|\ \ \ | |/ /
| * | Fixed bug #79434Nikita Popov2020-04-023-14/+26
* | | Skip fpm tests not designed to be run as rootMatteo Beccati2020-04-024-0/+13
* | | Allow fpm tests to be run with long socket pathMatteo Beccati2020-04-021-1/+11
* | | Enable error diagnostic for check_default_conf_path.phptChristoph M. Becker2020-04-011-0/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-012-3/+8
|\ \ \ | |/ /
| * | Fix literal compaction collision between string and doubleNikita Popov2020-04-012-3/+8
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-04-011-0/+3
|\ \ \ | |/ /
| * | Add NEWS entryc [ci skip]Christoph M. Becker2020-04-011-0/+4
* | | Merge branch 'PHP-7.3' into PHP-7.4George Peter Banyard2020-04-013-4/+17
|\ \ \ | |/ /
| * | Fix bug 79441George Peter Banyard2020-04-013-4/+17
* | | The 7.4 branch is now for 7.4.6Derick Rethans2020-03-312-1/+4
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-310-0/+0
|\ \ \ | |/ /
| * | Next is 7.3.18Christoph M. Becker2020-03-314-6/+8
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-314-3/+21
|\ \ \ | |/ /
| * | Fix #79413: session_create_id() fails for active sessionsChristoph M. Becker2020-03-314-3/+21
* | | Don't check directory nlink in stat testsNikita Popov2020-03-302-69/+2
* | | Fix #74940: DateTimeZone loose comparison always trueChristoph M. Becker2020-03-303-43/+78
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-302-0/+8
|\ \ \ | |/ /
| * | Fix #79427: Integer Overflow in shmop_open()Christoph M. Becker2020-03-302-0/+8
* | | Allow numeric [UG]ID in FPM listen.{owner,group}Andre Nathan2020-03-296-15/+204