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 b125d16f71..ee21bbfbeb 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -2524,7 +2524,7 @@ zend_module_entry simplexml_module_entry = { /* {{{ */  	NULL,  	NULL,  	PHP_MINFO(simplexml), -	"0.1", +	PHP_SIMPLEXML_VERSION,  	STANDARD_MODULE_PROPERTIES  };  /* }}} */  | 
