From 10b484e624e628e5f2255fab6252fc338ff114ad Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 29 Jun 2018 22:44:42 +0200 Subject: [PATCH] Fix build These were changed in 6e77a60a75445c863f85f81a83e5c2dd28f0e877. --- Zend/zend_API.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zend/zend_API.h b/Zend/zend_API.h index 3810566a655..b9fdb76cc49 100644 --- a/Zend/zend_API.h +++ b/Zend/zend_API.h @@ -211,8 +211,8 @@ typedef struct _zend_fcall_info_cache { class_container.__unset = NULL; \ class_container.__isset = NULL; \ class_container.__debugInfo = NULL; \ - class_container.serialize = NULL; \ - class_container.unserialize = NULL; \ + class_container.serialize_func = NULL; \ + class_container.unserialize_func = NULL; \ class_container.parent = NULL; \ class_container.num_interfaces = 0; \ class_container.traits = NULL; \