User Tools

Site Tools


php

This is an old revision of the document!


zend_extension="D:\phpStudy\php\php-5.6.27-nts\ext\php_xdebug.dll"
xdebug.profiler_enable = 1
xdebug.collect_params=4
xdebug.collect_return=1
xdebug.auto_trace=1
xdebug.profiler_output_name = "cachegrind.out.%t.%p"
xdebug.remote_enable = 1

xdebug.remote_handler = "dbgp"
xdebug.idekey = PHPSTORM
xdebug.remote_host = "127.0.0.1"
xdebug.remote_port = 9000

``` $ ./php -v PHP 5.6.33 (cli) (built: Jan 16 2018 14:25:50) Copyright © 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright © 1998-2016 Zend Technologies

  with Xdebug v2.2.5, Copyright (c) 2002-2014, by Derick Rethans

./php –ini

[XDebug] zend_extension=“/path/to/xdebug.so” xdebug.remote_enable=on xdebug.remote_connect_back=on

```

php.1520264144.txt.gz · Last modified: by fe80:a032:fcd2:21e3:d6a9:04ef:17ba:9974

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki