Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70258 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38087 invoked from network); 21 Nov 2013 14:20:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Nov 2013 14:20:12 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.54 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.219.54 mail-oa0-f54.google.com Received: from [209.85.219.54] ([209.85.219.54:40020] helo=mail-oa0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/00-36839-A961E825 for ; Thu, 21 Nov 2013 09:20:11 -0500 Received: by mail-oa0-f54.google.com with SMTP id h16so6298179oag.13 for ; Thu, 21 Nov 2013 06:20:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=QiPeqODau1WZKnPWZnf3KyMkEpzUz6gVuUxVeLjRjJQ=; b=D3cPM8J4PEVp6YsSBFyhMTiKcbxS5fgi33/MNpdm98eGKMVOMBwrNe9sV/jMNT3ukT p2Qh6EJ8nD/VMBGyFUwqaEcqcZviyHyAzkjjF91nv7Gia0PBidsihXkZnf8VX5BNokK1 8YqWBgYuwUI189zQHHGRtyLwbgv2RC0S/xFKasHjYKrwun8dSaNKHl2fHFZKPa77tYKb dpAU4I77Lwi2fQfmjS+JKD13MntHDxoRchKdrEL28wak8h5oJNQGdKdKL+CxxNpMItFA L6hbGmxCJcJLLMwfPXsm4iEDmjhik/Rg0bpCHvEVWa8g6p6eOJ67zLC6Z1Wah15nvJRq PSQA== MIME-Version: 1.0 X-Received: by 10.60.44.36 with SMTP id b4mr2248222oem.53.1385043607210; Thu, 21 Nov 2013 06:20:07 -0800 (PST) Received: by 10.182.54.112 with HTTP; Thu, 21 Nov 2013 06:20:07 -0800 (PST) In-Reply-To: <4E.7B.51208.63ACD825@pb1.pair.com> References: <4E.7B.51208.63ACD825@pb1.pair.com> Date: Thu, 21 Nov 2013 15:20:07 +0100 Message-ID: To: Joe Watkins Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c3018634d0f904ebb0985c Subject: Re: [PHP-DEV] RFC: phpdbg From: nikita.ppv@gmail.com (Nikita Popov) --001a11c3018634d0f904ebb0985c Content-Type: text/plain; charset=ISO-8859-1 On Thu, Nov 21, 2013 at 9:54 AM, Joe Watkins wrote: > Morning Internalz, > > https://wiki.php.net/rfc/phpdbg > > As requested, an RFC for the discussion of including phpdbg in the > core distribution. > > I have kept it brief, I hope that's not a problem ... > > Cheers > Joe > I'm probably missing some context here, maybe you could explain how phpdbg differs from something like xdebug? I mean, xdebug seems to be the de-facto debugging extension for PHP and has been for a long time, but we're not bundling it. Why should we bundle phpdbg instead? Thanks, Nikita --001a11c3018634d0f904ebb0985c--