Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22244 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5391 invoked by uid 1010); 8 Mar 2006 11:12:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 5376 invoked from network); 8 Mar 2006 11:12:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Mar 2006 11:12:32 -0000 X-Host-Fingerprint: 64.233.184.199 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.199:3344] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 9A/A0-27106-F1CBE044 for ; Wed, 08 Mar 2006 06:12:32 -0500 Received: by wproxy.gmail.com with SMTP id 37so390633wra for ; Wed, 08 Mar 2006 03:12:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=beqxHLjNJZ+IT0WJmhsp0N3jtRnjyKBOTsyZ1uf/hXw+Ifiu9G7ACPYmomf0lqlnCpU7o/zSvgGQdDaWeYEFMCpcQTmK4DlQMak7LXali84NmI3cqXlBwN2YR8VwRze2PGE5ydM1RYyyrbFd4FFda/Rb8FSQlNiN/YOAtkMpetQ= Received: by 10.65.192.5 with SMTP id u5mr284654qbp; Wed, 08 Mar 2006 03:12:28 -0800 (PST) Received: by 10.65.186.20 with HTTP; Wed, 8 Mar 2006 03:12:28 -0800 (PST) Message-ID: Date: Wed, 8 Mar 2006 13:12:28 +0200 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_12970_32418927.1141816348560" Subject: 5.1 News file typo From: manchokapitancho@gmail.com ("Marian Kostadinov") ------=_Part_12970_32418927.1141816348560 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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. ------=_Part_12970_32418927.1141816348560--