diff options
| author | Zeev Suraski <zeev@php.net> | 2003-07-07 12:07:02 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2003-07-07 12:07:02 +0000 |
| commit | d6320007e0a122fdbc654ba48662201fefc0efac (patch) | |
| tree | de058755862f09b28f5107fe91630075ad319fd0 /ext/simplexml/simplexml.c | |
| parent | f55b83cb18528228212b9a4e921a13f0a52c532a (diff) | |
| download | php-git-d6320007e0a122fdbc654ba48662201fefc0efac.tar.gz | |
Add missing elements
Diffstat (limited to 'ext/simplexml/simplexml.c')
| -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, |
