当前位置:首页
> PHP
phpstorm调试XDebug 超时问题
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()
all to undefined function bindtextdomain() bindtextdomain() 是系统函数为什么会出现上面情况 我的是 PHP/5.2.9 (PHP 4, PHP 5) bindtextdomain ? Set...
php gettext无效解决
代码:$lang = 'en_US'; //linux不支持zh-Hans,所以gettext、php都不支持。使用locale -a可以看到os支持的语言文字国家地区码。putenv('LANGUAGE='&nbs...
php Undefined index和Undefined variable的解决方法
参考资料:http://www.jb51.net/article/13974.htm......
PHP安装之后没有php.ini文件
问题:多数教程都说修改php.ini,但是在安装目录里找了半天,根本没有php.ini,只有: php.ini-developmentphp.ini-production......