Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70169 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90182 invoked from network); 16 Nov 2013 03:02:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2013 03:02:00 -0000 Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 209.85.160.46 cause and error) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 209.85.160.46 mail-pb0-f46.google.com Received: from [209.85.160.46] ([209.85.160.46:42986] helo=mail-pb0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8E/F1-12302-620E6825 for ; Fri, 15 Nov 2013 22:01:58 -0500 Received: by mail-pb0-f46.google.com with SMTP id un15so4360623pbc.5 for ; Fri, 15 Nov 2013 19:01:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=zESkKXLO7pLjVLp2aZPrlP4zFR5pM1rl5Q0ugjB/C4s=; b=CML6lb4tTcCkr14cDj1ea42FQEqYbXOjY2ElG3VdPbkeqZ6NP2nQG0CnERDLj0S5Wt 6JPOHJNM+7WmoVcOJb9oE0eskv0GUwk6FuBBjM+S0lOBIWR4er+z+HdhS4EdATJxiMgF bsk8EZE1V2rJ6r5QY/aSsQFzm2soMszKswVDaDVdJs1dcjmqS/KWchsE96c2kQTmy+E/ ysOjjM0iNaJiML9BRoraelOUvthWMaksbTZJJ3VlzvIU4fX1nUM0mIBgyVam3TmJLBzu OUb0QGXDlWUk87HE8gQ0U0b/KDd0AOFwqdtDwq+KwbGaWnoXMgNeh9uiGwjIMFoYaJNR 59NQ== X-Gm-Message-State: ALoCoQkUNujEn+NPhiSYt5WI9jA8C5e1jv4kH/xmcTKPebIJVqV/UBwRdkHVJUID+8VtKEu5wRZd2YVWqlA7qzb9/SbXJa4agQCCBUFwwDoMwXK3coF9VGmbUxpnL8j6OYHbOktY3C/K X-Received: by 10.66.173.74 with SMTP id bi10mr9758759pac.125.1384570914863; Fri, 15 Nov 2013 19:01:54 -0800 (PST) Received: from [192.168.1.112] (c-24-130-146-248.hsd1.ca.comcast.net. [24.130.146.248]) by mx.google.com with ESMTPSA id ik1sm7691695pbc.9.2013.11.15.19.01.53 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 15 Nov 2013 19:01:54 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) In-Reply-To: <5A.40.45833.7E3F3825@pb1.pair.com> Date: Fri, 15 Nov 2013 19:01:51 -0800 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: References: <5A.40.45833.7E3F3825@pb1.pair.com> To: Joe Watkins X-Mailer: Apple Mail (2.1822) Subject: Re: [PHP-DEV] patch for a debugger in the making ... From: andi@zend.com (Andi Gutmans) Hi Joe, Congrats on launching this debugger interface. I=92ve actually been thinking for some time that it=92d be incredibly = useful to have something like this in the core distribution of PHP. Is this something that would be interesting for you to work towards? = What do others think? Andi P.S. - It wasn=92t clear to me what the =93quiet=94 flag does but I = would air on the side of not showing opcodes by default but have an = option where they are shown, and in that case, potentially show even = more detail [that can easily be contributed. On Nov 13, 2013, at 1:49 PM, Joe Watkins wrote: > Evening All, >=20 > A couple of us are working on a debugging platform, in order to = deploy on windows we require a few more functions to be declared = ZEND_API: >=20 > https://gist.github.com/krakjoe/7456833 >=20 > If it's not going to cause any disruption, could we merge that = into master please ?? >=20 > Cheers > Joe >=20 > --=20 > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20