Merge branch 'PHP-7.4'

* PHP-7.4:
  Fixed incorrect behavior of internal memory debugger
This commit is contained in:
Dmitry Stogov 2020-02-27 12:28:09 +03:00
commit 4786207ecc

View File

@ -2065,6 +2065,7 @@ static zend_long zend_mm_find_leaks(zend_mm_heap *heap, zend_mm_chunk *p, uint32
}
}
p = p->next;
i = ZEND_MM_FIRST_PAGE;
} while (p != heap->main_chunk);
return count;
}