Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70261 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43506 invoked from network); 21 Nov 2013 14:46:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Nov 2013 14:46:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@chrislondon.co; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@chrislondon.co; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain chrislondon.co does not designate 74.125.82.174 as permitted sender) X-PHP-List-Original-Sender: me@chrislondon.co X-Host-Fingerprint: 74.125.82.174 mail-we0-f174.google.com Received: from [74.125.82.174] ([74.125.82.174:63712] helo=mail-we0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/31-36839-4CC1E825 for ; Thu, 21 Nov 2013 09:46:30 -0500 Received: by mail-we0-f174.google.com with SMTP id q58so4944621wes.19 for ; Thu, 21 Nov 2013 06:46:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=EAh31Ck4X/xPcUg34Ffr0KwPGE16OZZlI3xtN1Wz2mo=; b=LIVXjC+iB2h3d5wcpCEETc1AAHYqoo35AV68SB6xmG46ocoKbWFIz2+HW7NJvz1rB9 I5nAudMscKVzO7C40Nc/PgthpGKIiSDXMK2bm+so0goGkxqmJimAthhQTSpEqUwxRNYd dYB4jU7UgH10e2sgneldlKjeNghwI4pQudHpl23FuAj6VFKC6Kr3IMnlgtkgbvNVBMlk BPo19UC+6cI0QwRc6RTGhJ51vZUvym6Xa3vn16Y3ju9IIj8duxehlx4Vc+3wZBCLw//a yz6iKW5LbumuBaSWpfjmgoVmRpuo1n4RkXOTna8LgLwVcAKXKHcYpvjziX0r67QTX546 w8LA== X-Gm-Message-State: ALoCoQnzh1NEVLWyFWp6+gBj+Zf+0J+gmZ/5wVNZM0in8NXI9yMK4sYeRgJyydhlPrYa8I83QL6u MIME-Version: 1.0 X-Received: by 10.194.84.10 with SMTP id u10mr27934wjy.94.1385045185762; Thu, 21 Nov 2013 06:46:25 -0800 (PST) Received: by 10.217.153.135 with HTTP; Thu, 21 Nov 2013 06:46:25 -0800 (PST) X-Originating-IP: [66.219.207.210] In-Reply-To: References: <4E.7B.51208.63ACD825@pb1.pair.com> <528E1AF6.9050201@php.net> Date: Thu, 21 Nov 2013 07:46:25 -0700 Message-ID: To: Michael Wallner Cc: Joe Watkins , PHP Internals , Nikita Popov Content-Type: multipart/alternative; boundary=047d7bb04a064bb20004ebb0f636 Subject: Re: [PHP-DEV] RFC: phpdbg From: me@chrislondon.co (Chris London) --047d7bb04a064bb20004ebb0f636 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Nov 21, 2013 at 7:43 AM, Michael Wallner wrote: > 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?! > > My question is very similar. Why not just bundle xdebug? --047d7bb04a064bb20004ebb0f636--