From ee49617830d8e52c63f0c2e0afd4ac2eb62f600a Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 28 Feb 2005 08:16:47 +0000 Subject: [PATCH] - WS --- ext/libxml/libxml.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.50.1