summaryrefslogtreecommitdiff
path: root/ext/standard/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-081-0/+41
|\
| * Fix #80838: HTTP wrapper waits for HTTP 1 response after HTTP 101manuel2021-03-081-0/+41
* | Fix test wrt. server.inc changesChristoph M. Becker2021-03-031-3/+3
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-031-0/+26
|\ \ | |/
| * Fix #78719: http wrapper silently ignores long Location headersChristoph M. Becker2021-03-031-0/+26
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-011-0/+93
|\ \ | |/
| * Fix #80751: Comma in recipient name breaks email deliveryChristoph M. Becker2021-03-011-0/+93
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-221-0/+32
|\ \ | |/
| * Fix #75776: Flushing streams with compression filter is brokenChristoph M. Becker2021-02-221-0/+32
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-221-0/+16
|\ \ | |/
| * Fix #80771: phpinfo(INFO_CREDITS) displays nothing in CLIChristoph M. Becker2021-02-221-0/+16
* | Avoid signed integer overflow in substr()Nikita Popov2021-02-181-0/+10
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-081-0/+76
|\ \ | |/
| * Fix #80706: mail(): Headers after Bcc headers may be ignoredChristoph M. Becker2021-02-081-0/+76
* | Merge branch 'PHP-7.4' into PHP-8.0Stanislav Malyshev2021-01-266-38/+14
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-266-38/+14
| |\
| | * Alternative fix for bug 77423Christoph M. Becker2021-01-266-38/+14
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-01-191-0/+17
|\ \ \ | |/ /
| * | Fixed bug #42560sj-i2021-01-191-0/+17
| * | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-016-14/+38
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2021-01-016-14/+38
| | |\
| | | * Fix #77423: parse_url() will deliver a wrong host to userPHP-7.2Christoph M. Becker2021-01-016-14/+38
* | | | Fix test nameStanislav Malyshev2021-01-041-1/+1
* | | | Fix bug #79405 - gethostbyname() silently truncates after a null byteStanislav Malyshev2021-01-041-0/+19
* | | | Fix #77423: parse_url() will deliver a wrong host to userChristoph M. Becker2021-01-046-14/+38
* | | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-271-27/+27
|\ \ \ \ | |/ / /
| * | | Replace sort() function calls with ksort() in basic ksort testhaszi2020-12-271-27/+27
* | | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-231-1/+1
|\ \ \ \ | |/ / /
| * | | Fix #80384: limit read buffer sizeAdam Seitz2020-12-231-1/+1
* | | | Detect overlarge step for character range()Nikita Popov2020-12-161-0/+22
* | | | Remove bug41347.phpt as the error cases are already testedekinhbayar2020-12-111-12/+0
* | | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-083-0/+130
|\ \ \ \ | |/ / /
| * | | Fix #77069: stream filter loses final block of dataChristoph M. Becker2020-12-083-0/+130
* | | | Fix another typed resource issue in unserializationNikita Popov2020-12-071-0/+22
* | | | Fix removal of type source during unserializationNikita Popov2020-12-041-0/+17
* | | | Make is_file() and friends return false when path contains 0-byteChristian Schneider2020-12-0310-30/+41
* | | | Fix another ref source management bug in unserializeNikita Popov2020-11-301-0/+19
* | | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-251-0/+31
|\ \ \ \ | |/ / /
| * | | Fixed bug #80411Nikita Popov2020-11-251-0/+31
* | | | Fix unserialization ref source management, againNikita Popov2020-11-252-1/+21
* | | | Fix ref source management during unserializationNikita Popov2020-11-251-0/+21
* | | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-191-0/+73
|\ \ \ \ | |/ / /
| * | | Fix #72964: White space not unfolded for CC/Bcc headersChristoph M. Becker2020-11-191-0/+73
* | | | Strip trailing line breaks and periods from Windows error messagesChristoph M. Becker2020-11-129-40/+32
* | | | Fix memory leak when user filter onCreate returns falseNikita Popov2020-11-121-0/+24
* | | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-043-3/+7
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-11-043-3/+7
| |\ \ \ | | |/ /
| | * | Fix #80266: parse_url silently drops port number 0Christoph M. Becker2020-11-043-3/+7
* | | | Fixed bug #80290Nikita Popov2020-10-301-0/+21
* | | | Don't throw for out of bounds offsets in strspn()Nikita Popov2020-10-276-4661/+4631