PHP致命错误:未捕获错误:在PHP 7.2.13上调用未定义函数idn_to_ascii()

时间:2019-01-22 18:19:39

标签: php php-7 php-7.2

我正尝试在PHP 7.2.13版上使用idn_to_ascii(),但收到以下消息:

Uncaught Error: Call to undefined function idn_to_ascii()

我没有安装PECL intl扩展名,但是根据top user contributed note on the documentation,我不需要它:

"...if you have >=5.4 you will not require the PECL extensions. "

用户注释是否错误?如果没有,那我在做什么错了?

1 个答案:

答案 0 :(得分:0)

您可能需要激活“ intl” php模块。

您可以通过cPanel选中“ intl”模块并保存来选择PHP版本配置。