Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51670 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86973 invoked from network); 11 Mar 2011 03:55:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Mar 2011 03:55:52 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vw0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:34881] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 77/83-63594-74D997D4 for ; Thu, 10 Mar 2011 22:55:52 -0500 Received: by vws6 with SMTP id 6so276951vws.29 for ; Thu, 10 Mar 2011 19:55:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=dxvA/Rl239HX2X15LUg77gNHOhYy9J07lLaFyxQpu4Y=; b=XpGnaudIoHAMOiAi6natoGBRDpyDfrJfNR3XfPuNLvQv1gb1zyObKghmZTJQMJmifP WHunGcvqG65B7B3ReJeurq0cb/j1feg2hAGm+fjJ9lRm2fKwI0jsEX7j0IQJm2HFF8Oh NbdtKTYPJLEI1V7/JwmGzOvIqNwwqoboBgxqA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=FgfZGl/uuSblluuT3jUZiQi6P0FSCK0SlKjTWJficPK7eaTunuaTwPULCkw+9RYpBF 9PRRQqE822FiGxrj7P80ceeMaHyVc0mHVn4WI+txJqel7hg09EW9yLC631t79r9xtUf1 f3PLjjTRNwtarHjxMHfYX3CLNXrJUsQrU6kws= MIME-Version: 1.0 Received: by 10.52.179.3 with SMTP id dc3mr490140vdc.226.1299815749450; Thu, 10 Mar 2011 19:55:49 -0800 (PST) Sender: kalle.php@gmail.com Received: by 10.220.194.6 with HTTP; Thu, 10 Mar 2011 19:55:49 -0800 (PST) In-Reply-To: <4D799C5D.10100@php.net> References: <4D799982.40003@php.net> <4D799C5D.10100@php.net> Date: Fri, 11 Mar 2011 04:55:49 +0100 X-Google-Sender-Auth: 980BaPzqiLK7i4Me40XsB_T0bdE Message-ID: To: internals@lists.php.net Cc: Sebastian Bergmann Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Wrong prototype for zend_fetch_debug_backtrace() From: kalle@php.net (Kalle Sommer Nielsen) 2011/3/11 Sebastian Bergmann : > =A0I believe so. The NEWS file has no entry on this, however. There is actually an entry: http://svn.php.net/viewvc/php/php-src/branches/PHP_5_3/NEWS?view=3Dmarkup - Line 40 reads: . Added options to debug backtrace functions. (Stas) --=20 regards, Kalle Sommer Nielsen kalle@php.net