diff options
Diffstat (limited to 'ext/simplexml/simplexml.c')
-rw-r--r-- | ext/simplexml/simplexml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index 3fd0f2516a..be9cb575cb 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -1582,7 +1582,7 @@ function_entry simplexml_functions[] = { zend_module_entry simplexml_module_entry = { STANDARD_MODULE_HEADER, - "simplexml", + "SimpleXML", simplexml_functions, PHP_MINIT(simplexml), PHP_MSHUTDOWN(simplexml), |