Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51847 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1023 invoked from network); 8 Apr 2011 20:02:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Apr 2011 20:02:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:62797] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2D/35-65418-CE96F9D4 for ; Fri, 08 Apr 2011 16:02:53 -0400 Received: by bwz18 with SMTP id 18so3395077bwz.29 for ; Fri, 08 Apr 2011 13:02:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=yRgsImJTaWRZtzB7Mojtoxq05nzA9lM+QkuwXmRrNhA=; b=GugH/BFwVbAd5VZZtZ/ZKW6tltT1jUeg5K5tlD/iqo31M/uvkW02EC6qTUvNGmS0LX pKOHiWImCiJ8hcZPGctBB7KaCT/iDviAkJqJ0gLq8cKjEoF3NcfGBEU3arJs9YvXvxRV aw9H4xENUbHHraZ8iVzKAvK6bO10PJtX5sL4Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=mLq/jbLgStzDHRKolDYHpllwHVHcHMKTxbh/1DjTuf78G8ErprNFD/UZlZOEzZh+4S k+wDffyMlV2O12BWECQnN1KcqHzcMAq8b+jxRw/OWstlauwFEL6QEKrvaDQjepyKED7v kVZf9FFtsv2qz/HGpBiO6ux+shv/mFFTRztLo= MIME-Version: 1.0 Received: by 10.204.81.203 with SMTP id y11mr2347520bkk.124.1302292970007; Fri, 08 Apr 2011 13:02:50 -0700 (PDT) Received: by 10.205.83.198 with HTTP; Fri, 8 Apr 2011 13:02:49 -0700 (PDT) In-Reply-To: <4D9F4CBE.2090208@php.net> References: <4D99E241.4050100@php.net> <4D9F4CBE.2090208@php.net> Date: Fri, 8 Apr 2011 22:02:49 +0200 Message-ID: To: Sebastian Bergmann Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Optional $limit argument for debug_backtrace() From: patrick.allaert@gmail.com (Patrick ALLAERT) 2011/4/8 Sebastian Bergmann : > Am 04.04.2011 17:22, schrieb Sebastian Bergmann: >> Any thoughts? > > =C2=A0Are there any objections to applying the latest version of the patc= h [1] > =C2=A0to trunk? I still think that debug_backtrace and debug_print_backtr= ace > =C2=A0are in need of refactoring but that should be kept separate, I thin= k. Not that this is a true blocker, but as said previously, and considering the very few changes it introduces (https://gist.github.com/910580), I'm not really in favor to introduce it only in debug_bactrack() and not in debug_print_backtrace(). Both should be refactored, true, but I don't see the point to make them div= erge. I would even say that there is more benefit in terms of maintenance to make them common now than introducing new feature to them. Regards, Patrick