PHP 8.4.1 Released!

Installazione

PHP 7.4

Questo modulo è stato spostato nel repository » PECL e non è più rilasciato con il PHP dalla versione 7.4.0

Informazioni per l'installazione di questa estensione PECL possono essere trovate nel capitolo del manuale intitolato Installazione delle estensioni PECL. Informazioni aggiuntive come nuove release, download, file sorgenti, informazioni del manutentore e un CHANGELOG possono essere trovate qui: » 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.

Avviso

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.

Avviso

Le estensioni IMAP, recode e YAZ non possono essere utilizzate assieme poiché condividono i medesimi simboli interni. Nota: Yaz 2.0 e successivi non ha questo problema.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top