philip Mon May 24 17:40:20 2004 EDT
Modified files:
/phpdoc/en language-snippets.ent
/phpdoc/en/reference/simplexml reference.xml
Log:
Add note (new entity) about simplexml requiring PHP 5
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.90&r2=1.91&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.90 phpdoc/en/language-snippets.ent:1.91
--- phpdoc/en/language-snippets.ent:1.90 Sun May 23 12:19:37 2004
+++ phpdoc/en/language-snippets.ent Mon May 24 17:40:20 2004
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.90 $ -->
+<!-- $Revision: 1.91 $ -->
<!ENTITY warn.experimental '<warning><simpara>This extension is
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension --
@@ -277,6 +277,9 @@
<!ENTITY reftitle.returnvalues '<title>Return values</title>'>
<!ENTITY reftitle.examples '<title>Examples</title>'>
<!ENTITY reftitle.seealso '<title>See Also</title>'>
+
+<!ENTITY note.extension.php5 '<note><simpara>
+This extension requires PHP 5.</simpara></note>'>
<!ENTITY note.pecl-php5 '<note><simpara>
This extension has been removed as of PHP 5 and moved to the
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/reference.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/simplexml/reference.xml
diff -u phpdoc/en/reference/simplexml/reference.xml:1.10
phpdoc/en/reference/simplexml/reference.xml:1.11
--- phpdoc/en/reference/simplexml/reference.xml:1.10 Wed Mar 10 11:42:23 2004
+++ phpdoc/en/reference/simplexml/reference.xml Mon May 24 17:40:20 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<reference id="ref.simplexml">
<title>SimpleXML functions</title>
<titleabbrev>SimpleXML</titleabbrev>
@@ -22,6 +22,9 @@
<option role="configure">--enable-simplexml</option>. The
PHP configuration script does this by default.
</para>
+
+ ¬e.extension.php5;
+
</section>
<section id="simplexml.examples">