]> granicus.if.org Git - php/commitdiff
- These must be initailized
authorMarcus Boerger <helly@php.net>
Sun, 27 Feb 2005 22:18:55 +0000 (22:18 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 27 Feb 2005 22:18:55 +0000 (22:18 +0000)
Zend/zend_API.h

index 60ed45042457630400e898f1a2fbe306e1edc8c4..52e2fb95b0e2f0731cc638bd48afd0f8f884c831 100644 (file)
@@ -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;      \