From: Derick Rethans Date: Tue, 20 May 2003 08:48:18 +0000 (+0000) Subject: - Add Revision to MINFO (I was chasing ghosts ;) X-Git-Tag: RELEASE_1_0_2~706 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7dea37a0770e8078e2ffeaa6bb63e5699f5f9910;p=php - Add Revision to MINFO (I was chasing ghosts ;) --- 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(); }