summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update CREDITS for PHP 7.2.29PHP-7.2.29Remi Collet2020-03-172-11/+11
* Update NEWS for PHP 7.2.29Remi Collet2020-03-171-1/+1
* [ci skip] Update NEWSStanislav Malyshev2020-03-151-0/+7
* Fix testStanislav Malyshev2020-03-151-1/+1
* Fix bug #79329 - get_headers should not accept \0Stanislav Malyshev2020-03-151-1/+1
* Fixed bug #79282Stanislav Malyshev2020-03-152-1/+21
* bump version to 7.2.29Remi Collet2020-02-183-5/+8
* Update NEWS [ci skip]Christoph M. Becker2020-02-171-0/+8
* Mark bug76348.phpt as online testNikita Popov2020-02-161-0/+1
* Fix bug #79082 - Files added to tar with Phar::buildFromIterator have all-acc...Stanislav Malyshev2020-02-164-0/+65
* Fix bug #79221 - Null Pointer Dereference in PHP Session Upload ProgressStanislav Malyshev2020-02-152-4/+51
* Fix typo in recent bugfixChristoph M. Becker2020-02-142-2/+2
* Fix #77569: Write Acess Violation in DomImplementationChristoph M. Becker2020-02-133-1/+18
* More checks for php_strip_tags_exStanislav Malyshev2020-01-221-2/+2
* next will be 7.2.28Remi Collet2020-01-223-5/+8
* Update NEWSStanislav Malyshev2020-01-201-0/+9
* Fix bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`)Stanislav Malyshev2020-01-202-5/+22
* Fix #79099: OOB read in php_strip_tags_exStanislav Malyshev2020-01-202-3/+35
* Fix #79091: heap use-after-free in session_create_id()Christoph M. Becker2020-01-202-0/+68
* fix release dateRemi Collet2019-12-181-1/+1
* [ci skip] Update NEWSStanislav Malyshev2019-12-161-0/+16
* Fix testStanislav Malyshev2019-12-161-1/+1
* Fix bug #78793Stanislav Malyshev2019-12-162-2/+15
* Fixed bug #78910Stanislav Malyshev2019-12-162-1/+19
* Fix #78878: Buffer underflow in bc_shift_addsubChristoph M. Becker2019-12-162-2/+15
* Fix testStanislav Malyshev2019-12-161-1/+1
* Fix #78862: link() silently truncates after a null byte on WindowsChristoph M. Becker2019-12-162-1/+18
* Fix #78863: DirectoryIterator class silently truncates after a null byteChristoph M. Becker2019-12-162-2/+33
* next is 7.2.27Remi Collet2019-12-033-5/+8
* Fix #78814: strip_tags allows / in tag name => whitelist bypassChristoph M. Becker2019-12-023-1/+11
* Fix #78833: Integer overflow in pack causes out-of-bound accessChristoph M. Becker2019-12-023-1/+15
* Added environment LSAPI_CLEAN_SHUTDOWN to control clean shutdown. Update SAPI...George Wang2019-11-211-14/+26
* Fix #78849: GD build broken with -D SIGNED_COMPARE_SLOWChristoph M. Becker2019-11-212-1/+4
* Update NEWSChristoph M. Becker2019-11-181-0/+4
* Fix $x = (bool)$x; for undefined with opcacheTyson Andre2019-11-183-8/+58
* Fix bug #78804 - Segmentation fault in Locale::filterMatchesStanislav Malyshev2019-11-113-4/+20
* Remove outdated comments in testNikita Popov2019-11-071-3/+3
* Fixed bug #78759Nikita Popov2019-11-073-4/+21
* Bump for 7.2.26-devSara Golemon2019-11-053-5/+8
* Fixed bug #78775Nikita Popov2019-11-053-0/+40
* Fix test cases for libxml2 2.9.10Christoph M. Becker2019-10-312-4/+4
* Add missing refcount incrementNikita Popov2019-10-301-0/+1
* Fixed bug #78689Nikita Popov2019-10-293-1/+23
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-10-282-4/+4
|\
| * Fix libmagic buffer overflow issue (CVE-2019-18218)Stanislav Malyshev2019-10-272-4/+4
| * bump versionJoe Watkins2019-10-223-6/+10
| * set versions for releasephp-7.1.33Joe Watkins2019-10-223-3/+3
* | Fix #78751: Serialising DatePeriod converts DateTimeImmutableChristoph M. Becker2019-10-283-6/+23
* | Fix bug #78752Nikita Popov2019-10-283-8/+38
* | Fixed bug #78747Nikita Popov2019-10-254-13/+42