From: Pierre Joye Date: Mon, 28 Feb 2005 08:16:47 +0000 (+0000) Subject: - WS X-Git-Tag: RELEASE_0_3~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee49617830d8e52c63f0c2e0afd4ac2eb62f600a;p=php - WS --- diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c index d20770293e..406bc1ba0f 100644 --- a/ext/libxml/libxml.c +++ b/ext/libxml/libxml.c @@ -530,6 +530,7 @@ PHP_MINIT_FUNCTION(libxml) LIBXML(error_buffer).c = NULL; LIBXML(error_list) = NULL; #endif + REGISTER_LONG_CONSTANT("LIBXML_VERSION", LIBXML_VERSION, CONST_CS | CONST_PERSISTENT); REGISTER_STRING_CONSTANT("LIBXML_DOTTED_VERSION", LIBXML_DOTTED_VERSION, CONST_CS | CONST_PERSISTENT);