Skip to content

Commit 8cecb7e

Browse files
committed
Fixes
1 parent eb4663e commit 8cecb7e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Zend/zend_alloc.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ static size_t _real_page_size = ZEND_MM_PAGE_SIZE;
171171
} while (0)
172172
#endif
173173

174-
#ifndef ZEND_ASSERT
175-
# define ZEND_ASSERT(condition) ZEND_MM_CHECK(condition, "Assertion")
176-
#endif
177-
178174
#ifdef __SANITIZE_ADDRESS__
179175
# include <sanitizer/asan_interface.h>
180176

Zend/zend_execute_API.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,6 @@ void shutdown_executor(void) /* {{{ */
438438
zval *zv;
439439
#if ZEND_DEBUG
440440
bool fast_shutdown = 0;
441-
#elif defined(__SANITIZE_ADDRESS__)
442-
bool fast_shutdown = !EG(full_tables_cleanup);
443441
#else
444442
bool fast_shutdown = is_zend_mm() && !EG(full_tables_cleanup);
445443
#endif

0 commit comments

Comments
 (0)