Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70260 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41871 invoked from network); 21 Nov 2013 14:43:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Nov 2013 14:43:17 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.44 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.44 mail-la0-f44.google.com Received: from [209.85.215.44] ([209.85.215.44:57109] helo=mail-la0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F5/D0-36839-40C1E825 for ; Thu, 21 Nov 2013 09:43:17 -0500 Received: by mail-la0-f44.google.com with SMTP id ep20so8740634lab.3 for ; Thu, 21 Nov 2013 06:43:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=x/NOOmfhiOoCEt01ydNBMsyZJ5ChzvPF0JP+nGX5e/g=; b=zUQ5U5kZff40qWj8nF5Axa8yg5yfLRTNCMj7mBMnnua4PT8NDqo99VwVtiBOCniSev j0F27apRVtGMCWKRsed3K8U13dTMqVQUdJbmJN3vpkLwXplWOvqFJQgVCavWEYLmYBqV GxvMa5YHz8DSMUmSkyjIbLkSXwwsr5PWbV/XlIoNH2teoMhAl2wbtk1wUsB5DGKxVBNM +bKVbcOxH14802k4kA6H0w1PUktLTuJ5hjaCOiztQZQ6Dz+owgSrc+4c09E1w5NHqqYT laKbNWBU6YhmOKe3ksVf6TruF2N2O8jAgYhVCWTePGMSXLTmqlFdUEPBdhhKBd3HSt1j OpOw== MIME-Version: 1.0 X-Received: by 10.112.146.200 with SMTP id te8mr2208356lbb.32.1385044993214; Thu, 21 Nov 2013 06:43:13 -0800 (PST) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Thu, 21 Nov 2013 06:43:13 -0800 (PST) In-Reply-To: <528E1AF6.9050201@php.net> References: <4E.7B.51208.63ACD825@pb1.pair.com> <528E1AF6.9050201@php.net> Date: Thu, 21 Nov 2013 15:43:13 +0100 X-Google-Sender-Auth: 00pKHL0R1i3s0a4pHbDBjiz19bA Message-ID: To: Joe Watkins Cc: PHP Internals , Nikita Popov Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] RFC: phpdbg From: mike@php.net (Michael Wallner) On 21 November 2013 15:38, Joe Watkins wrote: > On 11/21/2013 02:20 PM, Nikita Popov wrote: >> 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? > > This is not an extension, it is a SAPI module. The build system does > not support external SAPI modules, the implementation requires Zend API > which is not exported (or wasn't, has since been patched). That still does not answer the question, though?! -- Regards, Mike