summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add failing test for bug#73297Rowan Collins2016-11-171-0/+41
* Accorate handling of too big inodes of chroot directoriesDmitry Stogov2016-11-171-12/+8
* "opcache.validate_root" is useless on WindowsDmitry Stogov2016-11-162-0/+6
* Use full pathDmitry Stogov2016-11-161-1/+1
* Fixed ZTS buildDmitry Stogov2016-11-161-0/+12
* Fix #73530: Unsetting result set may reset other result setChristoph M. Becker2016-11-163-4/+35
* Fixed bug #69090 (check cached files permissions)Dmitry Stogov2016-11-166-0/+79
* add missing NEWS entryAnatol Belski2016-11-091-0/+1
* add missing NEWS entriesFerenc Kovacs2016-11-091-0/+17
* fix memory leakAnatol Belski2016-11-081-0/+1
* Merge remote-tracking branch 'phpsec/PHP-5.6.28' into PHP-5.6Anatol Belski2016-11-0813-85/+139
|\
| * Fixed bug #73418 Integer Overflow in "_php_imap_mail" leads to crashAnatol Belski2016-11-031-1/+1
| * Fix #72696: imagefilltoborder stackoverflow on truecolor imagesChristoph M. Becker2016-10-302-1/+15
| * Fix #72482: Ilegal write/read access caused by gdImageAALine overflowChristoph M. Becker2016-10-304-48/+43
| * Fix bug #73144 and bug #73341 - remove extra dtorStanislav Malyshev2016-10-232-1/+25
| * Fix bug #73331 - do not try to serialize/unserialize objects wddx can not handleStanislav Malyshev2016-10-235-34/+55
* | Fix bug #72776 (Invalid parameter in memcpy function trough openssl_pbkdf2)Jakub Zelenka2016-11-062-1/+5
* | add missing RETURN_STRINGL_CHECKAnatol Belski2016-11-061-0/+1
* | fix dir separator in testAnatol Belski2016-11-041-1/+1
* | Add length check for bzcompress too - fix for bug #73356Stanislav Malyshev2016-11-031-1/+1
* | More string length checks & fixesStanislav Malyshev2016-11-0313-28/+41
* | Updated to version 2016.9 (2016i)Derick Rethans2016-11-031-919/+1064
* | Fix #73436: Setting allow_url_fopen to Off makes several tests failChristoph M. Becker2016-11-014-0/+8
* | Fixed bug #73402 (Opcache segfault when using class constant to call a method)Xinchen Hui2016-10-293-3/+35
* | 5.6.29 will be nextFerenc Kovacs2016-10-273-5/+8
* | 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