summaryrefslogtreecommitdiff
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-024-15/+45
* Fix bug #77753 - Heap-buffer-overflow in php_ifd_get32sStanislav Malyshev2019-04-023-0/+20
* 7.2.17 NEWSSara Golemon2019-04-021-1/+1
* NEWSRemi Collet2019-03-201-1/+0
* Revert "Fix #77609: Tests from mailparse extension fails"Remi Collet2019-03-201-4/+3
* Update CREDITS for PHP 7.2.17RC1Sara Golemon2019-03-192-11/+11
* Update NEWS for PHP 7.2.17RC1Sara Golemon2019-03-191-1/+1
* Fixed bug #77765Vlad Temian2019-03-193-1/+25
* Fix #77767: phpdbg break command help message shows incorrect aliasesMiriam Lauter2019-03-192-2/+6
* Fix #77578: Crash when php unloadChristoph M. Becker2019-03-183-2/+28
* Add bison version check to configureChristoph M. Becker2019-03-181-1/+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-183-2/+44
* Fix unused variable warningNikita Popov2019-03-181-2/+1
* Don't disable object slot reuse while running shutdown functionstwosee2019-03-183-4/+20
* Fixed 7.2 compat issueDerick Rethans2019-03-171-10/+10
* Merge branch 'pr/3888' into PHP-7.2Derick Rethans2019-03-174-4/+46
|\
| * Fixed bug #75113: Added DatePeriod::getRecurrences() method.Ignace Nyamagana Butera2019-03-174-4/+46
|/
* 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-142-5/+16
* Fixed bug #77738 (Nullptr deref in zend_compile_expr)Xinchen Hui2019-03-143-2/+11
* Die hard if mc.exe or mt.exe not foundAnatol Belski2019-03-111-2/+6
* SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a...bohwaz2019-03-116-0/+75
* Fixed bug #76717Nikita Popov2019-03-113-0/+23
* Speed up TLS wrapper tests when SSLv3 disabledJakub Zelenka2019-03-105-4/+16
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2019-03-080-0/+0
|\
| * 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
* | Update editorconfigPeter Kokot2019-03-071-5/+17
* | Fix #77700: Writing truecolor images as GIF ignores interlace flagChristoph M. Becker2019-03-063-1/+29
* | add NEWS entryRemi Collet2019-03-051-4/+6
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-041-18/+35
|\ \ | |/
| * Fix bug #77630 - safer rename() procedureStanislav Malyshev2019-03-041-17/+34
* | Fix test portabilityAnatol Belski2019-03-042-7/+7
* | Fixed bug #77691Nikita Popov2019-03-043-5/+36
* | add NEWS entriesRemi Collet2019-03-041-0/+11
* | 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-035-8/+37
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-039-11/+77
|\ \ | |/
| * 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