From: Marcus Boerger Date: Sun, 27 Feb 2005 22:18:55 +0000 (+0000) Subject: - These must be initailized X-Git-Tag: RELEASE_0_3~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c087f072330578a0851627cdf281933de361aaca;p=php - These must be initailized --- diff --git a/Zend/zend_API.h b/Zend/zend_API.h index 60ed450424..52e2fb95b0 100644 --- a/Zend/zend_API.h +++ b/Zend/zend_API.h @@ -130,6 +130,8 @@ typedef struct _zend_function_entry { class_container.__call = handle_fcall; \ class_container.__get = handle_propget; \ class_container.__set = handle_propset; \ + class_container.serialize = NULL; \ + class_container.unserialize = NULL; \ class_container.parent = NULL; \ class_container.num_interfaces = 0; \ class_container.interfaces = NULL; \