Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43300 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6664 invoked from network); 10 Mar 2009 20:52:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Mar 2009 20:52:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.221.108 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.221.108 mail-qy0-f108.google.com Received: from [209.85.221.108] ([209.85.221.108:34143] helo=mail-qy0-f108.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/29-61255-703D6B94 for ; Tue, 10 Mar 2009 15:52:24 -0500 Received: by qyk6 with SMTP id 6so1823182qyk.29 for ; Tue, 10 Mar 2009 13:52:19 -0700 (PDT) Received: by 10.224.60.204 with SMTP id q12mr9989675qah.241.1236718339272; Tue, 10 Mar 2009 13:52:19 -0700 (PDT) Received: from ?192.168.1.28? ([173.9.108.154]) by mx.google.com with ESMTPS id 2sm778696qwi.19.2009.03.10.13.52.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 10 Mar 2009 13:52:18 -0700 (PDT) Message-ID: <49B6D301.1030305@chiaraquartet.net> Date: Tue, 10 Mar 2009 15:52:17 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Stanislav Malyshev CC: =?ISO-8859-1?Q?Johannes_Schl=FCter?= , PHP Internals References: <1236701064.8652.124.camel@goldfinger> <49B69F9C.80207@zend.com> In-Reply-To: <49B69F9C.80207@zend.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Towards 5.3 RC From: greg@chiaraquartet.net (Greg Beaver) Stanislav Malyshev wrote: > Hi! > >> That said: On the wiki is a list of open items >> http://wiki.php.net/todo/php53#next_release_beta2rc1 > > I don't think #21 there is a bug - AFAIK client of get_class_name is > supposed to free it - which happens automatically if this is assigned to > zval, but otherwise it should be handled by calling code. This is likely a problem in xdebug (CVS) which I was running, which of course is also not yet fully ready for PHP 5.3, so I think #21 can be removed. Greg