philip Tue Aug 17 01:14:46 2004 EDT Added files: /phpdoc/en/reference/simplexml configure.xml
Modified files: /phpdoc/en/reference/simplexml reference.xml Log: Move (and modify) configure information into configure.xml and add a requirements refsect1 stating PHP 5 is required. http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/reference.xml?r1=1.12&r2=1.13&ty=u Index: phpdoc/en/reference/simplexml/reference.xml diff -u phpdoc/en/reference/simplexml/reference.xml:1.12 phpdoc/en/reference/simplexml/reference.xml:1.13 --- phpdoc/en/reference/simplexml/reference.xml:1.12 Sun Jul 18 13:02:11 2004 +++ phpdoc/en/reference/simplexml/reference.xml Tue Aug 17 01:14:45 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.12 $ --> +<!-- $Revision: 1.13 $ --> <reference id="ref.simplexml"> <title>SimpleXML functions</title> <titleabbrev>SimpleXML</titleabbrev> @@ -14,19 +14,16 @@ normal property selectors and array iterators. </para> </section> - - <section id="simplexml.installation"> - &reftitle.install; + + <section id="simplexml.requirements"> + &reftitle.required; <para> - This extension is only available if PHP was configured with - <option role="configure">--enable-simplexml</option>. The - PHP configuration script does this by default. + The SimpleXML extension requires PHP 5. </para> - - ¬e.extension.php5; - </section> - + + &reference.simplexml.configure; + <section id="simplexml.examples"> &reftitle.examples; <para> http://cvs.php.net/co.php/phpdoc/en/reference/simplexml/configure.xml?r=1.1&p=1 Index: phpdoc/en/reference/simplexml/configure.xml +++ phpdoc/en/reference/simplexml/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="simplexml.installation"> &reftitle.install; <para> The SimpleXML extension is enabled by default. To disable it, use the <option role="configure">--disable-simplexml</option> configure option. </para> </section> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 -->