mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-24 07:02:09 +01:00
70 lines
2.0 KiB
XML
70 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: 765b2d6eec7dfbaeed900b32aa91a1360d73df42 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
|
|
|
|
<chapter xml:id="xml.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.setup;
|
|
|
|
<!-- {{{ Requirements -->
|
|
<section xml:id="xml.requirements">
|
|
&reftitle.required;
|
|
&libxml.required;
|
|
<para>
|
|
Esta extensão utiliza uma <productname>camada de compatibilidade expat</productname> por
|
|
padrão. Também pode usar <productname>expat</productname>, que pode
|
|
ser encontrado em <link xlink:href="&url.expat;">&url.expat;</link>. O
|
|
Makefile que vem com o <productname>expat</productname> não constrói uma biblioteca por
|
|
padrão, você pode usar esta regra de make para isso:
|
|
<programlisting role="makefile">
|
|
<![CDATA[
|
|
libexpat.a: $(OBJS)
|
|
ar -rc $@ $(OBJS)
|
|
ranlib $@
|
|
]]>
|
|
</programlisting>
|
|
Um pacote RPM de código-fonte do expat pode ser encontrado em <link
|
|
xlink:href="&url.expat.rpm;">&url.expat.rpm;</link>.
|
|
</para>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Installation -->
|
|
&reference.xml.configure;
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Resources -->
|
|
<section xml:id="xml.resources">
|
|
&reftitle.resources;
|
|
<para>
|
|
Antes do PHP 8.0.0, o recurso <literal>xml</literal> retornado por
|
|
<function>xml_parser_create</function> e
|
|
<function>xml_parser_create_ns</function> referenciava uma
|
|
instância de analisador XML a ser usada com as funções fornecidas por esta
|
|
extensão.
|
|
</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
|
|
-->
|
|
|