summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* fix paste issuePHP-7.2.17Remi 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-023-15/+41
* Fix bug #77753 - Heap-buffer-overflow in php_ifd_get32sStanislav Malyshev2019-04-023-0/+20
* Update CREDITS for PHP 7.2.17RC1Sara Golemon2019-03-192-11/+11
* Fixed bug #77765Vlad Temian2019-03-192-1/+23
* Fix #77578: Crash when php unloadChristoph M. Becker2019-03-182-2/+25
* Simplfy test caseXinchen Hui2019-03-181-26/+9
* Make test independent of icu versionNikita Popov2019-03-181-3/+3
* Allow DateTimeImmutable in datefmt_format_object()Nikita Popov2019-03-182-1/+13
* Partial fix for bug #77751Nikita Popov2019-03-182-7/+24
* Fixed bug #77743Nikita Popov2019-03-182-2/+42
* Fix unused variable warningNikita Popov2019-03-181-2/+1
* Fixed 7.2 compat issueDerick Rethans2019-03-171-10/+10
* Fixed bug #75113: Added DatePeriod::getRecurrences() method.Ignace Nyamagana Butera2019-03-173-0/+40
* Added test for #77535 fixPedro Magalhães2019-03-151-0/+77
* Don't immediately destroy curl pushfunctionNikita Popov2019-03-151-5/+1
* Fixed bug #77742Nikita Popov2019-03-141-5/+12
* SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a...bohwaz2019-03-113-0/+50
* Fixed bug #76717Nikita Popov2019-03-112-0/+21
* Speed up TLS wrapper tests when SSLv3 disabledJakub Zelenka2019-03-105-4/+16
* Fix #77700: Writing truecolor images as GIF ignores interlace flagChristoph M. Becker2019-03-062-1/+25
* Fix test portabilityAnatol Belski2019-03-042-7/+7
* Fixed bug #77691Nikita Popov2019-03-042-5/+32
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-034-3/+31
|\
| * Fix bug #77586 - phar_tar_writeheaders_int() buffer overflowStanislav Malyshev2019-03-034-3/+31
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-039-11/+77
|\ \ | |/
| * 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
* | curl_error: return an empty string if no error occurredJay Satiro2019-03-011-2/+6
* | Fixed bug #50020 (DateInterval:createDateFromString() silently fails)Derick Rethans2019-02-283-37/+24
* | Sync with behavior change in OpenSSL 1.1.1bAnatol Belski2019-02-281-1/+1
* | Fixed bug #77669Nikita Popov2019-02-282-13/+46
* | Fixed bug #77664 (Segmentation fault when using undefined constant in custom ...Xinchen Hui2019-02-251-0/+19
* | Print empty string in test for but 77390 just onceJakub Zelenka2019-02-241-2/+5
* | Use spaces instead of tabs in bug 77390 testJakub Zelenka2019-02-241-85/+85
* | Fix inference warning about missing key typeNikita Popov2019-02-222-1/+23
* | Fix bug #77646Frank Denis2019-02-211-1/+2
* | Fixed bug #77597Nikita Popov2019-02-212-11/+38
* | OpenSSL: Improve non-blocking eof testAbyr Valg2019-02-202-12/+35
* | Correct skipif use for OCI8 password testsChristopher Jones2019-02-202-0/+2
* | Fix #77621: Already defined constants are not properly reportedChristoph M. Becker2019-02-152-3/+21
* | Refactor timelib.m4Peter Kokot2019-02-132-85/+8
* | Merge remote-tracking branch 'origin/PHP-7.2' into PHP-7.2Johannes Schlüter2019-02-1213-127/+120
|\ \
| * | Fixed bug #75546DanielCiochiu2019-02-121-7/+4
| * | Fixed bug #77608Nikita Popov2019-02-122-9/+11