sean Fri Dec 3 18:24:05 2004 EDT
Modified files:
/phpdoc/en/reference/domxml reference.xml
Log:
removed experimental, and added note re: 4/5
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/reference.xml?r1=1.17&r2=1.18&ty=u
Index: phpdoc/en/reference/domxml/reference.xml
diff -u phpdoc/en/reference/domxml/reference.xml:1.17
phpdoc/en/reference/domxml/reference.xml:1.18
--- phpdoc/en/reference/domxml/reference.xml:1.17 Tue Aug 3 13:25:32 2004
+++ phpdoc/en/reference/domxml/reference.xml Fri Dec 3 18:24:05 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
<reference id="ref.domxml">
<title>DOM XML Functions</title>
<titleabbrev>DOM XML</titleabbrev>
@@ -7,7 +7,6 @@
<partintro>
<section id="domxml.intro">
&reftitle.intro;
- &warn.experimental;
<para>
The DOM XML extension has been overhauled in PHP 4.3.0 to better comply
with
the DOM standard. The extension still contains
@@ -30,7 +29,11 @@
¬e.pecl-php5;
<note>
<simpara>
+ This extension is no longer marked experimental. It will, however, never
+ be released with PHP 5, and will only be distributed with PHP 4.
If you need DOM XML support with PHP 5 you can use the
+ <link linkend="ref.dom">DOM</link> extension. This
+ <literal>domxml</literal> extension is not compatible with the
<link linkend="ref.dom">DOM</link> extension.
</simpara>
</note>