summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 5.6.28php-5.6.28PHP-5.6.28Ferenc Kovacs2016-11-092-3/+3
* update NEWSFerenc Kovacs2016-11-091-1/+18
* fix memory leakAnatol Belski2016-11-091-0/+1
* add missing RETURN_STRINGL_CHECKAnatol Belski2016-11-091-0/+1
* fix dir separator in testAnatol Belski2016-11-091-1/+1
* Add length check for bzcompress too - fix for bug #73356Stanislav Malyshev2016-11-091-1/+1
* More string length checks & fixesStanislav Malyshev2016-11-0913-28/+41
* Fixed bug #73418 Integer Overflow in "_php_imap_mail" leads to crashAnatol Belski2016-11-091-1/+1
* Fix #72696: imagefilltoborder stackoverflow on truecolor imagesChristoph M. Becker2016-11-092-1/+15
* Fix #72482: Ilegal write/read access caused by gdImageAALine overflowChristoph M. Becker2016-11-094-48/+43
* Fix bug #73144 and bug #73341 - remove extra dtorStanislav Malyshev2016-11-092-1/+25
* Fix bug #73331 - do not try to serialize/unserialize objects wddx can not handleStanislav Malyshev2016-11-095-34/+55
* 5.6.28RC1php-5.6.28RC1Ferenc Kovacs2016-10-273-4/+4
* Fix #72494: imagecropauto out-of-bounds accessChristoph M. Becker2016-10-253-0/+21
* Updated to version 2016.8 (2016h)Derick Rethans2016-10-241-456/+458
* Fixed bug #73337 (try/catch not working with two exceptions inside a same ope...Dmitry Stogov2016-10-183-0/+19
* Fix #73333: 2147483647 is fetched as stringChristoph M. Becker2016-10-175-4/+40
* use zend_error instead of zend_error_noreturnRemi Collet2016-10-141-1/+1
* add missing NEWS entries for 5.6.27Ferenc Kovacs2016-10-141-0/+36
* Fix #73280: Stack Buffer Overflow in GD dynamicGetbufChristoph M. Becker2016-10-132-1/+2
* Clear FG(user_stream_current_filename) when bailing outSara Golemon2016-10-113-6/+28
* Merge branch 'PHP-5.6.27' into PHP-5.6Stanislav Malyshev2016-10-1123-310/+443
|\
| * Fix testsStanislav Malyshev2016-10-114-10/+2
| * fix tsrmStanislav Malyshev2016-10-111-2/+2
| * Fix bug #73284 - heap overflow in php_ereg_replace functionStanislav Malyshev2016-10-111-22/+22
| * Fix bug #73276 - crash in openssl_random_pseudo_bytes functionStanislav Malyshev2016-10-111-5/+5
| * Fix bug #73293 - NULL pointer dereference in SimpleXMLElement::asXML()Stanislav Malyshev2016-10-112-11/+24
| * fix bug #73275 - crash in openssl_encrypt functionStanislav Malyshev2016-10-111-3/+7
| * Fix for #73240 - Write out of bounds at number_formatStanislav Malyshev2016-10-101-48/+60
| * Bug #73218: add mitigation for ICU int overflowStanislav Malyshev2016-10-041-15/+27
| * Add more locale length checks, due to ICU bugs.Stanislav Malyshev2016-10-041-0/+8
| * Fix bug #73208 - another missing length checkStanislav Malyshev2016-10-031-1/+1
| * Fix bug #73190: memcpy negative parameter _bc_new_num_exStanislav Malyshev2016-10-034-14/+32
| * Fix bug #73189 - Memcpy negative size parameter php_resolve_pathStanislav Malyshev2016-09-281-7/+8
| * Fixed bug #73174 - heap overflow in php_pcre_replace_implStanislav Malyshev2016-09-281-8/+14
| * Fix bug #73150: missing NULL check in dom_document_save_htmlStanislav Malyshev2016-09-251-2/+2
| * Fix bug #73147: Use After Free in PHP7 unserialize()Stanislav Malyshev2016-09-254-1/+49
| * Fix bug #73082Stanislav Malyshev2016-09-251-48/+48
| * Fix bug #73073 - CachingIterator null dereference when convert to stringStanislav Malyshev2016-09-202-122/+141
* | update NEWSAnatol Belski2016-10-101-0/+3
* | add test for bug #73037Anatol Belski2016-10-101-0/+180
* | Fix #73279: Integer overflow in gdImageScaleBilinearPalette()Christoph M. Becker2016-10-104-4/+47
* | Fix #73272: imagescale() affects imagesetinterpolation()Christoph M. Becker2016-10-094-1/+30
* | fix leakAnatol Belski2016-10-081-0/+1
* | Fix bug #73192Nikita Popov2016-10-0811-56/+49
* | Revert "Fixed test"Nikita Popov2016-10-081-2/+32
* | Revert "Added validation to parse_url() to prohibit restricted characters ins...Nikita Popov2016-10-0811-46/+52
* | Fix bug #73037, second roundAnatol Belski2016-10-051-1/+5
* | Fixed testIlia Alshanetsky2016-10-041-32/+2
* | Added validation to parse_url() to prohibit restricted characters inside logi...Ilia Alshanetsky2016-10-0411-52/+46