Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72114 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25305 invoked from network); 3 Feb 2014 20:16:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2014 20:16:57 -0000 Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 74.125.82.177 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 74.125.82.177 mail-we0-f177.google.com Received: from [74.125.82.177] ([74.125.82.177:53475] helo=mail-we0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/A0-35654-839FFE25 for ; Mon, 03 Feb 2014 15:16:57 -0500 Received: by mail-we0-f177.google.com with SMTP id t61so3000290wes.22 for ; Mon, 03 Feb 2014 12:16:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=EbiahP3WpV1yWyhwYadr3X+p4myD6kFMdD9gWxE06Q0=; b=QotaeCx8gDIVcOc5xc37v3KA/IiNxjplvZ9EKy09TPb3MxiALZJ8jXA21VNlLhucQk D6Ub1bBug4py3x36Wfd0KJvp3UbH/udvnD33F6rkcW/R65b4bOEDfCTcS3YrWIw8pjni 1kKnGYN9/HUoSDTAPOfJqt4ZlA05I4pVKkn1vLoMEGHKwloutWHLn9mzGjn+ZNlhgeAj WKrphHqp2XV37fBo9scSM7fOZaSQuD4Cwz03fQzZt5Cxpxum2WZx3hCWH73lftbbuw5K 2Ncwhl/kOFkpb7AVec/HK1hfkuH3XjTzFmdo3jIdRxkeziqr+1Dsv+5xlneGV0EaH333 q5zg== X-Gm-Message-State: ALoCoQn9/MgHOm3RFhsKswg5yloQmQwToyBboN+9rHSv5ESUjgBPpdfjxskiA8l+So075OQxFLlx X-Received: by 10.180.19.65 with SMTP id c1mr9946743wie.39.1391458613652; Mon, 03 Feb 2014 12:16:53 -0800 (PST) Received: from [192.168.1.2] (94.196.254.86.threembb.co.uk. [94.196.254.86]) by mx.google.com with ESMTPSA id k10sm46618998wjf.11.2014.02.03.12.16.51 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 03 Feb 2014 12:16:52 -0800 (PST) Message-ID: <52EFF932.4040400@pthreads.org> Date: Mon, 03 Feb 2014 20:16:50 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Sara Golemon , PHP internals References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [RFC] [VOTE] __debugInfo() From: pthreads@pthreads.org (Joe Watkins) On 02/03/2014 08:06 PM, Sara Golemon wrote: > Voting is now open with options which PHP version to release with and > how to name it (since some seem to prefer the more compact __debug()) > > https://wiki.php.net/rfc/debug-info > Can you change debugInfo to debuginfo in source code ... so it's consistent with callstatic / tostring etc ... Cheers Joe