Această extensie a fost transferată în repozitoriul » PECL și nu mai este furnizată împreună cu PHP începând cu versiunea 7.4.0
Informație despre instalarea acestei extensii PECL poate fi găsită în capitolul manualului, întitulat Instalarea extensiilor PECL. Informații adiționale, cum ar fi lansări noi, descărcări, fișiere-sursă, informații despre persoana care întreține extensia și istoria schimbărilor poate fi localizată aici: » https://pecl.php.net/package/recode.
To be able to use the functions defined in this module you must compile your PHP interpreter using the --with-recode[=DIR] option.
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.