Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43890 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81822 invoked from network); 12 May 2009 03:18:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 May 2009 03:18:47 -0000 Authentication-Results: pb1.pair.com header.from=php_lists@realplain.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=php_lists@realplain.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain realplain.com from 209.151.69.1 cause and error) X-PHP-List-Original-Sender: php_lists@realplain.com X-Host-Fingerprint: 209.151.69.1 liberty.vosn.net Linux 2.4/2.6 Received: from [209.151.69.1] ([209.151.69.1:55227] helo=liberty.vosn.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/EC-05302-69AE80A4 for ; Mon, 11 May 2009 23:18:47 -0400 Received: from 75-121-102-162.dyn.centurytel.net ([75.121.102.162]:61469 helo=pc1) by liberty.vosn.net with smtp (Exim 4.69) (envelope-from ) id 1M3iVu-0000xL-On; Mon, 11 May 2009 21:18:43 -0600 Message-ID: <391DDA05F1BD41D88EC1D8ED8EF28601@pc1> To: Cc: , "Ilia Alshanetsky" References: <0197642A-FF59-4165-BDF5-1C8CABCB3D9C@pooteeweet.org> <01B6398C-D79E-490C-84BB-6C6A9A79EB05@pooteeweet.org> <4A08E0D5.9060600@sci.fi> Date: Mon, 11 May 2009 22:18:40 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - liberty.vosn.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - realplain.com Subject: Re: [PHP-DEV] PHP 5.3.0RC3 From: php_lists@realplain.com ("Matt Wilmas") Hi Jani, ----- Original Message ----- From: "Jani Taskinen" Sent: Monday, May 11, 2009 > Before committing anything else into PHP_5_3, can you first make sure > everything you provided is ALSO IN HEAD?! To answer that directly, no. :-) Everything I do is in HEAD first, of course, to keep things correct and in sync. But I'm not going to go and update HEAD on behalf of someone else right at this time, which has been missing forever, when things are trying to be finished up for 5.3. > Hint: zend_operators.* (I noticed your recent cleanup stuff, and thought "He has to notice.") I'm very well aware of anything I was involved with that has or hasn't been done (no hints needed). ;-) Like many, many, many things that are (I don't think it's "were?") out-of-sync, Ilia can take credit for that! Off-list message from him Jan 18, 2007, after asking about when HEAD would be updated: "The PHP 6 patches are up to Andrei to approve and commit, I am only looking over the 5.2 tree and occasionally the 4.4 tree as well." That was 16 months before I had a CVS account... The patch is still there [1], unchanged from that day, if someone wants to take it, update and apply or whatever before I get to it sometime after 5.3-critical stuff, I guess. I *despise* these screwed up commits to wrong branches, so you'll never catch me doing one. And I like bunnies too much (actually, don't care 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. [1] http://realplain.com/php/is_numeric.diff > --Jani - Matt > Matt Wilmas kirjoitti: >> Hi Lukas, >> >> ----- Original Message ----- >> From: "Lukas Kahwe Smith" >> Sent: Monday, May 11, 2009 >> >>> >>> [...] >>>> Critical issues: >>>> 1) I assume the issues with rounding are resolved. If any issues pop >>>> up again, please let the list know. >>> >>> @Matt/Dmitry: Can you just give us the quick nod that all is well here? >> >> No, can't say that all is well. :-/ Nothing was changed yet, sorry if >> you misunderstood. (BTW, it's not rounding/parsing, but >> conversion/casting of floats->integers... :-)) >> >> I sent the updated patch a month ago, and then the next week Stas asked >> some questions off-list, for clarification, etc. and then said that the >> patch "looks good" and "since it appears to fix things I think it can be >> applied." That's the only feedback I had really, and Dmitry mentioned >> that it "breaks" about 30 tests (I'd consider them broken now, to match >> the code, however ;-)), which I knew would have to be updated. I didn't >> try to fix them yet, since I didn't know if the changes would finally be >> applied or not. I was going to bring it up again but then it was too >> close to RC2. >> >> There were some e-mails on the subject that I didn't follow up on >> (nothing major, just comments), including one of yours I think. Anyway, >> I guess I/we can wonder about RC3 now? Again, the *very minor* >> modifications only help to ensure the [usual] long-standing behavior on >> all platforms -- e.g. most users would see no change from 5.2 or prior. >> >> I'll try to be sure to do what I can to take care of anything now, since >> I shouldn't be distracted with other stuff like leading up to RC2... >> >>> [...] >>> regards, >>> Lukas Kahwe Smith >>> mls@pooteeweet.org >> >> - Matt