We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6357b8 commit cce3165Copy full SHA for cce3165
Zend/zend_alloc.c
@@ -2801,7 +2801,7 @@ static void alloc_globals_ctor(zend_alloc_globals *alloc_globals)
2801
2802
#if ZEND_MM_CUSTOM
2803
tmp = getenv("USE_ZEND_ALLOC");
2804
- if (tmp && ZEND_ATOL(tmp)) {
+ if (tmp && !ZEND_ATOL(tmp)) {
2805
bool tracked = (tmp = getenv("USE_TRACKED_ALLOC")) && ZEND_ATOL(tmp);
2806
zend_mm_heap *mm_heap = alloc_globals->mm_heap = malloc(sizeof(zend_mm_heap));
2807
memset(mm_heap, 0, sizeof(zend_mm_heap));
0 commit comments