summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | add missing NEWS entries for 5.6.27Ferenc Kovacs2016-10-141-0/+36
* | | missed piece for renamingAnatol Belski2016-10-131-4/+4
* | | rename publicly exposed symbol to avoid name conflictsAnatol Belski2016-10-132-4/+4
* | | Ignore non-executable opcodes in line mode of phpdbg_end_oplog()Bob Weinand2016-10-132-9/+20
* | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-10-132-1/+2
|\ \ \ | |/ /
| * | Fix #73280: Stack Buffer Overflow in GD dynamicGetbufChristoph M. Becker2016-10-132-1/+2
* | | use already exported symbolAnatol Belski2016-10-131-1/+1
* | | Revert "export symbol missing by phpdbg"Anatol Belski2016-10-133-14/+12
* | | Fix outlen for openssl functionStanislav Malyshev2016-10-121-5/+7
* | | Syncronize with 5.6 - __toString should return ""Stanislav Malyshev2016-10-122-2/+2
* | | Fix potential overflows in php_pcre_replace_implStanislav Malyshev2016-10-123-33/+30
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-10-130-0/+0
|\ \ \ | |/ /
| * | 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
* | | | Fixed bug #73237Keith Smiley2016-10-124-2/+149
* | | | Fixed bug in zend_accel_error() and cleaned up kill_all_lockers()Mitch Hagstrand2016-10-123-39/+75
* | | | Update NEWSBob Weinand2016-10-123-6/+11
* | | | Fix phpdbg tests after lineno changeNikita Popov2016-10-125-12/+9
* | | | Fix line number of implicit return in pseudo-main scopeNikita Popov2016-10-123-3959/+4131
* | | | export symbol missing by phpdbgAnatol Belski2016-10-123-12/+14
* | | | Fix accidental PHPDBG_ABI breakBob Weinand2016-10-124-6/+12
* | | | Fix bug #73189 - Memcpy negative size parameter php_resolve_pathStanislav Malyshev2016-10-121-3/+4
* | | | update len in fallback casesAnatol Belski2016-10-121-0/+5
* | | | Add stdin command and -s command line parameter to phpdbgBob Weinand2016-10-1211-46/+304
* | | | Fix bug #73190: memcpy negative parameter _bc_new_num_exStanislav Malyshev2016-10-123-8/+26
* | | | Fix bug #73147: Use After Free in PHP7 unserialize()Stanislav Malyshev2016-10-124-0/+40
* | | | fix typoAnatol Belski2016-10-121-1/+1
* | | | Revert "Fix for #73240 - Write out of bounds at number_format"Anatol Belski2016-10-121-3/+10
* | | | followup with #73276 mergeAnatol Belski2016-10-121-6/+5
* | | | fix testAnatol Belski2016-10-121-3/+1
* | | | Fix bug #73276 - crash in openssl_random_pseudo_bytes functionStanislav Malyshev2016-10-121-1/+6
* | | | Fix bug #73293 - NULL pointer dereference in SimpleXMLElement::asXML()Stanislav Malyshev2016-10-121-3/+16
* | | | Fix for #73240 - Write out of bounds at number_formatStanislav Malyshev2016-10-121-10/+3