您的位置:首页 > 编程语言 > PHP开发

php xdebug

2016-04-29 09:23 375 查看
1、调试设置:

[Xdebug]

zend_extension = php_xdebug-2.4.0-7.0-vc14-nts-x86_64.dll

xdebug.remote_enable = On

xdebug.remote_handler = dbgp

xdebug.remote_host= localhost

xdebug.remote_port = 9000

xdebug.idekey = PHPSTORM

xdebug.max_nesting_level=600

2、php7 window 开启 opcache:

zend_extension=php_opcache.dll

opcache.enable=1

opcache.enable_cli=1
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: