summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fixed bug #76335 "link(): Bad file descriptor" with non-ASCII pathAnatol Belski2018-05-142-2/+77
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-04-132-10/+10
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fix arginfo for array_replace(_recursive) and array_merge(_recursive)
| * | Fix arginfo for array_replace(_recursive) and array_merge(_recursive)Gabriel Caruso2018-04-132-11/+11
| | |
* | | Fixed #74892 - Fixed URL rewriting for urls started with #Andrew Nester2018-04-122-48/+60
| | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 6c32d271d238a18cfc19d98877cdead1ab38f417) This should have already been merged via 9cd82df0bbb1f9a1407ffb749292576be1b91c07, but that merge went wrong.
* | | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2018-03-271-2/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fixed #75996: Add the right urls to the header of mt_rand.
| * | Fixed #75996: Add the right urls to the header of mt_rand.TATAR Balazs Janos2018-03-271-2/+2
| | |
* | | Add missing skip prefix for some SKIPIF messagesatvoicu2018-03-235-5/+5
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-03-161-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Sync test with newer output
| * | Sync test with newer outputAnatol Belski2018-03-161-1/+1
| | | | | | | | | | | | Czech Republic vs. newer Czechia
* | | Use literal as formatAnatol Belski2018-03-121-1/+1
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-03-101-0/+49
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fixed bug #76068 parse_ini_string fails to parse "[foo]\nbar=1|>baz" with segfault
| * | Fixed bug #76068 parse_ini_string fails to parse "[foo]\nbar=1|>baz" with ↵Anatol Belski2018-03-101-0/+49
| | | | | | | | | | | | segfault
* | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-03-052-37/+11
|\ \ \ | |/ /
| * | Revert "Fixed bug #75961 (Strange references behavior)"Nikita Popov2018-03-052-37/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 94e9d0a2ae76bad712495d820d3962e401085fef. This code needs to be mindful about modifications to the array happening during callback execution. It was written in a way that only accessed the reference, which is guaranteed not to move. The changed implementation instead accesses the array slot, leading to use-after-free. Run ext/standard/tests/array/bug61967.phpt under valgrind to see the issue.
* | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-02-262-2/+34
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fix bug #75981: prevent reading beyond buffer start
| * | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-02-262-2/+34
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fix bug #75981: prevent reading beyond buffer start
| | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-02-262-2/+34
| | |\ | | | | | | | | | | | | | | | | * PHP-5.6: Fix bug #75981: prevent reading beyond buffer start
| | | * Fix bug #75981: prevent reading beyond buffer startStanislav Malyshev2018-02-262-2/+34
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-02-231-5/+5
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: Fix some arginfos
| * | | Fix some arginfosGabriel Caruso2018-02-231-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * all arguments for ftp_pasv are required * $varname for getenv function isn't required anymore * fsockopen and pfsockopen only require $hostname * strtok can work with only one parameter * strpbrk needs two parameters to work * required parameters and add some parameters in openssl_* functions
* | | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-02-172-11/+37
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: Fixed bug #75961 (Strange references behavior)
| * | | Fixed bug #75961 (Strange references behavior)Xinchen Hui2018-02-172-11/+37
| | | |
* | | | Remove getmxrr alias dns_get_mx testGabriel Caruso2018-02-141-27/+0
| | | | | | | | | | | | | | | | | | | | The test is currently failing, and the same functionality is already tested (in a better way) in the getmxrr() test.
* | | | Merge branch 'PHP-7.1' into PHP-7.2Michael Wallner2018-02-052-18/+28
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: fix bug #75916 DNS_CAA record results contain garbage
| * | | fix bug #75916 DNS_CAA record results contain garbageMichael Wallner2018-02-052-18/+28
| | | | | | | | | | | | | | | | | | | | It is assumed that DNS_CAA record values are zero terminated, while its length is defined as (RDATA_LENGTH - tag_length - 2).
* | | | Ensure there are no line breaks in the error msgAnatol Belski2018-02-011-0/+2
| | | |
* | | | fixed Big_endian issue on s390x for stream test casesSam Ding2018-01-271-1/+1
| | | |
* | | | Fixed bug #75653Nikita Popov2018-01-122-1/+21
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-01-091-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: Fixed bug #75781 (substr_count incorrect result)
| * | | Fixed bug #75781 (substr_count incorrect result)Xinchen Hui2018-01-091-1/+1
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-01-031-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: Happy new year (Update copyright to 2018)
| * | | Happy new year (Update copyright to 2018)Lior Kaplan2018-01-021-1/+1
| | | |
| * | | year++Xinchen Hui2018-01-02128-128/+128
| | | |
* | | | year++Xinchen Hui2018-01-02128-128/+128
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-141-0/+66
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: Fixed bug #75679 Path 260 character problem
| * | | Fixed bug #75679 Path 260 character problemAnatol Belski2017-12-141-0/+66
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-11-282-1/+25
|\ \ \ \ | |/ / /
| * | | Fixed #73124: php_ini_scanned_files()johnstevenson2017-11-282-1/+25
| | | | | | | | | | | | | | | | | | | | Additional ini files are reported using the --ini option, but not by `php_ini_scanned_files()`, which relied on PHP_CONFIG_FILE_SCAN_DIR.
* | | | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2017-11-281-2/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: better fix for #75514
| * | | better fix for #75514Remi Collet2017-11-281-2/+2
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-11-271-1/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * PHP-7.1: Fix allocation Fix memory leak
| * | | Fix allocationAnatol Belski2017-11-271-1/+1
| | | |
| * | | Fix memory leakAnatol Belski2017-11-271-0/+2
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-11-273-9/+153
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: Fixed bug #75574 putenv does not work properly if parameter contains non-ASCII unicode character
| * | | Fixed bug #75574 putenv does not work properly if parameter contains ↵Anatol Belski2017-11-273-9/+153
| | | | | | | | | | | | | | | | non-ASCII unicode character
* | | | Merge branch 'PHP-7.1' into PHP-7.2krakjoe2017-11-221-9/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: Fix bug #75409
| * | | Merge branch 'PHP-7.0' into PHP-7.1krakjoe2017-11-221-9/+3
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-7.0: Fix bug #75409
| | * | Fix bug #75409Scott2017-11-221-9/+3
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-11-172-2/+37
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-11-172-2/+37
| |\ \ \ | | |/ /