Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51668 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83477 invoked from network); 11 Mar 2011 03:45:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Mar 2011 03:45:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 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.220.170 mail-vx0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:53438] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/C2-63594-CCA997D4 for ; Thu, 10 Mar 2011 22:45:17 -0500 Received: by vxb39 with SMTP id 39so2236020vxb.29 for ; Thu, 10 Mar 2011 19:45:14 -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=Aik54R238cCQcWkVc/y956FVVnCZtYymbQyY1yTXIp8=; b=gDWJSalWsV8oJLujm3X3dCxAVTh7l0sYNsHHiD4e/D+T7ve04p2ZwrNLa7Pj8ncGAK kJXl5NPqYJZtfXfjWVKUXEguSa8ALovwx5a/d3cM+ib62fXhJus1GzOgGU7k/S2ex1Pz spyc0gFfrtgjmNvLBa+YowNjoweVRs7KOzZfc= 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=VL5tWkzzVileY7EjJb+VdA78s8UkDBvCAusJq2qmnZRHZHsBKg8HMmgiHexB8/8DRo G4z89dCb6TLa8FCYT4aGOsOxNWoBjqA21ngNSsMS6+v1OMdAPlYIDzumFVYr+XZgB32+ NOBdphxMT1KEoamXu4chCOpKu/OMBKovXCiI0= MIME-Version: 1.0 Received: by 10.220.180.9 with SMTP id bs9mr1923241vcb.158.1299815114093; Thu, 10 Mar 2011 19:45:14 -0800 (PST) Sender: kalle.php@gmail.com Received: by 10.220.194.6 with HTTP; Thu, 10 Mar 2011 19:45:14 -0800 (PST) In-Reply-To: <4D799982.40003@php.net> References: <4D799982.40003@php.net> Date: Fri, 11 Mar 2011 04:45:14 +0100 X-Google-Sender-Auth: EVOQjzLUoflELX3EMp--NrYHuMk Message-ID: To: Sebastian Bergmann Cc: Internals , =?ISO-8859-1?Q?Johannes_Schl=FCter?= 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) Hi 2011/3/11 Sebastian Bergmann : > =A0https://gist.github.com/865413 fixes the prototype for > =A0zend_fetch_debug_backtrace(). Wondering whether I should wait with > =A0committing this to PHP_5_3 before 5.3.6. Wasn't that feature added n 5.3.6? If so then it should be fixed, I can't see it harmfully in anyway, Johannes? --=20 regards, Kalle Sommer Nielsen kalle@php.net