Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29461 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91341 invoked by uid 1010); 16 May 2007 13:17:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91326 invoked from network); 16 May 2007 13:17:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2007 13:17:45 -0000 Authentication-Results: pb1.pair.com header.from=rrichards@ctindustries.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rrichards@ctindustries.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ctindustries.net from 216.117.147.250 cause and error) X-PHP-List-Original-Sender: rrichards@ctindustries.net X-Host-Fingerprint: 216.117.147.250 unknown Linux 2.5 (sometimes 2.4) (4) Received: from [216.117.147.250] ([216.117.147.250:39664] helo=ctindustries.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/16-41280-4740B464 for ; Wed, 16 May 2007 09:17:42 -0400 Received: from localhost.localdomain (static-72-73-101-178.ptldme.east.verizon.net [72.73.101.178]) (authenticated bits=0) by ctindustries.net (8.13.8/8.13.8) with ESMTP id l4GDEuFN013982; Wed, 16 May 2007 09:14:57 -0400 Message-ID: <464B046B.8040404@ctindustries.net> Date: Wed, 16 May 2007 09:17:31 -0400 User-Agent: Thunderbird 2.0.0.0 (X11/20070505) MIME-Version: 1.0 To: kepbepos kepbepos CC: internals@lists.php.net References: <799aeacc0705150321v7a49591ayb5b863032f1a5796@mail.gmail.com> In-Reply-To: <799aeacc0705150321v7a49591ayb5b863032f1a5796@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.90.2, clamav-milter version 0.90.2 on localhost X-Virus-Status: Clean X-Spam-Status: No, score=0.1 required=4.4 tests=AWL autolearn=disabled version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ctindustries.net Subject: Re: [PHP-DEV] dom strange behaviours From: rrichards@ctindustries.net (Rob Richards) kepbepos kepbepos wrote: > Hi all, > > I've some problems with getAttribute* methods. I thing it is a bug, but > before send it, I'd like to propose a little test to you all, just to > have > a confirmation (maybe is my installation only). PHP 5.2.x has correct behavior (see bug 38474) based on W3C specs. http://bugs.php.net/bug.php?id=38474 Rob