Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17429 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29936 invoked by uid 1010); 27 Jul 2005 20:51:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29921 invoked from network); 27 Jul 2005 20:51:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jul 2005 20:51:39 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:52816] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6227M)) with SMTP id 50/D0-58254-AD3F7E24 for ; Wed, 27 Jul 2005 16:51:38 -0400 Received: from [192.168.1.3] (dsl-082-083-227-092.arcor-ip.net [82.83.227.92]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 3B32A35C270; Wed, 27 Jul 2005 23:09:21 +0200 (CEST) Date: Wed, 27 Jul 2005 22:51:43 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <606195094.20050727225143@marcus-boerger.de> To: Adam Maccabee Trachtenberg Cc: Jani Taskinen , Andi Gutmans , In-Reply-To: References: <5.1.0.14.2.20050726174616.08404c10@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.1 Release Candidate 1 From: helly@php.net (Marcus Boerger) Hello Adam, "we accepted that availability of enough excuses to delay it further in the hope we never implement it :-)" To be honest, we all - obviously including you - forgot about the issue completley and only realized it during beta process. And for a thing that need so heavy testing since it must be consistently working all over the evngine it is simply to late. Probably the best is to remind right after the unicode stuff is in and simply commit its basics. During development of 5.2 we can take of it's correctness then. marcus Wednesday, July 27, 2005, 10:10:24 PM, you wrote: > I can't remember the status of __toString(), but I thought we agreed > improving it was a 5.1 feature, pending an investigation to make sure > we were able to handle this gracefully in the engine. > I don't remember seeing any updates to this code, so I wanted to see > if I missed it, or if we decided to push this off. > -adam > On Wed, 27 Jul 2005, Jani Taskinen wrote: >> >> These should be definately fixed: >> >> http://bugs.php.net/bug.php?id=33772&edit=1 (destruct thing) >> http://bugs.php.net/bug.php?id=33723&edit=1 (apache + php_admin_value issue) >> >> These would be nice to get fixed: >> >> http://bugs.php.net/bug.php?id=31177&edit=1 (memory leak) >> http://bugs.php.net/bug.php?id=33598&edit=1 (throw from __destruct -> fatal error) >> http://bugs.php.net/bug.php?id=30453&edit=1 (a) some engine bug) >> http://bugs.php.net/bug.php?id=30452&edit=1 (b) some engine bug) >> http://bugs.php.net/bug.php?id=31341&edit=1 (inconsistency with { escaping) >> http://bugs.php.net/bug.php?id=25359&edit=1 (array_multisort + global/reference) >> >> Some of those I've got bitten by myself too.. :) >> >> --Jani >> >> >> On Tue, 26 Jul 2005, Andi Gutmans wrote: >> >> > Hi all, >> > >> > As planned (a tiny bit delayed), I'd like to RC1 PHP 5.1 within the next few >> > days. I suggest to aim for Tuesday in a week. >> > If there are any critical issues which need addressing please email me. >> > >> > As previously mentioned, I'd like to branch of PHP_5_1 after RC1 in order to >> > allow for the Unicode merge to take place. We'll need about a week of HEAD >> > silence in the core components (Dmitry and Andrei will indicate which ones) so >> > that we can do the merge.