Php/docs/recode.installation
来自菜鸟教程
安装
PHP 7.4
此扩展已被移至 » PECL 资源库且不再与 PHP 捆绑。7.4.0
安装此 PECL 扩展相关的信息可在手册中标题为 PECL 扩展的安装章节中找到。更多信息如新的发行版本、下载、源文件、 维护人员信息及变更日志等,都在此处: » 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.
Warning
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.