diff options
Diffstat (limited to 'ext/xml/xml.c')
-rw-r--r-- | ext/xml/xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/xml.c b/ext/xml/xml.c index f5756ef0b3..386d8ed587 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -265,7 +265,7 @@ zend_module_entry xml_module_entry = { NULL, /* per-request startup function */ NULL, /* per-request shutdown function */ PHP_MINFO(xml), /* information function */ - NO_VERSION_YET, + PHP_XML_VERSION, PHP_MODULE_GLOBALS(xml), /* globals descriptor */ PHP_GINIT(xml), /* globals ctor */ NULL, /* globals dtor */ |