Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22337 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76572 invoked by uid 1010); 10 Mar 2006 22:29:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76557 invoked from network); 10 Mar 2006 22:29:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Mar 2006 22:29:03 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:46160] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 26/22-27106-FADF1144 for ; Fri, 10 Mar 2006 17:29:03 -0500 Received: from [192.168.1.3] (dslb-084-063-024-234.pools.arcor-ip.net [84.63.24.234]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 6C81D35C1C1; Fri, 10 Mar 2006 23:29:00 +0100 (CET) Date: Fri, 10 Mar 2006 23:27:00 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <54679728.20060310232700@marcus-boerger.de> To: Marian Kostadinov Cc: internals@lists.php.net In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.1 News file typo From: helly@php.net (Marcus Boerger) Hello Marian, fixed and thanks for the heads up. best regards marcus Wednesday, March 8, 2006, 12:12:28 PM, you wrote: > 5.1.3 snap news file contains the following fragment: > - Improved SPL: (Marcus) > - Fixed issues with not/double calling of constructors of SPL iterators. > - Fixed issues with info-class/file-class in SPL directory handling > classes. > - Fixed ArrayIterator::seek(). > - Added SimpleXMLElement::count(). > - Dropped erroneous RecursiveDirectoryIterator::getSubPathInfo(). > - Improved SimpleXML: (Marcus, Rob) > . Added SimpleXMLElement::getName() to retrieve name of element. > . Added ability to create elements on the fly. > . Added addChild() method for element creation supporting namespaces. > . Added addAttribute() method for attribute creation supporting > namespaces. > . Added ability to delete specific elements and attributes by offset. > I suppose this row > - Added SimpleXMLElement::count(). > should be > - Added SimpleXMLIterator::count(). > because I don't find count mehod in SimpleXMLElement but I do see it in > SimpleXMLIterator. Best regards, Marcus