diff options
Diffstat (limited to 'ext/xml')
| -rw-r--r-- | ext/xml/php_xml.h | 2 | ||||
| -rw-r--r-- | ext/xml/xml.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h index 07ef8291b7..b904a3eb28 100644 --- a/ext/xml/php_xml.h +++ b/ext/xml/php_xml.h @@ -80,7 +80,7 @@ typedef struct { } xml_encoding; -extern php3_module_entry xml_module_entry; +extern zend_module_entry xml_module_entry; # define xml_module_ptr &xml_module_entry enum php3_xml_option { diff --git a/ext/xml/xml.c b/ext/xml/xml.c index 6f49e05014..88a8142d56 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -121,7 +121,7 @@ function_entry xml_functions[] = { {NULL, NULL, NULL} }; -php3_module_entry xml_module_entry = { +zend_module_entry xml_module_entry = { "XML", /* extension name */ xml_functions, /* extension function list */ PHP_MINIT(xml), /* extension-wide startup function */ |
