]> granicus.if.org Git - php/commitdiff
Add missing elements
authorZeev Suraski <zeev@php.net>
Mon, 7 Jul 2003 12:07:02 +0000 (12:07 +0000)
committerZeev Suraski <zeev@php.net>
Mon, 7 Jul 2003 12:07:02 +0000 (12:07 +0000)
ext/simplexml/simplexml.c

index 0da3731f6420212c4702392fd6502f84c1500b4a..8d5a57bdbdc22befc7652181d9fed0278295b46a 100644 (file)
@@ -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,