mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
removed experimental, and added note re: 4/5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174031 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9ddd3cfc4f
commit
904fb08c4f
1 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue