gpt4 book ai didi

php - Gettext 和 PHP 5.3.5 xampp - 使用未定义常量 LC_MESSAGES - 假设 'LC_MESSAGES' in

转载 作者:可可西里 更新时间:2023-11-01 01:07:37 28 4
gpt4 key购买 nike

我收到以下错误:

Notice: Use of undefined constant LC_MESSAGES - assumed 'LC_MESSAGES' in C:\Program Files\xampp\htdocs\xampp\phptest\resources\testi18n.php on line 19

Notice: Undefined index: language in C:\Program Files\xampp\htdocs\xampp\phptest\resources\testi18n.php on line 19

Deprecated: setlocale() [function.setlocale]: Passing locale category name as string is deprecated. Use the LC_* -constants instead in C:\Program Files\xampp\htdocs\xampp\phptest\resources\testi18n.php on line 19

代码:

<?php

setlocale( LC_MESSAGES, $_GET['language']);

bindtextdomain('messages', 'locale');
...
?>

我确实测试了 gettext 扩展是用 php 安装的(它支持)

最佳答案

参见 manual (强调我的):

LC_MESSAGES for system responses (available if PHP was compiled with libintl)

LC_ALL 可能是您的有用替代品。

关于php - Gettext 和 PHP 5.3.5 xampp - 使用未定义常量 LC_MESSAGES - 假设 'LC_MESSAGES' in,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7353991/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com