summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Update CREDITS for PHP 7.2.30Sara Golemon2020-04-142-11/+11
* Fixed bug #79468dinosaur2020-04-141-0/+21
* Fix bug #79465 - use unsigneds as indexes.Stanislav Malyshev2020-04-131-2/+2
* Fix bug #79330 - make all execution modes consistent in rejecting \0Stanislav Malyshev2020-04-131-0/+9
* 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
* 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-141-1/+1
* Fix #77569: Write Acess Violation in DomImplementationChristoph M. Becker2020-02-132-1/+15
* More checks for php_strip_tags_exStanislav Malyshev2020-01-221-2/+2
* 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 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
* Fix #78814: strip_tags allows / in tag name => whitelist bypassChristoph M. Becker2019-12-022-1/+9
* Fix #78833: Integer overflow in pack causes out-of-bound accessChristoph M. Becker2019-12-022-1/+13
* Fix #78849: GD build broken with -D SIGNED_COMPARE_SLOWChristoph M. Becker2019-11-211-1/+1
* Fix $x = (bool)$x; for undefined with opcacheTyson Andre2019-11-181-0/+34
* Fix bug #78804 - Segmentation fault in Locale::filterMatchesStanislav Malyshev2019-11-112-2/+15
* Remove outdated comments in testNikita Popov2019-11-071-3/+3
* Fixed bug #78759Nikita Popov2019-11-072-4/+19
* Fixed bug #78775Nikita Popov2019-11-052-0/+36
* Fix test cases for libxml2 2.9.10Christoph M. Becker2019-10-312-4/+4
* 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
* | Fix #78751: Serialising DatePeriod converts DateTimeImmutableChristoph M. Becker2019-10-282-6/+22
* | Fixed bug #78747Nikita Popov2019-10-253-13/+41
* | Fix bug #78697: inaccurate error messageFabien Villepinte2019-10-213-31/+45
* | Fix #78694: Appending to a variant array causes segfaultChristoph M. Becker2019-10-192-0/+24
* | Fix #70153 \DateInterval incorrectly unserializedm.yakunin2019-10-185-4/+32
* | Fix checksum calculation for opcacheMitch Hagstrand2019-10-143-11/+14
* | Fix #78665: Multicasting may leak memoryChristoph M. Becker2019-10-121-0/+6
* | Fix leak in phar openNikita Popov2019-10-102-7/+8
* | Avoid float to int cast UB in exifNikita Popov2019-10-091-2/+3
* | Remove redundant components < 0 checkNikita Popov2019-10-091-5/+0
* | Add pcre_get_compiled_regex_cache_ex() with local_aware flagSergei Turchanov2019-10-082-2/+11
* | Add missing SKIPIFs in exif testsFabien Villepinte2019-10-084-0/+24
* | Fix #78642: Wrong libiconv version displayedChristoph M. Becker2019-10-081-1/+1
* | Fix #78641: addGlob can modify given remove_path valueChristoph M. Becker2019-10-082-2/+34
* | Check for object_init_ex() failure in user filter factoryNikita Popov2019-10-072-3/+25
* | Set session.gc_probability=0 in bug78624.phptNikita Popov2019-10-071-0/+1