mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-24 07:02:09 +01:00
58 lines
2.0 KiB
XML
58 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: 72f847e072c3c807dcb47d51004469b6f06e09de Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
|
|
<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="recode.installation">
|
|
&reftitle.install;
|
|
|
|
<section xml:id="recode.installation.php74">
|
|
<title>PHP 7.4</title>
|
|
<simpara>
|
|
&pecl.moved-ver;7.4.0
|
|
</simpara>
|
|
<simpara>
|
|
&pecl.info;
|
|
<link xlink:href="&url.pecl.package;recode">&url.pecl.package;recode</link>.
|
|
</simpara>
|
|
</section>
|
|
|
|
<section xml:id="recode.installation.phplt74">
|
|
<title>PHP < 7.4</title>
|
|
<simpara>
|
|
Para poder utilizar as funções definidas neste
|
|
módulo você deve compilar seu interpretador PHP utilizando a
|
|
opção
|
|
<option role="configure">--with-recode[=DIR]</option>.
|
|
</simpara>
|
|
<warning>
|
|
<simpara>
|
|
Falhas e problemas de inicialização do PHP podem ser encontrados
|
|
ao carregar o recode como extensão <emphasis role="strong">após</emphasis> carregar qualquer extensão de <link linkend="ref.mysql">mysql</link> ou <link linkend="ref.imap">imap</link>. Carregar o recode antes dessas
|
|
extensões provou resolver o problema. Isto se deve a um problema técnico
|
|
de que tanto a biblioteca c-client usada pelo imap quanto pelo recode possuem sua própria função
|
|
<literal>hash_lookup()</literal> e tanto o mysql quanto o recode possuem
|
|
sua própria função <literal>hash_insert</literal>.
|
|
</simpara>
|
|
</warning>
|
|
&warn.imaprecodeyaz;
|
|
</section>
|
|
</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:"~/.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
|
|
-->
|