当前位置:首页 > PHP

phpstorm调试XDebug 超时问题

xjtudll2年前 (2024-01-12)2820
phpstorm+xdebug+apache 调试代码时,一分钟就超时处理: 修改配置文件:1.php.ini 设置xdebug, 增加 xdebug.remote_cookie_expire_time = 3600max_execution_time=3600max_input_time=3600...

PHP:Call to undefined function bindtextdomain()

xjtudll2年前 (2023-07-12)1700
all to undefined function bindtextdomain() bindtextdomain() 是系统函数为什么会出现上面情况 我的是 PHP/5.2.9 (PHP 4, PHP 5) bindtextdomain ? Set...

php gettext无效解决

xjtudll2年前 (2023-04-08)2020
php gettext无效解决
 代码:$lang = 'en_US'; //linux不支持zh-Hans,所以gettext、php都不支持。使用locale -a可以看到os支持的语言文字国家地区码。putenv('LANGUAGE='&nbs...

php Undefined index和Undefined variable的解决方法

xjtudll9年前 (2017-01-01)4870
参考资料:http://www.jb51.net/article/13974.htm......

php环境如何测试是否配置成功

xjtudll9年前 (2016-11-11)4750
<?phpphpinfo();?> ......

PHP安装之后没有php.ini文件

xjtudll9年前 (2016-05-04)4280
问题:多数教程都说修改php.ini,但是在安装目录里找了半天,根本没有php.ini,只有: php.ini-developmentphp.ini-production......