Instalação

PHP 7.4

Esta extensão foi movida para o repositório » PECL e não é mais incluída como parte do PHP.7.4.0

Informações para instalar essa extensão PECL pode ser encontrada no capítulo Instalação de Extensões PECL. Informações adicionais como novas versões, downloads, arquivos fontes, manutenções e CHANGELOG podem ser encontrados aqui: » https://pecl.php.net/package/recode.

PHP < 7.4

To be able to use the functions defined in this module you must compile your PHP interpreter using the --with-recode[=DIR] option.

Aviso

Crashes and startup problems of PHP may be encountered when loading the recode as extension after loading any extension of mysql or imap. Loading the recode before those extension has proved to fix the problem. This is due a technical problem that both the c-client library used by imap and recode have their own hash_lookup() function and both mysql and recode have their own hash_insert function.

Aviso

As extensões IMAP, recode e YAZ não podem ser utilizadas em paralelo por conterem símbolos internos de mesmo nome. Yaz 2.0 e superiores não sofrem deste problema.