Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66389 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93930 invoked from network); 1 Mar 2013 11:03:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Mar 2013 11:03:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.174 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.174 mail-vc0-f174.google.com Received: from [209.85.220.174] ([209.85.220.174:59779] helo=mail-vc0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/A1-19541-10B80315 for ; Fri, 01 Mar 2013 06:03:37 -0500 Received: by mail-vc0-f174.google.com with SMTP id n11so1838805vch.19 for ; Fri, 01 Mar 2013 03:03:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=htC6QarUDD9KNWUt1cFNO0u9cYRKX2knvTWPv0VMxF4=; b=nAHD1dfXDmFFkBnPbSF+ggx7fEWjdY9gB4IDCOUVutEvCeoqB5w7vc/F+5BWxZzRce Y3N52XVL+WRsWb/q+5dZDlUvF3tFth7g7C9spOHRg5RSmjfUIGVnMLNdUwd2BKiUfgNa foxcVYGlQp3EZc4yTKwMoYM7NT21kri/uXpqEqbXhNcnl6B44kqG2xgpTxryMas82DuI Y2yIy6bYxbyIzTy3VyGkpiPXvG8RUpOOecrJAU2YsngR7EhlPv9reKaq0EhdM9QLPOsG X+rnWDP41PDj3WbZGexA89Srz1f3Sf1fSgdJ7NSbWE3deGk3kPEtJauUaH4Dw/118SHz zsFw== X-Received: by 10.220.149.11 with SMTP id r11mr3775320vcv.44.1362135800719; Fri, 01 Mar 2013 03:03:20 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.140.132 with HTTP; Fri, 1 Mar 2013 03:02:40 -0800 (PST) In-Reply-To: <512FBA50.4000308@sugarcrm.com> References: <512FBA50.4000308@sugarcrm.com> Date: Fri, 1 Mar 2013 12:02:40 +0100 X-Google-Sender-Auth: -uPbTqpQDLrSIxFca8mvcmOS8Fc Message-ID: To: Stas Malyshev Cc: Anthony Ferrara , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=f46d0434c0ac89e1ad04d6daf424 Subject: Re: [PHP-DEV] Include XDebug and Suhosin Patch in Core for 5.5 From: jpauli@php.net (Julien Pauli) --f46d0434c0ac89e1ad04d6daf424 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Feb 28, 2013 at 9:13 PM, Stas Malyshev wrote: > Hi! > > > Based off of the recent discussion around pulling in ZO+ into core, I've > > come to the conclusion that we should also pull in XDebug and Suhosin > into > > core at the same time. > > Suhosin has multiple BC-incompatible and performance-problematic changes > and limits and the author refused many times to work with PHP team. I'm > not sure how we could pull extension that the author of it isn't > interested in working with PHP group. > +1 > > > 1. It has integration issues with ZO+ in that it has to be included in a > > specific order (specifically around ini declarations). If it was included > > into core, this could be accounted for allowing for more robust behavior. > > I'm not sure what you mean about ini declarations, could you expand on > this or refer me to the place where it is explained? > I guess the ini declaration order and then the order the modules get loaded in the engine. Julien --f46d0434c0ac89e1ad04d6daf424--