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 eb4663e commit 8cecb7eCopy full SHA for 8cecb7e
Zend/zend_alloc.c
@@ -171,10 +171,6 @@ static size_t _real_page_size = ZEND_MM_PAGE_SIZE;
171
} while (0)
172
#endif
173
174
-#ifndef ZEND_ASSERT
175
-# define ZEND_ASSERT(condition) ZEND_MM_CHECK(condition, "Assertion")
176
-#endif
177
-
178
#ifdef __SANITIZE_ADDRESS__
179
# include <sanitizer/asan_interface.h>
180
Zend/zend_execute_API.c
@@ -438,8 +438,6 @@ void shutdown_executor(void) /* {{{ */
438
zval *zv;
439
#if ZEND_DEBUG
440
bool fast_shutdown = 0;
441
-#elif defined(__SANITIZE_ADDRESS__)
442
- bool fast_shutdown = !EG(full_tables_cleanup);
443
#else
444
bool fast_shutdown = is_zend_mm() && !EG(full_tables_cleanup);
445
0 commit comments