Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43891 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96514 invoked from network); 12 May 2009 06:02:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 May 2009 06:02:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 204.13.248.71 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 204.13.248.71 mho-01-ewr.mailhop.org Received: from [204.13.248.71] ([204.13.248.71:58799] helo=mho-01-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/4E-05302-201190A4 for ; Tue, 12 May 2009 02:02:42 -0400 Received: from cs181029147.pp.htv.fi ([82.181.29.147] helo=[127.0.0.1]) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1M3l4Z-000Nw7-KK; Tue, 12 May 2009 06:02:39 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 82.181.29.147 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18qTCVTHrg8a5nHRWlJlntMVw9Bq8OIbys= Message-ID: <4A0910FA.8030606@sci.fi> Date: Tue, 12 May 2009 09:02:34 +0300 Reply-To: Jani Taskinen User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Matt Wilmas CC: internals@lists.php.net, Ilia Alshanetsky References: <0197642A-FF59-4165-BDF5-1C8CABCB3D9C@pooteeweet.org> <01B6398C-D79E-490C-84BB-6C6A9A79EB05@pooteeweet.org> <4A08E0D5.9060600@sci.fi> <391DDA05F1BD41D88EC1D8ED8EF28601@pc1> In-Reply-To: <391DDA05F1BD41D88EC1D8ED8EF28601@pc1> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.3.0RC3 From: jani.taskinen@sci.fi (Jani Taskinen) Matt Wilmas wrote: >> Hint: zend_operators.* > (I noticed your recent cleanup stuff, and thought "He has to notice.") I forgot smiley from that. This was more tongue-in-cheek than a real rant. :D > much either way, but that sounds nice. :O)). I'd vote for karma removal > until people can learn to do stuff correctly; you'd probably agree. Yes please, but I do want to give chance for people to correct their mistakes before that happens. ;) > [1] http://realplain.com/php/is_numeric.diff Yup, that's still missing from HEAD. I'll merge it myself if nobody beats me to it, but I hope you could review the code afterwards so we can be sure it got in clean. One can't really rely on the tests on this since there are so many tests failing in HEAD at the moment.. Anyway, everyone: PLEASE commit to HEAD first. I know it's painful and not always that easy, but in the long run it makes all our lives much easier by making applying patches between branches actually possible. :) --Jani