| Commit message (Expand) | Author | Age | Files | Lines |
* | Update CREDITS for PHP 7.2.30 | Sara Golemon | 2020-04-14 | 2 | -11/+11 |
* | Fixed bug #79468 | dinosaur | 2020-04-14 | 1 | -0/+21 |
* | Fix bug #79465 - use unsigneds as indexes. | Stanislav Malyshev | 2020-04-13 | 1 | -2/+2 |
* | Fix bug #79330 - make all execution modes consistent in rejecting \0 | Stanislav Malyshev | 2020-04-13 | 1 | -0/+9 |
* | Fix test | Stanislav Malyshev | 2020-03-15 | 1 | -1/+1 |
* | Fix bug #79329 - get_headers should not accept \0 | Stanislav Malyshev | 2020-03-15 | 1 | -1/+1 |
* | Fixed bug #79282 | Stanislav Malyshev | 2020-03-15 | 2 | -1/+21 |
* | Mark bug76348.phpt as online test | Nikita Popov | 2020-02-16 | 1 | -0/+1 |
* | Fix bug #79082 - Files added to tar with Phar::buildFromIterator have all-acc... | Stanislav Malyshev | 2020-02-16 | 4 | -0/+65 |
* | Fix bug #79221 - Null Pointer Dereference in PHP Session Upload Progress | Stanislav Malyshev | 2020-02-15 | 2 | -4/+51 |
* | Fix typo in recent bugfix | Christoph M. Becker | 2020-02-14 | 1 | -1/+1 |
* | Fix #77569: Write Acess Violation in DomImplementation | Christoph M. Becker | 2020-02-13 | 2 | -1/+15 |
* | More checks for php_strip_tags_ex | Stanislav Malyshev | 2020-01-22 | 1 | -2/+2 |
* | Fix bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`) | Stanislav Malyshev | 2020-01-20 | 2 | -5/+22 |
* | Fix #79099: OOB read in php_strip_tags_ex | Stanislav Malyshev | 2020-01-20 | 2 | -3/+35 |
* | Fix #79091: heap use-after-free in session_create_id() | Christoph M. Becker | 2020-01-20 | 2 | -0/+68 |
* | Fix test | Stanislav Malyshev | 2019-12-16 | 1 | -1/+1 |
* | Fix bug #78793 | Stanislav Malyshev | 2019-12-16 | 2 | -2/+15 |
* | Fixed bug #78910 | Stanislav Malyshev | 2019-12-16 | 2 | -1/+19 |
* | Fix #78878: Buffer underflow in bc_shift_addsub | Christoph M. Becker | 2019-12-16 | 2 | -2/+15 |
* | Fix test | Stanislav Malyshev | 2019-12-16 | 1 | -1/+1 |
* | Fix #78862: link() silently truncates after a null byte on Windows | Christoph M. Becker | 2019-12-16 | 2 | -1/+18 |
* | Fix #78863: DirectoryIterator class silently truncates after a null byte | Christoph M. Becker | 2019-12-16 | 2 | -2/+33 |
* | Fix #78814: strip_tags allows / in tag name => whitelist bypass | Christoph M. Becker | 2019-12-02 | 2 | -1/+9 |
* | Fix #78833: Integer overflow in pack causes out-of-bound access | Christoph M. Becker | 2019-12-02 | 2 | -1/+13 |
* | Fix #78849: GD build broken with -D SIGNED_COMPARE_SLOW | Christoph M. Becker | 2019-11-21 | 1 | -1/+1 |
* | Fix $x = (bool)$x; for undefined with opcache | Tyson Andre | 2019-11-18 | 1 | -0/+34 |
* | Fix bug #78804 - Segmentation fault in Locale::filterMatches | Stanislav Malyshev | 2019-11-11 | 2 | -2/+15 |
* | Remove outdated comments in test | Nikita Popov | 2019-11-07 | 1 | -3/+3 |
* | Fixed bug #78759 | Nikita Popov | 2019-11-07 | 2 | -4/+19 |
* | Fixed bug #78775 | Nikita Popov | 2019-11-05 | 2 | -0/+36 |
* | Fix test cases for libxml2 2.9.10 | Christoph M. Becker | 2019-10-31 | 2 | -4/+4 |
* | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2019-10-28 | 2 | -4/+4 |
|\ |
|
| * | Fix libmagic buffer overflow issue (CVE-2019-18218) | Stanislav Malyshev | 2019-10-27 | 2 | -4/+4 |
* | | Fix #78751: Serialising DatePeriod converts DateTimeImmutable | Christoph M. Becker | 2019-10-28 | 2 | -6/+22 |
* | | Fixed bug #78747 | Nikita Popov | 2019-10-25 | 3 | -13/+41 |
* | | Fix bug #78697: inaccurate error message | Fabien Villepinte | 2019-10-21 | 3 | -31/+45 |
* | | Fix #78694: Appending to a variant array causes segfault | Christoph M. Becker | 2019-10-19 | 2 | -0/+24 |
* | | Fix #70153 \DateInterval incorrectly unserialized | m.yakunin | 2019-10-18 | 5 | -4/+32 |
* | | Fix checksum calculation for opcache | Mitch Hagstrand | 2019-10-14 | 3 | -11/+14 |
* | | Fix #78665: Multicasting may leak memory | Christoph M. Becker | 2019-10-12 | 1 | -0/+6 |
* | | Fix leak in phar open | Nikita Popov | 2019-10-10 | 2 | -7/+8 |
* | | Avoid float to int cast UB in exif | Nikita Popov | 2019-10-09 | 1 | -2/+3 |
* | | Remove redundant components < 0 check | Nikita Popov | 2019-10-09 | 1 | -5/+0 |
* | | Add pcre_get_compiled_regex_cache_ex() with local_aware flag | Sergei Turchanov | 2019-10-08 | 2 | -2/+11 |
* | | Add missing SKIPIFs in exif tests | Fabien Villepinte | 2019-10-08 | 4 | -0/+24 |
* | | Fix #78642: Wrong libiconv version displayed | Christoph M. Becker | 2019-10-08 | 1 | -1/+1 |
* | | Fix #78641: addGlob can modify given remove_path value | Christoph M. Becker | 2019-10-08 | 2 | -2/+34 |
* | | Check for object_init_ex() failure in user filter factory | Nikita Popov | 2019-10-07 | 2 | -3/+25 |
* | | Set session.gc_probability=0 in bug78624.phpt | Nikita Popov | 2019-10-07 | 1 | -0/+1 |