summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* re-fix leakphp-5.6.23PHP-5.6.23Anatol Belski2016-06-221-0/+1
* Revert "fix leak"Anatol Belski2016-06-221-4/+0
* fix leakAnatol Belski2016-06-221-0/+4
* fix testAnatol Belski2016-06-221-3/+3
* 5.6.23Ferenc Kovacs2016-06-223-4/+38
* remove the huge test file, generate it on the fly insteadAnatol Belski2016-06-212-1/+23
* 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
| * | update NEWSAnatol Belski2016-06-131-0/+3
| * | Fix #66387: Stack overflow with imagefilltoborderChristoph M. Becker2016-06-132-0/+19
| |/
| * Skip test which is 64bits onlyRemi Collet2016-05-251-0/+2
| * 5.5.37 nowJulien Pauli2016-05-253-4/+7
* | 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 #72140 (segfault after calling ERR_free_strings())Jakub Zelenka2016-06-082-0/+7
* | prevent invalid color index (palette only), may lead to crashPierre Joye2016-06-082-0/+49
* | Add CVE to #66387Lior Kaplan2016-06-071-1/+2
* | add missing NEWS entryAnatol Belski2016-06-071-0/+3
* | #72337 invalid dimensions can lead to segvPierre Joye2016-06-073-1/+51
* | Add test for bug #53735Anatol Belski2016-06-061-0/+32
* | fix typoAnatol Belski2016-06-061-1/+1
* | fix broken skipif and add xfail for nowAnatol Belski2016-06-061-2/+3
* | missing returnAnatol Belski2016-06-061-0/+2
* | Add new test for openssl_pkey_newJakub Zelenka2016-06-052-14/+120
* | Add test for openssl_error_stringJakub Zelenka2016-06-052-0/+211
* | Remove openssl_x509_parse for OpenSSL 0.9.xJakub Zelenka2016-06-051-276/+0
* | update NEWSAnatol Belski2016-06-021-0/+4
* | Fixed bug #70484 selectordinal doesn't work with named parametersAnatol Belski2016-06-022-0/+101
* | Fix ODBC bug for varchars returning with length zeroElizabeth Marie Smith2016-06-022-0/+64
* | update NEWSFerenc Kovacs2016-05-261-0/+7
* | Fix typo in phpdbg help.Adam Harvey2016-05-251-1/+1
* | Add missing newlines to phpdbg's help for the run command.Adam Harvey2016-05-251-1/+3
* | Skip test which is 64bits onlyRemi Collet2016-05-251-0/+2
* | fix test portabilityAnatol Belski2016-05-251-1/+1
* | Merge branch 'PHP-5.6.22' into PHP-5.6Stanislav Malyshev2016-05-248-151/+216
|\ \