Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78341 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25098 invoked from network); 26 Oct 2014 15:18:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Oct 2014 15:18:21 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:60593] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/1B-36207-CB01D445 for ; Sun, 26 Oct 2014 10:18:20 -0500 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id D764C11BAF1; Sun, 26 Oct 2014 15:18:17 +0000 (GMT) Date: Sun, 26 Oct 2014 11:18:17 -0400 (EDT) X-X-Sender: derick@whisky.home.derickrethans.nl To: Leigh cc: PHP Developers Mailing List In-Reply-To: Message-ID: References: <1414217636.2624.89.camel@localhost.localdomain> <1414229963.2624.103.camel@localhost.localdomain> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] PHPDBG nonsense (Was: Re: [PHP-CVS] com php-src: Made phpdbg compatible with new engine: ...) From: derick@php.net (Derick Rethans) On Sat, 25 Oct 2014, Leigh wrote: > On 25 October 2014 12:00, Weinand Bob wrote: > > ... > > Thanks Bob. > > So my question is: Obviously the phpdbg requirements do not map to > DBGp. However, can all of the requirements of DBGp be mapped to the > phpdbg XML? > > Going forward does the XML protocol cover everything XDebug needs? Can > we do "DBGp over XML"? DBGp is XML. This question makes no sense. cheers, Derick