summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-02-27 22:18:55 +0000
committerMarcus Boerger <helly@php.net>2005-02-27 22:18:55 +0000
commitc087f072330578a0851627cdf281933de361aaca (patch)
treeeb6880dbd91bf1fc35ca216114362309a16da4eb /Zend/zend_API.h
parentf7e8fcb8e0b3a2110c31e05c4cc2a55ddaf584f6 (diff)
downloadphp-git-c087f072330578a0851627cdf281933de361aaca.tar.gz
- These must be initailized
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r--Zend/zend_API.h2
1 files changed, 2 insertions, 0 deletions
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; \