Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64561 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9937 invoked from network); 5 Jan 2013 22:20:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2013 22:20:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=enumag@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=enumag@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.43 as permitted sender) X-PHP-List-Original-Sender: enumag@gmail.com X-Host-Fingerprint: 74.125.83.43 mail-ee0-f43.google.com Received: from [74.125.83.43] ([74.125.83.43:48877] helo=mail-ee0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/88-62408-D27A8E05 for ; Sat, 05 Jan 2013 17:20:29 -0500 Received: by mail-ee0-f43.google.com with SMTP id e49so8550485eek.30 for ; Sat, 05 Jan 2013 14:20:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:to:cc:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; bh=VTafyzw7WD04O2qclzV3A56GhVVOJ60Cz00xIGzicBM=; b=DLMZ7t7WPWFJb1k33H5hbo8mAmmuSMlH/5jKLbt2wDO/ahKYTpJ5u7+bcCNCi4Ja3+ 0iWk0dD0oEaQ48N9iozA+iNzpWNsk2aszjTdf+hLpEzTSo2fPapbXoQpZVV9ziC6c2MH WE+RzGitydqE0nM2VtaajCaEJ6OCGYaDXTyBPF9pEwPvGbAujDG2sOOG3L+8i/RTfTKp bdMobjM3zBwSG7EoRTfPV6Zs3iuCuqYP1wCHjA54I0yohAF3B9pEuVWpeBkA7taPG3xh k5Hd7YS3D9E5sRbjEuR7BUeTPbAvOx4K7Cr2qcsepETWrGxRz9NmLD3idYnpwfxbJ5bO f38w== X-Received: by 10.14.207.6 with SMTP id m6mr154088433eeo.10.1357424425842; Sat, 05 Jan 2013 14:20:25 -0800 (PST) Received: from jachym-pc (ip-89-176-75-69.net.upcbroadband.cz. [89.176.75.69]) by mx.google.com with ESMTPS id k4sm120269775eep.15.2013.01.05.14.20.24 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 05 Jan 2013 14:20:25 -0800 (PST) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Stas Malyshev" Cc: "internals@lists.php.net" References: <50E742A7.9010909@sugarcrm.com> Date: Sat, 05 Jan 2013 23:20:11 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <50E742A7.9010909@sugarcrm.com> User-Agent: Opera Mail/12.11 (Win32) Subject: Re: [PHP-DEV] How to get a PHP bug fixed? From: enumag@gmail.com (=?utf-8?B?SsOhY2h5bSBUb3XFoWVr?=) I've looked into it and I'm not sure whether an option for getTrace method is the best way to solve this. I mean the trace is created along with the exception so it would have to be generated with the object fields regardless and then filtered if the option is not set. I think it would be better to add new PHP directive for this (disabled by default for back compatibility). Also what do you mean by DEBUG_BACKTRACE_*? Dne Fri, 04 Jan 2013 21:59:19 +0100 Stas Malyshev napsal(a): > Hi! > >> Hi, there is a bug(s) I'd like to be fixed and even a patch is available. >> But there is still no reaction at all after 2 years. What else can I do to >> get the bug(s) fixed? > > Pull request may speed things up, writing to internals might too :) > >> https://bugs.php.net/bug.php?id=45351 - patch available from 2010-06-13 > > This patch seems to do only part of the work - it does not add the > option to getTrace, it does not use DEBUG_BACKTRACE_* constants and it > does not have tests. If you are willing to get it to completion and > submit a pull request with complete fix, it can be integrated pretty > quickly, > >> https://bugs.php.net/bug.php?id=48724 - patch available from 2012-04-13 >> > > This one was waiting for maintainer's input.