From 7dea37a0770e8078e2ffeaa6bb63e5699f5f9910 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 20 May 2003 08:48:18 +0000 Subject: [PATCH] - Add Revision to MINFO (I was chasing ghosts ;) --- ext/simplexml/simplexml.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index 7159157ccb..de12e137d5 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -515,6 +515,7 @@ PHP_MINFO_FUNCTION(simplexml) { php_info_print_table_start(); php_info_print_table_header(2, "Simplexml support", "enabled"); + php_info_print_table_row(2, "Revision", "$Revision$"); php_info_print_table_end(); } -- 2.50.1