Fix the JSON documentation (install and requirements got swapped)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297373 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Joey Smith 2010-04-02 20:05:41 +00:00
parent 9aa810945f
commit f86f89b517

View file

@ -6,6 +6,11 @@
<section xml:id="json.requirements">
&reftitle.required;
&no.install;
</section>
<section xml:id="json.installation">
&reftitle.install;
<para>
As of PHP 5.2.0, the JSON extension is bundled and compiled into PHP by
default.
@ -16,11 +21,6 @@
</para>
</section>
<section xml:id="json.installation">
&reftitle.install;
&no.install;
</section>
<section xml:id="json.configuration">
&reftitle.runtime;
&no.config;