diff options
-rw-r--r-- | Zend/zend_compile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index f50d9d01a6..d4f8abbd47 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -3957,6 +3957,7 @@ ZEND_API void zend_initialize_class_data(zend_class_entry *ce, zend_bool nullify ce->unserialize = NULL; ce->serialize_func = NULL; ce->unserialize_func = NULL; + ce->builtin_functions = NULL; } } |