diff options
author | Christian Stocker <chregu@php.net> | 2003-04-08 14:29:15 +0000 |
---|---|---|
committer | Christian Stocker <chregu@php.net> | 2003-04-08 14:29:15 +0000 |
commit | 50f5fcb0fe264535196b749214634a96e0b1ce8f (patch) | |
tree | ebc0d56b2f42410ba124e537352ae9155911747a /ext/domxml/php_domxml.c | |
parent | a45b4258f0f4f8ccf721a87e41bc35e3e129af9d (diff) | |
download | php-git-50f5fcb0fe264535196b749214634a96e0b1ce8f.tar.gz |
make it compile ....
Diffstat (limited to 'ext/domxml/php_domxml.c')
-rw-r--r-- | ext/domxml/php_domxml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index a133e82d43..72098ddf73 100644 --- a/ext/domxml/php_domxml.c +++ b/ext/domxml/php_domxml.c @@ -540,7 +540,7 @@ zend_module_entry domxml_module_entry = { PHP_MINIT(domxml), PHP_MSHUTDOWN(domxml), NULL, - NULL(domxml), + NULL, PHP_MINFO(domxml), DOMXML_API_VERSION, /* Extension versionnumber */ STANDARD_MODULE_PROPERTIES |