1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-24 07:22:16 +01:00
Files
archived-doc-es/reference/json/setup.xml
Marcos Porto Mariño 8cefc93839 Various updates, up to EN 480cc8a (#340)
* Fix incorrect indentation of CDATA tags

Follow-up to GH-4963

* Remove paragraph indicating ext/json was a PECL extension in PHP 5

As we don't document PHP 5 any more

* Following up GH-5052 for markup nits

Partial revert of 4dbc737
No a para tag is actually needed here because programlisting is a block element

* Deprecated non-canonical cast names

* Document openssl.libctx INI

* profileimage.xml Add tags and a description of the parameters
2026-01-10 19:58:30 +01:00

42 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 2b5015d025e2b72b2a4dd894323961626872cac7 Maintainer: PhilDaiguille Status: ready -->
<!-- Reviewed: yes Maintainer: Marqitos -->
<chapter xml:id="json.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<section xml:id="json.installation">
&reftitle.install;
<para>
La extensión JSON es una extensión del núcleo de PHP, por lo que siempre está habilitada.
</para>
<para>
Antes de PHP 8.0.0, la extensión JSON estaba incluida y se compilaba en PHP por
defecto, pero podía ser deshabilitada explícitamente usando <option role="configure">--disable-json</option>.
</para>
</section>
</chapter>
<!-- 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:"~/.phpdoc/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
-->