From: Zeev Suraski Date: Mon, 7 Jul 2003 12:07:02 +0000 (+0000) Subject: Add missing elements X-Git-Tag: BEFORE_ARG_INFO~346 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6320007e0a122fdbc654ba48662201fefc0efac;p=php Add missing elements --- 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,