summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 5.5.38 releasephp-5.5.38PHP-5.5.38Julien Pauli2016-07-201-2/+0
* 5.5.38 is the last release. EOLingPHP-5.5Julien Pauli2016-07-203-5/+5
* Update NEWSStanislav Malyshev2016-07-191-2/+39
* Improve fix for #72520Stanislav Malyshev2016-07-191-2/+2
* improve fix #72558, while (u>=0) with unsigned int will always be truePierre Joye2016-07-191-3/+4
* Fix memory leakStanislav Malyshev2016-07-191-0/+1
* Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Stanislav Malyshev2016-07-190-0/+0
|\
| * fix #72519, possible OOB using imagegifPierre Joye2016-07-191-2/+16
* | fix #72519, possible OOB using imagegifPierre Joye2016-07-191-2/+16
* | fix #72512, invalid read or write for palette image when invalid transparent ...Pierre Joye2016-07-193-3/+26
* | Apparently some envs miss SIZE_MAXStanislav Malyshev2016-07-191-0/+3
* | Merge branch 'PHP-5.5.38' into PHP-5.5Stanislav Malyshev2016-07-1828-228/+538
|\ \ | |/ |/|
| * Fix testsStanislav Malyshev2016-07-182-7/+5
| * Fix bug #72618: NULL Pointer Dereference in exif_process_user_commentStanislav Malyshev2016-07-183-6/+22
| * Partial fix for bug #72613 - do not treat negative returns from bz2 as size_tStanislav Malyshev2016-07-183-38/+65
| * Fix bug #72606: heap-buffer-overflow (write) simplestring_addn simplestring.cStanislav Malyshev2016-07-182-25/+38
| * Fix for bug #72558, Integer overflow error within _gdContributionsAlloc()Stanislav Malyshev2016-07-182-48/+70
| * Fix bug #72603: Out of bound read in exif_process_IFD_in_MAKERNOTEStanislav Malyshev2016-07-173-2/+31
| * Fix bug #72562 - destroy var_hash properlyStanislav Malyshev2016-07-122-1/+46
| * Fix bug #72533 (locale_accept_from_http out-of-bounds access)Stanislav Malyshev2016-07-122-0/+48
| * Fix fir bug #72520Stanislav Malyshev2016-07-121-4/+4
| * Fix for bug #72513Stanislav Malyshev2016-07-121-4/+4
| * CS fix and comments with bug IDStanislav Malyshev2016-07-122-3/+4
| * Fix for HTTP_PROXY issue.Stanislav Malyshev2016-07-104-48/+76
| * add tests for bug #72512Anatol Belski2016-07-062-0/+36
| * Fixed bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read ac...Pierre Joye2016-07-041-5/+8
| * Fixed bug #72479 - same as #72434Stanislav Malyshev2016-06-262-40/+84
* | Extend libxml exportsAnatol Belski2016-07-141-0/+2
* | Updated NEWSJulien Pauli2016-07-081-1/+4
* | Fix #69975: PHP segfaults when accessing nvarchar(max) defined columnsChristoph M. Becker2016-07-082-0/+39
* | Updated NEWSJulien Pauli2016-07-081-1/+2
* | Merge branch 'pull-request/1982' into PHP-5.5Julien Pauli2016-07-081-17/+24
|\ \
| * | Update PHP 5.5 NEWS entries with CVE infoLior Kaplan2016-07-041-17/+24
* | | Fix bug #70480 (php_url_parse_ex() buffer overflow read)Stanislav Malyshev2016-07-051-1/+1
|/ /
* | Fix the fix for #72403 on nl2brStanislav Malyshev2016-06-271-1/+1
|/
* 5.5.38 nowJulien Pauli2016-06-213-5/+9
* remove the huge test file, generate it on the fly insteadAnatol Belski2016-06-212-1/+23
* Now the right bug #Stanislav Malyshev2016-06-211-1/+1
* Fix NEWSStanislav Malyshev2016-06-211-2/+2
* iFixed bug #72446 - Integer Overflow in gdImagePaletteToTrueColor() resulting...Stanislav Malyshev2016-06-202-9/+15
* update NEWSStanislav Malyshev2016-06-201-1/+30
* Merge branch 'PHP-5.5.37' into PHP-5.5Stanislav Malyshev2016-06-2020-246/+449
|\
| * fix testsStanislav Malyshev2016-06-201-1/+1
| * fix buildStanislav Malyshev2016-06-201-1/+1
| * Fix bug #72455: Heap Overflow due to integer overflowsStanislav Malyshev2016-06-201-42/+50
| * Fix bug #72434: ZipArchive class Use After Free Vulnerability in PHP's GC alg...Stanislav Malyshev2016-06-202-0/+42
| * Fixed ##72433: Use After Free Vulnerability in PHP's GC algorithm and unseria...Stanislav Malyshev2016-06-203-1/+44
| * Fix bug #72407: NULL Pointer Dereference at _gdScaleVertStanislav Malyshev2016-06-181-0/+3
| * Fix bug #72402: _php_mb_regex_ereg_replace_exec - double freeStanislav Malyshev2016-06-182-33/+49
| * Fix bug #72298 pass2_no_dither out-of-bounds accessStanislav Malyshev2016-06-182-7/+22