From 3e669bc950eb5f36e5f0bec199f8e4b9de4d13f2 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 6 Dec 2005 02:28:41 +0000 Subject: MFH: nuke php3 legacy --- ext/libxml/libxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/libxml') diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c index 9f982a125b..32bb207613 100644 --- a/ext/libxml/libxml.c +++ b/ext/libxml/libxml.c @@ -87,7 +87,7 @@ PHP_MINFO_FUNCTION(libxml); /* }}} */ /* {{{ extension definition structures */ -function_entry libxml_functions[] = { +zend_function_entry libxml_functions[] = { PHP_FE(libxml_set_streams_context, NULL) PHP_FE(libxml_use_internal_errors, NULL) PHP_FE(libxml_get_last_error, NULL) -- cgit v1.2.1