Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78320 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95441 invoked from network); 25 Oct 2014 03:06:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Oct 2014 03:06:47 -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:33305] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/10-28285-4C31B445 for ; Fri, 24 Oct 2014 23:06:46 -0400 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 8375E11BAF1; Sat, 25 Oct 2014 04:06:41 +0100 (BST) Date: Fri, 24 Oct 2014 23:06:40 -0400 (EDT) X-X-Sender: derick@whisky.home.derickrethans.nl To: Bob Weinand cc: PHP Developers Mailing List In-Reply-To: Message-ID: References: User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-2028029312-1414204476=:4012" Subject: PHPDBG nonsense (Was: Re: [PHP-CVS] com php-src: Made phpdbg compatible with new engine: ...) From: derick@php.net (Derick Rethans) --8323329-2028029312-1414204476=:4012 Content-Type: TEXT/PLAIN; CHARSET=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Fri, 24 Oct 2014, Bob Weinand wrote: > Commit: 2bcac53bca8ea82d661f057b6d9ff3c7c84f05a7 > Author: Bob Weinand Fri, 24 Oct 2014 19:= 29:50 +0200 > Parents: 53560ca06b333b71883269091f7d74c0a25e087b c03ac47bafd0ea55055a2= f3d4de0bc6bb4d98d8d > Branches: master >=20 > Link: http://git.php.net/?p=3Dphp-src.git;a=3Dcommitdiff;h=3D2bcac5= 3bca8ea82d661f057b6d9ff3c7c84f05a7 >=20 > Log: > Made phpdbg compatible with new engine > AM sapi/phpdbg/xml.md Although this patch does make it work with PHP 7, it also does do=20 something absolutely different: it reinvents a wheel by coming up with a=20 new XML protocol for debugging. So far I've been silent on PHPDBG, but seriously, is it really not=20 possible to cooperate instead of reimplementating something that already=20 exists? PHPDBG is difficult to use with its odd command line "commands". And then I haven't even spoken about the pretentious "awesomesauce" on=20 http://phpdbg.com/ =E2=80=94 a domain that's not even under the PHP group's= =20 control. cheers, Derick --8323329-2028029312-1414204476=:4012--