summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix configurePHP-7.1Joe Watkins2019-12-061-1/+1
* fix version for sake of history ... goodbye 7.1Joe Watkins2019-12-051-2/+2
* 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 bug #78599 (env_path_info underflow can lead to RCE) (CVE-2019-11043)Jakub Zelenka2019-10-204-5/+75
* bump versions after releaseJoe Watkins2019-08-283-6/+10
* set versions for releasephp-7.1.32Joe Watkins2019-08-283-4/+12
* Fix #75457: heap-use-after-free in php7.0.25Christoph M. Becker2019-08-252-1/+20
* Fix CVE-2019-13224: don't allow different encodings for onig_new_deluxe()Stanislav Malyshev2019-08-241-3/+3
* set version for releasephp-7.1.31Joe Watkins2019-07-313-4/+4
* Fix #77919: Potential UAF in Phar RSHUTDOWNChristoph M. Becker2019-07-293-2/+10
* Update NEWSStanislav Malyshev2019-07-291-0/+6
* Fix bug #78256 (heap-buffer-overflow on exif_process_user_comment)Stanislav Malyshev2019-07-293-3/+14
* Fix bug #78222 (heap-buffer-overflow on exif_scan_thumbnail)Stanislav Malyshev2019-07-293-1/+12
* Upgrade to SQLite 3.28.0Christoph M. Becker2019-07-094-18037/+42886
* bump version after releaseJoe Watkins2019-05-283-5/+9
* Fix bug #77967 - Bypassing open_basedir restrictions via file urisStanislav Malyshev2019-05-272-3/+15
* Fix bug #77988 - heap-buffer-overflow on php_jpg_get16Stanislav Malyshev2019-05-274-2/+19
* Update NEWSStanislav Malyshev2019-05-271-3/+13
* Fix bug #78069 - Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due t...Stanislav Malyshev2019-05-273-1/+18
* Fix #77973: Uninitialized read in gdImageCreateFromXbmChristoph M. Becker2019-05-272-1/+31
* Fix bug #77950 - Heap-buffer-overflow in _estrndup via exif_process_IFD_TAGStanislav Malyshev2019-04-304-3/+22
* Fix #77821: Potential heap corruption in TSendMail()Christoph M. Becker2019-04-291-6/+7
* Always use ZEND_SECURE_ZERO() when cleaning up dataStanislav Malyshev2019-04-065-5/+7
* bump versions after releaseJoe Watkins2019-04-023-5/+9
* fix paste issueRemi Collet2019-04-021-1/+1
* Pointer arithmetic on void pointers is illegalChristoph M. Becker2019-04-021-2/+2
* Fixed bug #77831 - Heap-buffer-overflow in exif_iif_add_value in EXIFStanislav Malyshev2019-04-024-15/+42
* Update NEWSStanislav Malyshev2019-03-311-0/+3
* Fix bug #77753 - Heap-buffer-overflow in php_ifd_get32sStanislav Malyshev2019-03-313-0/+20
* Validate subject encoding in mb_split and mb_ereg_matchNikita Popov2019-03-272-5/+12
* Validate pattern against mbregex encodingNikita Popov2019-03-276-15/+31
* SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a...bohwaz2019-03-116-1/+74
* Sync with behavior change in OpenSSL 1.1.1bAnatol Belski2019-03-081-1/+1
* fix newsJoe Watkins2019-03-051-2/+2
* bump versions after releaseJoe Watkins2019-03-053-5/+9
* Fix bug #77630 - safer rename() procedureStanislav Malyshev2019-03-041-17/+34
* Fix bug #77586 - phar_tar_writeheaders_int() buffer overflowStanislav Malyshev2019-03-035-8/+37
* Update NEWSStanislav Malyshev2019-03-031-0/+16
* Fix test error messageStanislav Malyshev2019-03-031-1/+1
* Fix bug #77563 - Uninitialized read in exif_process_IFD_in_MAKERNOTEStanislav Malyshev2019-03-033-1/+18
* Fix bug #77540 - Invalid Read on exif_process_SOFnStanislav Malyshev2019-03-033-2/+24
* Fix integer overflows on 32-bitsStanislav Malyshev2019-03-031-7/+7
* Fix #77431 SplFileInfo::__construct() accepts NUL bytesChristoph M. Becker2019-03-032-1/+10
* Fix bug #77396 - Null Pointer Dereference in phar_create_or_parse_filenameStanislav Malyshev2019-03-032-0/+18
* Use pkg-config for ICU, as the old icu-config has been deprecatedDerick Rethans2019-02-071-32/+66
* Bump for 7.1.27Sara Golemon2019-01-083-5/+8
* Still leaking for some reason, XFAIL for now, I'll look into it later.Stanislav Malyshev2019-01-071-0/+2
* Merge branch 'PHP-5.6' into PHP-7.1Stanislav Malyshev2019-01-066-2/+22
|\