On Mon, 2009-10-05 at 13:59 +0200, Andrea Giammarchi wrote: > > > search engines aren't case-sensitive! > > ... try to search php.net or PHP.NET in Google and you'll obtain exactly the > same result ... in PHP strtolower and strToLower are exactly the same, as the > same is DomDocument, DOMDocument, or DOMDOCUMENT, at least in PHP 5.3 > > If you used an early version (PECL) of the DomDocument it's another story but > please change opinion about case sensitive searches or classes ... > > Regards > > _________________________________________________________________ > Windows Live: Make it easier for your friends to see what you’re up to on > Facebook. > http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_2:092009
I never tried to say that classes are case-sensitive, that was actually mentioned by Lupus who misunderstood what I was trying to say. What I was meaning is exactly what you just said here, that the PECL DomDocument is very different from the more typical DOMDocument. I was trying to run code examples that just weren't compatible with the differing classes which was quite frustrating! Thanks, Ash http://www.ashleysheridan.co.uk