From 9db6a93b69edf154934c768dab0a70d3b8ef6b47 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Thu, 9 Oct 2014 00:25:25 +0200 Subject: [PATCH] Add tag around tags --- phpdbg.c | 2 ++ xml.md | 1 + 2 files changed, 3 insertions(+) diff --git a/phpdbg.c b/phpdbg.c index 3f2a209df7..6a9a60ad33 100644 --- a/phpdbg.c +++ b/phpdbg.c @@ -733,9 +733,11 @@ static void phpdbg_welcome(zend_bool cleaning TSRMLS_DC) /* {{{ */ { /* print blurb */ if (!cleaning) { + phpdbg_xml(""); phpdbg_notice("intro", "version=\"%s\"", "Welcome to phpdbg, the interactive PHP debugger, v%s", PHPDBG_VERSION); phpdbg_writeln("intro", "help=\"help\"", "To get help using phpdbg type \"help\" and press enter"); phpdbg_notice("intro", "report=\"%s\"", "Please report bugs to <%s>", PHPDBG_ISSUES); + phpdbg_xml(""); } else { if (!(PHPDBG_G(flags) & PHPDBG_WRITE_XML)) { phpdbg_notice(NULL, NULL, "Clean Execution Environment"); diff --git a/xml.md b/xml.md index 83bd364626..bd3adc7a5d 100644 --- a/xml.md +++ b/xml.md @@ -69,6 +69,7 @@ intro - appears on startup if -q flag wasn't provided as command line arg - before any input possibility - attributes may be spread over multiple tags +- wrapped in tag ### attributes ### -- 2.50.1