summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 5.6.24RC1php-5.6.24RC1Ferenc Kovacs2016-07-073-7/+5
* Updated to version 2016.6 (2016f)Derick Rethans2016-07-061-807/+646
* Fix bug #55701: GlobIterator throws LogicExceptionValentin VALCIU2016-07-053-1/+341
* Don't enforce LSP if prototype method is privatePedro Magalhães2016-07-053-2/+47
* Fix typo in commentChristoph M. Becker2016-07-041-1/+1
* this was actually fixed in 5.6.23Ferenc Kovacs2016-07-031-2/+4
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-06-271-1/+1
|\
| * Fix the fix for #72403 on nl2brStanislav Malyshev2016-06-271-1/+1
| * 5.5.38 nowJulien Pauli2016-06-213-5/+9
* | Update NEWSChristoph M. Becker2016-06-271-0/+4
* | Fix #70628: Clearing bindings on an SQLite3 statement doesn't workChristoph M. Becker2016-06-272-0/+61
* | Add CVE info for PHP 5.6.22Lior Kaplan2016-06-251-4/+6
* | Add CVE info for PHP 5.6.23Lior Kaplan2016-06-251-13/+17
* | Add missing entries for PHP 5.6.23Lior Kaplan2016-06-251-0/+3
* | fix test cleanupAnatol Belski2016-06-221-1/+1
* | fix dir separator in testAnatol Belski2016-06-221-1/+1
* | update NEWSFerenc Kovacs2016-06-221-0/+34
* | fix testAnatol Belski2016-06-211-3/+3
* | re-fix leakAnatol Belski2016-06-211-0/+1
* | Revert "fix leak"Anatol Belski2016-06-211-4/+0
* | fix leakAnatol Belski2016-06-211-0/+4
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2016-06-210-0/+0
|\ \ | |/
| * remove the huge test file, generate it on the fly insteadAnatol Belski2016-06-212-1/+23
* | remove the huge test file, generate it on the fly insteadAnatol Belski2016-06-212-1/+23
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-06-210-0/+0
|\ \ | |/
| * Now the right bug #Stanislav Malyshev2016-06-211-1/+1
| * Fix NEWSStanislav Malyshev2016-06-211-2/+2
* | Merge branch 'PHP-5.6.23' into PHP-5.6Stanislav Malyshev2016-06-2125-245/+478
|\ \
| * \ Merge branch 'PHP-5.5' into PHP-5.6.23Stanislav Malyshev2016-06-2121-243/+450
| |\ \ | | |/
| | * 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
| | | * Fixed #72339 Integer Overflow in _gd2GetHeader() resulting in heap overflowPierre Joye2016-06-183-0/+18
| | | * Fix bug #72262 - do not overflow intStanislav Malyshev2016-06-151-107/+111
| | | * Fix bug #72400 and #72403 - prevent signed int overflows for string lengthsStanislav Malyshev2016-06-152-49/+72
| | | * Fix bug #72275: don't allow smart_str to overflow intStanislav Malyshev2016-06-141-7/+10
| | | * Fix bug #72340: Double Free Courruption in wddx_deserializeStanislav Malyshev2016-06-122-0/+28
| * | | Fix bug #72321 - use efree() for emalloc allocationStanislav Malyshev2016-06-124-2/+28
| * | | 5.6.23RC1php-5.6.23RC1Ferenc Kovacs2016-06-093-4/+4
* | | | Fix bug #71936 (Segmentation fault destroying HTTP_RAW_POST_DATA)Remi Collet2016-06-202-0/+7
* | | | Update NEWSChristoph M. Becker2016-06-201-1/+2
* | | | Fix #64641: imagefilledpolygon doesn't draw horizontal lineChristoph M. Becker2016-06-2010-7/+58