diff options
| -rw-r--r-- | ext/simplexml/simplexml.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index 0da3731f64..8d5a57bdbd 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -799,6 +799,8 @@ static zend_object_handlers sxe_object_handlers = { ZEND_OBJECTS_STORE_HANDLERS, sxe_property_read, sxe_property_write, + NULL, + NULL, sxe_property_get_ptr, sxe_property_get_ptr, sxe_object_get, |
