]> granicus.if.org Git - php/commitdiff
- Add Revision to MINFO (I was chasing ghosts ;)
authorDerick Rethans <derick@php.net>
Tue, 20 May 2003 08:48:18 +0000 (08:48 +0000)
committerDerick Rethans <derick@php.net>
Tue, 20 May 2003 08:48:18 +0000 (08:48 +0000)
ext/simplexml/simplexml.c

index 7159157ccbf1c3684c0c2cfde3a11179e211433b..de12e137d56b2e7b82e5669a487912c96d16875c 100644 (file)
@@ -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();
 
 }