Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51252 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37184 invoked from network); 9 Jan 2011 17:23:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jan 2011 17:23:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=jbondc@openmv.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jbondc@openmv.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain openmv.com from 64.15.152.204 cause and error) X-PHP-List-Original-Sender: jbondc@openmv.com X-Host-Fingerprint: 64.15.152.204 mail.ca.gdesolutions.com Received: from [64.15.152.204] ([64.15.152.204:57066] helo=mail.ca.gdesolutions.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A6/E1-22646-62FE92D4 for ; Sun, 09 Jan 2011 12:23:51 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.ca.gdesolutions.com (Postfix) with ESMTP id 6D3985D4F; Sun, 9 Jan 2011 12:23:45 -0500 (EST) X-Virus-Scanned: amavisd-new at gdesolutions.com Received: from mail.ca.gdesolutions.com ([127.0.0.1]) by localhost (mail.ca.gdesolutions.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PG5wEJrFIOPc; Sun, 9 Jan 2011 12:23:45 -0500 (EST) Received: from djbondc (modemcable083.208-56-74.mc.videotron.ca [74.56.208.83]) by mail.ca.gdesolutions.com (Postfix) with ESMTP id 061B05D4E; Sun, 9 Jan 2011 12:23:44 -0500 (EST) To: "'Ben Schmidt'" Cc: References: <4D206CA4.6060004@yahoo.com.au> <005f01cbadc9$1172d080$34587180$@com> <4D284B8B.5040408@yahoo.com.au> In-Reply-To: <4D284B8B.5040408@yahoo.com.au> Date: Sun, 9 Jan 2011 12:23:44 -0500 Message-ID: <001b01cbb021$f7eaa330$e7bfe990$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcuvJ+YlSdPx5UP3RhOXQl+WteQfAgA8n87g Content-Language: en-ca Subject: RE: [PHP-DEV] Extensions to traits From: jbondc@openmv.com ("Jonathan Bond-Caron") On Sat Jan 8 06:33 AM, Ben Schmidt wrote: >=20 > > Creating a patch will help getting feedback about what you're=20 > > proposing http://ca3.php.net/reST/php-src/README.MAILINGLIST_RULES >=20 > I hope I haven't broken any of the mailing list rules, but my=20 > apologies if I have, and please point out specifically where I've gone = > wrong. >=20 No rules broken in my opinion but in general consider: http://www.faqs.org/rfcs/rfc1855.html Over 100 lines is considered "long" The proposal (473 lines of plain text) would be easier to read on the = web with some markup. > As far as a patch goes, I don't think that is appropriate at this=20 > stage. > I don't want to spend a lot of time creating a patch only to have it=20 > rejected if this could be avoided by a little discussion. My time is=20 > too valuable to me to waste like that, and with something as=20 > controversial as this, there's a real danger of that happening. >=20 Np, since you mentioned hacking the source I thought you had done some = tinkering.