ini php.ini profiler,...?XDEBUG_PROFILE
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ini php.ini profiler,...?XDEBUG_PROFILE相关的知识,希望对你有一定的参考价值。
[XDebug]
;https://xdebug.org/download.php chọn PHP 7.1 VC14 (32 bit) nêu xampp chay 32bit
;https://xdebug.org/docs/all_settings
zend_extension = "php_xdebug-2.5.0-7.1-vc14.dll"
xdebug.profiler_append = 0
;xdebug.profiler_enable = 1
;chi profile khi co bien XDEBUG_PROFILE trong request
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir = "D:\EXTRA\xampp\tmp\php-profiler"
;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.profiler_output_name = "callgrind.out.%t-%s"
;xdebug.profiler_output_name = xdebug.out.%t
;xdebug.profiler_output_name = cachegrind.out.%p
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.remote_port=9000
xdebug.remote_connect_back = 1
xdebug.trace_output_dir = "D:\EXTRA\xampp\tmp"
;Type: integer, Default value: 3
xdebug.var_display_max_depth=10
;Type: integer, Default value: 512
xdebug.var_display_max_data=2048
xdebug.max_nesting_level = 512
以上是关于ini php.ini profiler,...?XDEBUG_PROFILE的主要内容,如果未能解决你的问题,请参考以下文章
netbeans 调试 php
centos下php.ini配置项
php如何修改ini文件
php配置可修改范围:PHP_INI_USER,PHP_INI_PERDIR,PHP_INI_SYSTEM,PHP_INI_ALL
关于PHP安装之后没有php.ini文件??
ini php.ini php 7路径