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.
php.h
1 parent 1d29b13 commit 974144dCopy full SHA for 974144d
Zend/zend_alloc.c
@@ -51,7 +51,6 @@
51
* with more specialized routines when the requested size is known.
52
*/
53
54
-#include "php.h"
55
#include "zend.h"
56
#include "zend_alloc.h"
57
#include "zend_globals.h"
@@ -3103,7 +3102,6 @@ ZEND_API zend_mm_observer* zend_mm_observer_register(
3103
3102
void (*free)(void * ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
3104
void (*realloc)(void *, size_t, void * ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC)
3105
) {
3106
- ZEND_ASSERT(php_during_module_startup());
3107
#if ZEND_MM_CUSTOM
3108
zend_mm_observer *node = pemalloc(sizeof(zend_mm_observer), 1);
3109
node->malloc = malloc;
0 commit comments