summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leaks in parse_ini_file()Dmitry Stogov2016-11-181-8/+5
* Improvement for bug73297Julien Pauli2016-11-171-1/+1
* Simplify ext/standard/tests/http/bug73297.phptRowan Collins2016-11-171-26/+18
* http_fopen_wrapper.c - bug#73297 Skip past "100 Continue" responsesRowan Collins2016-11-171-0/+18
* Add failing test for bug#73297Rowan Collins2016-11-171-0/+41
* Merge branch 'pull-request/2198'Joe Watkins2016-11-121-1/+1
* Merge remote-tracking branch 'phpsec/PHP-7.0.13' into PHP-7.0Anatol Belski2016-11-081-0/+24
|\
| * Fix bug #73144 and bug #73341 - remove extra dtorStanislav Malyshev2016-11-011-0/+24
* | Complete the fix of bug #70172 for PHP 7Nikita Popov2016-11-052-9/+7
* | More int->size_t and string overflow fixesStanislav Malyshev2016-11-053-23/+11
* | fix dir separatorAnatol Belski2016-11-041-4/+4
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-031-7/+5
|\ \
* \ \ Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-031-4/+6
|\ \ \ | |/ /
| * | More string length checks & fixesStanislav Malyshev2016-11-032-6/+7
* | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-11-013-0/+6
|\ \ \ | |/ / | | / | |/ |/|
| * Fix #73436: Setting allow_url_fopen to Off makes several tests failChristoph M. Becker2016-11-013-0/+6
| * Clear FG(user_stream_current_filename) when bailing outSara Golemon2016-10-111-0/+16
| * Merge branch 'PHP-5.6.27' into PHP-5.6Stanislav Malyshev2016-10-112-50/+60
| |\
| | * Fix testsStanislav Malyshev2016-10-111-2/+0
| | * fix tsrmStanislav Malyshev2016-10-111-2/+2
| | * Fix for #73240 - Write out of bounds at number_formatStanislav Malyshev2016-10-101-48/+60
* | | Fix test outputNikita Popov2016-10-231-0/+2
* | | Fix bug #71241: array_replace_recursive mutates ref paramsAdam Saponara2016-10-202-12/+39
* | | Add php_random_int internal APILeigh2016-10-202-24/+45
* | | Revert "Fix bug #47890 #73215 uniqid() should use better random source"Joe Watkins2016-10-181-19/+2
* | | Fix bug #47890 #73215 uniqid() should use better random sourceYasuo Ohgaki2016-10-181-2/+19
* | | Merge branch 'pull-request/1808'Joe Watkins2016-10-171-0/+29
* | | Revert "Fix for #73240 - Write out of bounds at number_format"Anatol Belski2016-10-121-3/+10
* | | Fix for #73240 - Write out of bounds at number_formatStanislav Malyshev2016-10-121-10/+3
* | | Clear FG(user_stream_current_filename) when bailing outSara Golemon2016-10-111-0/+23
* | | Merge branch 'PHP-7.0.12' into PHP-7.0Stanislav Malyshev2016-10-111-5/+12
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/PHP-7.0.12' into PHP-7.0.12Stanislav Malyshev2016-10-112-5/+11
| |\ \ \
| * | | | Fix for #73240 - Write out of bounds at number_formatStanislav Malyshev2016-10-101-5/+12
* | | | | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-10-0813-104/+133
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix bug #73192Nikita Popov2016-10-0811-56/+49
| * | | | Revert "Fixed test"Nikita Popov2016-10-081-2/+32
| * | | | Revert "Added validation to parse_url() to prohibit restricted characters ins...Nikita Popov2016-10-0811-46/+52
* | | | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-10-051-1/+5
|\ \ \ \ \ | |/ / / /
| * | | | Fix bug #73037, second roundAnatol Belski2016-10-051-1/+5
* | | | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-10-0412-84/+48
|\ \ \ \ \ | |/ / / /
| * | | | Fixed testIlia Alshanetsky2016-10-041-32/+2
| * | | | Added validation to parse_url() to prohibit restricted characters inside logi...Ilia Alshanetsky2016-10-0411-52/+46
| * | | | Apparently negative wordwrap is a thing and should work as length = 0.Stanislav Malyshev2016-10-031-1/+5
| * | | | Really fix bug #73017Stanislav Malyshev2016-10-031-4/+10
* | | | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-302-2/+26
|\ \ \ \ \ | |/ / / /
| * | | | Fix #73203: passing additional_parameters causes mail to failChristoph M. Becker2016-09-302-2/+26
| | |_|/ | |/| |
| * | | fix test (32bits)Remi Collet2016-09-151-1/+1
| * | | Fix bug #73052 - Memory Corruption in During Deserialized-object DestructionStanislav Malyshev2016-09-123-30/+50
| * | | Add check in fgetcsv in case sizeof(unit) != sizeof(size_t)Stanislav Malyshev2016-09-121-0/+4
| * | | Also fix overflow in wordwrapStanislav Malyshev2016-09-121-1/+1