Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
805 views
in Technique[技术] by (71.8m points)

xml - What is the DOM Core Level / Version Supported by PHP DOM?

What is the DOM Core Version is Supported by PHP DOM? I can see there are many different ones listed like (list):

Which one is supported?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

The dom core version depends on the libxml2 version PHP is linked against. You can even replace the binary version of the library under the hood without need to recompile php. (That's hakish and limited I know, but once I did that because the debian lenny version of libxml2 had a bug)

For runtime detection of this features in PHP @hakre's answers is a nice snippet


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...