Connection was not established. xDebug, PHPUnit, SSH
I am using Docker/Devilbox containers. I have set up SSH in its php container. xdebug works fine with browser. It also stops at breakpoint when I enable "start listening for PHP debug connections" and click on "Run" of PHPUnit test. But when I click on "Debug" I get the error.

And when I click on "Validate Installation" in the above error.

I also updated xdebug version from 2.9.2 to 2.9.5 and also updated phpstorm itself from 2019.3 to 2020.1.1 and the problem is still there.
Find below all configuration present in my environment.
My PHP interpreter settings:

PHP Debug settings:

Debugger validation:

Deployment settings.

My php.ini settings for xdebug:
xdebug.remote_enable = 1
xdebug.remote_handler = dbgp
xdebug.remote_port = 9001
xdebug.remote_autostart = 1
xdebug.remote_host = 192.168.0.179
xdebug.idekey = PHPSTORM
xdebug.remote_log = /var/log/php/xdebug.log
xdebug.remote_connect_back = 0
From xdebug online wizard

Xdebug section from phpinfo:
|
xdebug support |
enabled |
|
Version |
2.9.5 |
|
Debugger |
enabled |
|
IDE Key |
PHPSTORM |
|
Directive |
Local Value |
Master Value |
|
xdebug.auto_trace |
Off |
Off |
|
xdebug.cli_color |
0 |
0 |
|
xdebug.collect_assignments |
Off |
Off |
|
xdebug.collect_includes |
On |
On |
|
xdebug.collect_params |
0 |
0 |
|
xdebug.collect_return |
Off |
Off |
|
xdebug.collect_vars |
Off |
Off |
|
xdebug.coverage_enable |
On |
On |
|
xdebug.default_enable |
Off |
Off |
|
xdebug.dump.COOKIE |
no value |
no value |
|
xdebug.dump.ENV |
no value |
no value |
|
xdebug.dump.FILES |
no value |
no value |
|
xdebug.dump.GET |
no value |
no value |
|
xdebug.dump.POST |
no value |
no value |
|
xdebug.dump.REQUEST |
no value |
no value |
|
xdebug.dump.SERVER |
no value |
no value |
|
xdebug.dump.SESSION |
no value |
no value |
|
xdebug.dump_globals |
On |
On |
|
xdebug.dump_once |
On |
On |
|
xdebug.dump_undefined |
Off |
Off |
|
xdebug.file_link_format |
no value |
no value |
|
xdebug.filename_format |
no value |
no value |
|
xdebug.force_display_errors |
Off |
Off |
|
xdebug.force_error_reporting |
0 |
0 |
|
xdebug.gc_stats_enable |
Off |
Off |
|
xdebug.gc_stats_output_dir |
/tmp |
/tmp |
|
xdebug.gc_stats_output_name |
gcstats.%p |
gcstats.%p |
|
xdebug.halt_level |
0 |
0 |
|
xdebug.idekey |
PHPSTORM |
PHPSTORM |
|
xdebug.max_nesting_level |
256 |
256 |
|
xdebug.max_stack_frames |
-1 |
-1 |
|
xdebug.overload_var_dump |
2 |
2 |
|
xdebug.profiler_append |
Off |
Off |
|
xdebug.profiler_enable |
Off |
Off |
|
xdebug.profiler_enable_trigger |
Off |
Off |
|
xdebug.profiler_enable_trigger_value |
no value |
no value |
|
xdebug.profiler_output_dir |
/tmp |
/tmp |
|
xdebug.profiler_output_name |
cachegrind.out.%p |
cachegrind.out.%p |
|
xdebug.remote_addr_header |
no value |
no value |
|
xdebug.remote_autostart |
On |
On |
|
xdebug.remote_connect_back |
Off |
Off |
|
xdebug.remote_cookie_expire_time |
3600 |
3600 |
|
xdebug.remote_enable |
On |
On |
|
xdebug.remote_host |
192.168.0.179 |
192.168.0.179 |
|
xdebug.remote_log |
/var/log/php/xdebug.log |
/var/log/php/xdebug.log |
|
xdebug.remote_log_level |
7 |
7 |
|
xdebug.remote_mode |
req |
req |
|
xdebug.remote_port |
9001 |
9001 |
|
xdebug.remote_timeout |
200 |
200 |
|
xdebug.scream |
Off |
Off |
|
xdebug.show_error_trace |
Off |
Off |
|
xdebug.show_exception_trace |
Off |
Off |
|
xdebug.show_local_vars |
Off |
Off |
|
xdebug.show_mem_delta |
Off |
Off |
|
xdebug.trace_enable_trigger |
Off |
Off |
|
xdebug.trace_enable_trigger_value |
no value |
no value |
|
xdebug.trace_format |
0 |
0 |
|
xdebug.trace_options |
0 |
0 |
|
xdebug.trace_output_dir |
/tmp |
/tmp |
|
xdebug.trace_output_name |
trace.%c |
trace.%c |
|
xdebug.var_display_max_children |
128 |
128 |
|
xdebug.var_display_max_data |
512 |
512 |
|
xdebug.var_display_max_depth |
3 |
3 |
My xdebug log:
[38176] Log opened at 2020-05-01 15:54:38
[38176] I: Connecting to configured address/port: 172.16.238.1:9001.
[38176] I: Connected to client. :-)
[38176] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///shared/httpd/HandwerkerFullstack/vendor/symfony/phpunit-bridge/bin/simple-phpunit.php" language="PHP" xdebug:language_version="7.4.2-dev" protocol_version="1.0" appid="38176" idekey="12195"><engine version="2.9.5"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2020 by Derick Rethans]]></copyright></init>
[38251] Log opened at 2020-05-01 15:54:39
[38251] I: Connecting to configured address/port: 192.168.0.179:9001.
[38251] I: Connected to client. :-)
[38251] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///shared/httpd/HandwerkerFullstack/public/index.php" language="PHP" xdebug:language_version="7.4.2-dev" protocol_version="1.0" appid="38251" idekey="PHPSTORM"><engine version="2.9.5"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2020 by Derick Rethans]]></copyright></init>
[38251] <- feature_set -i 1 -n show_hidden -v 1
[38251] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response>
[38251] <- feature_set -i 2 -n max_depth -v 1
[38251] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response>
[38251] <- feature_set -i 3 -n max_children -v 100
[38251] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_children" success="1"></response>
[38251] <- feature_set -i 4 -n extended_properties -v 1
[38251] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="extended_properties" success="1"></response>
[38251] <- feature_set -i 5 -n resolved_breakpoints -v 1
[38251] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="5" feature="resolved_breakpoints" success="1"></response>
[38251] <- status -i 6
[38251] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response>
[38251] <- step_into -i 7
[38251] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="7" status="break" reason="ok"><xdebug:message filename="file:///shared/httpd/HandwerkerFullstack/public/index.php" lineno="7"></xdebug:message></response>
[38251] <- run -i 8
[38253] Log opened at 2020-05-01 15:54:39
[38253] I: Connecting to configured address/port: 192.168.0.179:9001.
[38251] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="run" transaction_id="8" status="stopping" reason="ok"></response>
[38253] I: Connected to client. :-)
[38253] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///shared/httpd/HandwerkerFullstack/public/index.php" language="PHP" xdebug:language_version="7.4.2-dev" protocol_version="1.0" appid="38253" idekey="PHPSTORM"><engine version="2.9.5"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2020 by Derick Rethans]]></copyright></init>
[38251] <- stop -i 9
[38251] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stop" transaction_id="9" status="stopped" reason="ok"></response>
[38251] Log closed at 2020-05-01 15:54:39
[38253] <- feature_set -i 1 -n show_hidden -v 1
[38253] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response>
[38253] <- feature_set -i 2 -n max_depth -v 1
[38253] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response>
[38253] <- feature_set -i 3 -n max_children -v 100
[38253] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_children" success="1"></response>
[38253] <- feature_set -i 4 -n extended_properties -v 1
[38253] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="extended_properties" success="1"></response>
[38253] <- feature_set -i 5 -n resolved_breakpoints -v 1
[38253] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="5" feature="resolved_breakpoints" success="1"></response>
[38253] <- status -i 6
[38253] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response>
[38253] <- step_into -i 7
[38253] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="7" status="break" reason="ok"><xdebug:message filename="file:///shared/httpd/HandwerkerFullstack/public/index.php" lineno="7"></xdebug:message></response>
[38253] <- run -i 8
[38253] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="run" transaction_id="8" status="stopping" reason="ok"></response>
[38253] <- stop -i 9
[38253] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stop" transaction_id="9" status="stopped" reason="ok"></response>
[38253] Log closed at 2020-05-01 15:54:40
[38251] Log opened at 2020-05-01 15:54:40
[38251] I: Connecting to configured address/port: 192.168.0.179:9001.
[38251] I: Connected to client. :-)
[38251] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///shared/httpd/HandwerkerFullstack/public/index.php" language="PHP" xdebug:language_version="7.4.2-dev" protocol_version="1.0" appid="38251" idekey="PHPSTORM"><engine version="2.9.5"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2020 by Derick Rethans]]></copyright></init>
[38251] <- feature_set -i 1 -n show_hidden -v 1
[38251] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response>
[38251] <- feature_set -i 2 -n max_depth -v 1
[38251] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response>
[38251] <- feature_set -i 3 -n max_children -v 100
[38251] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_children" success="1"></response>
[38251] <- feature_set -i 4 -n extended_properties -v 1
[38251] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="extended_properties" success="1"></response>
[38251] <- feature_set -i 5 -n resolved_breakpoints -v 1
[38251] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="5" feature="resolved_breakpoints" success="1"></response>
[38251] <- status -i 6
[38251] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response>
[38251] <- step_into -i 7
[38251] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="7" status="break" reason="ok"><xdebug:message filename="file:///shared/httpd/HandwerkerFullstack/public/index.php" lineno="7"></xdebug:message></response>
[38251] <- run -i 8
[38251] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="run" transaction_id="8" status="stopping" reason="ok"></response>
[38251] <- stop -i 9
[38251] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stop" transaction_id="9" status="stopped" reason="ok"></response>
[38251] Log closed at 2020-05-01 15:54:41
[38253] Log opened at 2020-05-01 15:54:42
[38253] I: Connecting to configured address/port: 192.168.0.179:9001.
[38253] I: Connected to client. :-)
[38253] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///shared/httpd/HandwerkerFullstack/public/index.php" language="PHP" xdebug:language_version="7.4.2-dev" protocol_version="1.0" appid="38253" idekey="PHPSTORM"><engine version="2.9.5"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2020 by Derick Rethans]]></copyright></init>
[38253] <- feature_set -i 1 -n show_hidden -v 1
[38253] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response>
[38253] <- feature_set -i 2 -n max_depth -v 1
[38253] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response>
[38253] <- feature_set -i 3 -n max_children -v 100
[38253] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_children" success="1"></response>
[38253] <- feature_set -i 4 -n extended_properties -v 1
[38253] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="extended_properties" success="1"></response>
[38253] <- feature_set -i 5 -n resolved_breakpoints -v 1
[38253] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="5" feature="resolved_breakpoints" success="1"></response>
[38253] <- status -i 6
[38253] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response>
[38253] <- step_into -i 7
[38253] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="7" status="break" reason="ok"><xdebug:message filename="file:///shared/httpd/HandwerkerFullstack/public/index.php" lineno="7"></xdebug:message></response>
[38253] <- run -i 8
[38253] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="run" transaction_id="8" status="stopping" reason="ok"></response>
[38253] <- stop -i 9
[38253] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stop" transaction_id="9" status="stopped" reason="ok"></response>
[38253] Log closed at 2020-05-01 15:54:42
[38176] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
[38176] Log closed at 2020-05-01 15:54:42
And finally my idea log:
2020-05-01 20:53:48,157 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2020-05-01 20:53:48,189 [ 32] INFO - #com.intellij.idea.Main - IDE: PhpStorm (build #PS-201.7223.96, 30 Apr 2020 18:39)
2020-05-01 20:53:48,191 [ 34] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2020-05-01 20:53:48,191 [ 34] INFO - #com.intellij.idea.Main - JRE: 11.0.6+8-b765.40 (JetBrains s.r.o)
2020-05-01 20:53:48,191 [ 34] INFO - #com.intellij.idea.Main - JVM: 11.0.6+8-b765.40 (OpenJDK 64-Bit Server VM)
2020-05-01 20:53:48,193 [ 36] INFO - #com.intellij.idea.Main - JVM Args: exit -Xms128m -Xmx2032m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djava.net.preferIPv4Stack=true -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djdk.attach.allowAttachSelf=true -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -Djb.vmOptionsFile=C:\Users\Ciao\AppData\Roaming\JetBrains\PhpStorm2020.1\phpstorm64.exe.vmoptions -Djava.library.path=C:\Program Files\JetBrains\PhpStorm 2019.3.4\jbr\\bin;C:\Program Files\JetBrains\PhpStorm 2019.3.4\jbr\\bin\server -Didea.platform.prefix=PhpStorm -Dide.native.launcher=true -Didea.paths.selector=PhpStorm2020.1 -XX:ErrorFile=C:\Users\Ciao\java_error_in_phpstorm_%p.log -XX:HeapDumpPath=C:\Users\Ciao\java_error_in_phpstorm.hprof
2020-05-01 20:53:48,193 [ 36] INFO - #com.intellij.idea.Main - Locale=en_US JNU=Cp1252 file.encoding=Cp1252
2020-05-01 20:53:48,281 [ 124] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 100 ms
2020-05-01 20:53:48,420 [ 263] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2020-05-01 20:53:48,780 [ 623] INFO - llij.ide.plugins.PluginManager - C:\Program Files\JetBrains\PhpStorm 2019.3.4\plugins\rest overrides C:\Users\Ciao\AppData\Roaming\JetBrains\PhpStorm2020.1\plugins\rest
2020-05-01 20:53:49,361 [ 1204] INFO - ntellij.idea.ApplicationLoader - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@2082cb43[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@3948ea7c
2020-05-01 20:53:49,402 [ 1245] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: IDEA CORE (201.7223.96), com.intellij.platform.images (201.7223.96), Git (201.7223.96), ChangeReminder (201.7223.96), Performance Testing (201.7223.96), HTML Tools (201.7223.96), Perforce (201.7223.96), Refactor-X (201.7223.96), Subversion (201.7223.96), XPathView + XSLT (201.7223.96), Task Management (201.7223.96), GitHub (201.7223.96), Time Tracking (201.7223.96), IntelliLang (201.7223.96), Markdown (201.7223.96), IDE Settings Sync (201.7223.96), Apache config (.htaccess) (201.7223.96), Configuration Script (201.7223.96), Copyright (201.7223.96), UML (201.7223.96), Windows 10 Light Theme (201.7223.96), Machine Learning Code Completion (201.7223.96), ASP (201.7223.96), Ini (201.7223.96), FTP/SFTP Connectivity (ex. Remote Hosts Access) (201.7223.96), File Watchers (201.7223.96), CSS (201.7223.96), W3C Validators (201.7223.96), Haml (201.7223.96), Less (201.7223.96), Sass (201.7223.96), Gherkin (201.7223.96), Mercurial (201.7223.96), Hunspell (201.7223.96), EditorConfig (201.7223.96), GNU GetText files support (*.po) (201.7223.96), ReStructuredText (201.7223.96), Terminal (201.7223.96), SSH Remote Run (201.7223.96), Vagrant (201.7223.96), WSL Support Framework (201.7223.96), Shell Script (201.7223.96), TextMate bundles (201.7223.96), YAML (201.7223.96), Docker (201.7223.96), Grazie (201.7223.96), JavaScript and TypeScript (201.7223.96), JavaScript Intention Power Pack (201.7223.96), JavaScript Debugger (201.7223.96), Node.js (201.7223.96), Vue.js (201.7223.96), Database Tools and SQL (201.7223.96), CoffeeScript (201.7223.96), HTTP Client (201.7223.96), PHP (201.7223.96), Joomla! (201.7223.96), Phing (201.7223.96), PHP Grazie Integration (201.7223.96), PHP Markdown Integration (201.7223.96), PHPT Support (201.7223.96), Blade (201.7223.96), DQL (201.7223.96), Command Line Tool (201.7223.96), Drupal (201.7223.96), WordPress (201.7223.96), PhpStorm Workshop (201.7223.96), Twig (201.7223.96), PHP Remote Interpreter (201.7223.96), PHP Docker (201.7223.96), Behat Support (201.7223.96), Codeception Framework (201.7223.96), PHPSpec BDD Framework (201.7223.96), PHP WSL Support (201.7223.96), TSLint (201.7223.96), Angular and AngularJS (201.7223.96), Settings Repository (201.7223.96)
2020-05-01 20:53:49,403 [ 1246] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: .env files support (2020.1), PHP Annotations (6.3.0), Symfony Support (0.19.191)
2020-05-01 20:53:49,479 [ 1322] INFO - cloudConfig.CloudConfigManager - === Exit: JBA_NOT_FOUND ===
2020-05-01 20:53:49,579 [ 1422] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=1945
2020-05-01 20:53:49,586 [ 1429] INFO - tellij.util.io.FileChannelUtil - un-interruptible FileChannel-s will be used for indexes
2020-05-01 20:53:49,621 [ 1464] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2020-05-01 20:53:49,733 [ 1576] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2020-05-01 20:53:49,787 [ 1630] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=13, fontScale=1.0; restored: fontSize=13, fontScale=1.0
2020-05-01 20:53:49,797 [ 1640] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=17, fontScale=1.0; restored: fontSize=17, fontScale=1.0
2020-05-01 20:53:49,837 [ 1680] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=org.jetbrains.plugins.phpstorm.PhpStormInitialConfigurator)
2020-05-01 20:53:49,859 [ 1702] INFO - gs.impl.UpdateCheckerComponent - channel: release
2020-05-01 20:53:50,030 [ 1873] INFO - BridgeProjectLifecycleListener - Using legacy project model to open project
2020-05-01 20:53:50,088 [ 1931] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\PhpStorm 2019.3.4\bin\fsnotifier64.exe
2020-05-01 20:53:50,121 [ 1964] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2020-05-01 20:53:50,391 [ 2234] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [E:/devilbox/data/www/HandwerkerFullstack]
2020-05-01 20:53:50,525 [ 2368] INFO - rojectCodeStyleSettingsManager - Loading Project code style
2020-05-01 20:53:50,543 [ 2386] INFO - eStyle.CustomCodeStyleSettings - Loaded com.jetbrains.php.lang.formatter.PhpCodeStyleSettings
2020-05-01 20:53:50,543 [ 2386] INFO - eStyle.CustomCodeStyleSettings - Loaded org.editorconfig.settings.EditorConfigSettings
2020-05-01 20:53:50,547 [ 2390] INFO - eStyle.CommonCodeStyleSettings - Loaded PHP common code style settings
2020-05-01 20:53:50,959 [ 2802] INFO - leBasedIndexDataInitialization - Initialization done: 1202
2020-05-01 20:53:51,211 [ 3054] INFO - exImpl$StubIndexInitialization - Initialization done: 252
2020-05-01 20:53:51,373 [ 3216] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2020-05-01 20:53:52,248 [ 4091] INFO - llij.database.util.SqlDialects - SQL dialects initialized in 0 ms
2020-05-01 20:53:52,694 [ 4537] INFO - .diagnostic.PerformanceWatcher - Pushing JS language level to 67 libraries took 782ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-01 20:53:52,918 [ 4761] INFO - PerformancePlugin - Performance Plugin is in silent mode
2020-05-01 20:53:52,959 [ 4802] INFO - pl.ProjectRootManagerComponent - project roots have changed
2020-05-01 20:53:52,961 [ 4804] INFO - indexing.UnindexedFilesUpdater - Unindexed files update canceled
2020-05-01 20:53:52,961 [ 4804] INFO - penapi.application.Experiments - Experimental features enabled for user: wsl.p9.support, wsl.p9.show.roots.in.file.chooser, inline.browse.button, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, copy.reference.popup, new.large.text.file.viewer
2020-05-01 20:53:53,047 [ 4890] INFO - ge.ExternalProjectsDataStorage - Load external projects data in 5 millis (read time: 1)
2020-05-01 20:53:53,088 [ 4931] WARN - ion.impl.NotificationCollector - Notification group 'Project generator' is already registered in whitelist
2020-05-01 20:53:53,088 [ 4931] WARN - ion.impl.NotificationCollector - Notification group 'System Messages' is already registered in whitelist
2020-05-01 20:53:53,104 [ 4947] INFO - #git4idea.commands.GitHandler - [.] git version
2020-05-01 20:53:53,169 [ 5012] INFO - #git4idea.commands.GitHandler - git version 2.26.0.windows.1
2020-05-01 20:53:53,185 [ 5028] INFO - ea.config.GitExecutableManager - Git version for C:\Program Files\Git\cmd\git.exe : 2.26.0
2020-05-01 20:53:53,193 [ 5036] INFO - ProjectRootPostStartUpActivity - E:/devilbox/data/www/HandwerkerFullstack/.idea case-sensitivity: expected=false actual=false
2020-05-01 20:53:53,220 [ 5063] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 299ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-01 20:53:53,239 [ 5082] INFO - .diagnostic.PerformanceWatcher - Pushing JS language level to 67 libraries took 85ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-01 20:53:53,627 [ 5470] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: Problems View) or icon jar:file:/C:/Program%20Files/JetBrains/PhpStorm%202019.3.4/lib/icons.jar!/general/warning.svg
2020-05-01 20:53:54,124 [ 5967] INFO - tor.impl.FileEditorManagerImpl - Project opening took 4156 ms
2020-05-01 20:53:54,622 [ 6465] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 958ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-01 20:53:54,710 [ 6553] INFO - ndex.PrebuiltIndexProviderBase - Using prebuilt id-index from C:\Users\Ciao\AppData\Local\JetBrains\PhpStorm2020.1\index\.persistent\prebuilt\PHP\id-index.input
2020-05-01 20:53:55,357 [ 7200] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 732ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-01 20:53:55,388 [ 7231] INFO - cloudConfig.CloudConfigManager - === StatusBar ignored ===
2020-05-01 20:53:55,481 [ 7324] INFO - pl.ProjectRootManagerComponent - project roots have changed
2020-05-01 20:53:55,492 [ 7335] INFO - omposerSettingSyncConfigClient - Composer synchronization is enabled -> update IDE settings based on composer.json
2020-05-01 20:53:55,500 [ 7343] INFO - omposerSettingSyncConfigClient - Composer synchronization is enabled -> update IDE settings based on composer.json
2020-05-01 20:53:55,686 [ 7529] INFO - .diagnostic.PerformanceWatcher - Pushing JS language level to 67 libraries took 5ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-01 20:53:55,737 [ 7580] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 179ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-01 20:53:56,169 [ 8012] INFO - #com.intellij.AbstractBundle - Cannot load resource bundle from *.properties file, falling back to slow class loading: messages.PhpTBundle
2020-05-01 20:53:56,170 [ 8013] INFO - llij.ide.plugins.PluginManager - Cannot find plugin com.intellij.php.phpt resource-bundle: messages.PhpTBundle
2020-05-01 20:53:56,199 [ 8042] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 462ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-01 20:53:56,201 [ 8044] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 4 files to update
2020-05-01 20:53:56,389 [ 8232] INFO - ndex.PrebuiltIndexProviderBase - Using prebuilt sdk-stubs from C:\Users\Ciao\AppData\Local\JetBrains\PhpStorm2020.1\index\.persistent\prebuilt\PHP\sdk-stubs.input
2020-05-01 20:53:56,462 [ 8305] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 261ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-01 20:53:56,464 [ 8307] INFO - pl.ProjectRootManagerComponent - project roots have changed
2020-05-01 20:53:56,671 [ 8514] INFO - .diagnostic.PerformanceWatcher - Pushing JS language level to 67 libraries took 6ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-01 20:53:56,689 [ 8532] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 157ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-01 20:53:56,740 [ 8583] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 51ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-01 20:53:56,767 [ 8610] WARN - ns.php.phar.PharLibraryManager - Frequent root change. Source class com.jetbrains.php.phar.PharLibraryManager, delta 1301.
Old roots: [phar://E:/devilbox/data/www/HandwerkerFullstack/bin/.phpunit/phpunit-7.5-0/tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-3.0.3.phar/, phar://E:/devilbox/data/www/HandwerkerFullstack/bin/.phpunit/phpunit-7.5-0/vendor/phar-io/manifest/tests/_fixture/test.phar/]
New Roots: [phar://E:/devilbox/data/www/HandwerkerFullstack/bin/.phpunit/phpunit-7.5-0/tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-3.0.3.phar/, phar://E:/devilbox/data/www/HandwerkerFullstack/bin/.phpunit/phpunit-7.5-0/vendor/phar-io/manifest/tests/_fixture/test.phar/, phar://E:/devilbox/data/www/HandwerkerFullstack/vendor/bin/.phpunit/phpunit-7.5-0/tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-3.0.3.phar/, phar://E:/devilbox/data/www/HandwerkerFullstack/vendor/bin/.phpunit/phpunit-7.5-0/vendor/phar-io/manifest/tests/_fixture/test.phar/, phar://E:/devilbox/data/www/HandwerkerFullstack/vendor/bin/.phpunit/phpunit-8.3-0/tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-3.0.3.phar/, phar://E:/devilbox/data/www/HandwerkerFullstack/vendor/bin/.phpunit/phpunit-8.3-0/vendor/phar-io/manifest/tests/_fixture/test.phar/, phar://E:/devilbox/data/www/HandwerkerFullstack/vendor/symfony/dependency-injection/Tests/Fixtures/includes/ProjectWithXsdExtensionInPhar.phar/]
2020-05-01 20:53:56,798 [ 8641] INFO - pl.ProjectRootManagerComponent - project roots have changed
2020-05-01 20:53:57,006 [ 8849] INFO - .diagnostic.PerformanceWatcher - Pushing JS language level to 67 libraries took 8ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-01 20:53:57,050 [ 8893] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 187ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-01 20:53:57,105 [ 8948] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 55ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-01 20:53:59,060 [ 10903] INFO - Symfony-Plugin - new instance: fr.adrienbrault.idea.symfony2plugin.dic.XmlServiceParser
2020-05-01 20:53:59,257 [ 11100] INFO - Symfony-Plugin - update: fr.adrienbrault.idea.symfony2plugin.dic.XmlServiceParser
2020-05-01 20:54:00,216 [ 12059] INFO - Symfony-Plugin - new instance: fr.adrienbrault.idea.symfony2plugin.config.component.parser.ParameterServiceParser
2020-05-01 20:54:00,268 [ 12111] INFO - Symfony-Plugin - update: fr.adrienbrault.idea.symfony2plugin.config.component.parser.ParameterServiceParser
2020-05-01 20:54:00,313 [ 12156] INFO - Symfony-Plugin - new instance: fr.adrienbrault.idea.symfony2plugin.doctrine.component.EntityNamesServiceParser
2020-05-01 20:54:00,350 [ 12193] INFO - Symfony-Plugin - update: fr.adrienbrault.idea.symfony2plugin.doctrine.component.EntityNamesServiceParser
2020-05-01 20:54:00,351 [ 12194] INFO - Symfony-Plugin - new instance: fr.adrienbrault.idea.symfony2plugin.doctrine.component.DocumentNamespacesParser
2020-05-01 20:54:00,369 [ 12212] INFO - Symfony-Plugin - update: fr.adrienbrault.idea.symfony2plugin.doctrine.component.DocumentNamespacesParser
2020-05-01 20:54:01,183 [ 13026] INFO - ion.PackageVersionRangeMatcher - Matching 8 done in 73 ms
2020-05-01 20:54:08,131 [ 19974] INFO - port.random.BouncyCastleRandom - Generating random seed from SecureRandom.
2020-05-01 20:54:08,205 [ 20048] INFO - z.sshj.transport.TransportImpl - Client identity string: SSH-2.0-SSHJ_0.27.0
2020-05-01 20:54:08,210 [ 20053] INFO - z.sshj.transport.TransportImpl - Server identity string: SSH-2.0-OpenSSH_7.9p1 Debian-10+deb10u2
2020-05-01 20:54:08,288 [ 20131] INFO - eyprovider.OpenSSHKeyV1KeyFile - Read key type: ssh-rsa
2020-05-01 20:54:08,413 [ 20256] INFO - om.intellij.ssh.impl.sshj.sshj - Authentication log: SSH connection to devilbox@localhost:2222
* With signature factories: ssh-rsa, ssh-dss, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-ed25519
* With keep alive interval 120 seconds
* With keep alive count max 3
* With OpenSSH-like host key verifier (knownHostsFile=[C:\Users\Ciao\.ssh\known_hosts], strictHostKeyChecking=ASK, hashKnownHosts=false)
* With identity {E:\devilbox\data\www\HandwerkerFullstack\ssh\id_rsa, without passphrase}
* With authentications allowed by the client: publickey, password, keyboard-interactive
* With connect timeout 0 milliseconds
* Connected
=> none (failure, new auth methods allowed by the server: publickey, password)
=> publickey E:\devilbox\data\www\HandwerkerFullstack\ssh\id_rsa (success)
2020-05-01 20:54:08,425 [ 20268] INFO - .channel.direct.SessionChannel - Will request `sftp` subsystem
2020-05-01 20:54:08,540 [ 20383] INFO - ugins.remotesdk.RemoteTransfer - Uploading helpers to /home/devilbox/.phpstorm_helpers
2020-05-01 20:54:08,591 [ 20434] INFO - s.webDeployment.PublishUtils$1 - Using "C:\Users\Ciao\AppData\Local\Temp\vfs_cache" as temporary files store.
2020-05-01 20:54:08,624 [ 20467] INFO - .channel.direct.SessionChannel - Will request `sftp` subsystem
2020-05-01 20:54:08,662 [ 20505] INFO - ugins.remotesdk.RemoteTransfer - Remote helpers version is PS-201.7223.96, local helpers version is PS-201.7223.96
2020-05-01 20:54:08,662 [ 20505] INFO - ugins.remotesdk.RemoteTransfer - Helpers upload successfully completed
2020-05-01 20:54:08,662 [ 20505] INFO - .diagnostic.PerformanceWatcher - Helpers uploaded took 116ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-01 20:54:08,667 [ 20510] INFO - .channel.direct.SessionChannel - Will request `sftp` subsystem
2020-05-01 20:54:12,801 [ 24644] INFO - il.connection.ServerConnection - Stopped listening on port 9001
2020-05-01 20:54:18,462 [ 30305] INFO - .channel.direct.SessionChannel - Will request `sftp` subsystem
2020-05-01 20:54:18,548 [ 30391] INFO - ugins.remotesdk.RemoteTransfer - Uploading helpers to /home/devilbox/.phpstorm_helpers
2020-05-01 20:54:18,553 [ 30396] INFO - .channel.direct.SessionChannel - Will request `sftp` subsystem
2020-05-01 20:54:18,575 [ 30418] INFO - ugins.remotesdk.RemoteTransfer - Remote helpers version is PS-201.7223.96, local helpers version is PS-201.7223.96
2020-05-01 20:54:18,575 [ 30418] INFO - ugins.remotesdk.RemoteTransfer - Helpers upload successfully completed
2020-05-01 20:54:18,575 [ 30418] INFO - .diagnostic.PerformanceWatcher - Helpers uploaded took 26ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-01 20:54:18,577 [ 30420] INFO - .channel.direct.SessionChannel - Will request `sftp` subsystem
2020-05-01 20:54:22,706 [ 34549] INFO - il.connection.ServerConnection - Stopped listening on port 9001
2020-05-01 20:54:38,462 [ 50305] INFO - .channel.direct.SessionChannel - Will request `sftp` subsystem
2020-05-01 20:54:38,547 [ 50390] INFO - ugins.remotesdk.RemoteTransfer - Uploading helpers to /home/devilbox/.phpstorm_helpers
2020-05-01 20:54:38,552 [ 50395] INFO - .channel.direct.SessionChannel - Will request `sftp` subsystem
2020-05-01 20:54:38,576 [ 50419] INFO - ugins.remotesdk.RemoteTransfer - Remote helpers version is PS-201.7223.96, local helpers version is PS-201.7223.96
2020-05-01 20:54:38,576 [ 50419] INFO - ugins.remotesdk.RemoteTransfer - Helpers upload successfully completed
2020-05-01 20:54:38,576 [ 50419] INFO - .diagnostic.PerformanceWatcher - Helpers uploaded took 28ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-01 20:54:38,578 [ 50421] INFO - .channel.direct.SessionChannel - Will request `sftp` subsystem
2020-05-01 20:54:42,706 [ 54549] INFO - il.connection.ServerConnection - Stopped listening on port 9001
Please sign in to leave a comment.
Please add #com.jetbrains.php at Help > Diagnostics > Debug Log Settings.
Then try to refresh remote interpreter config at File | Settings | Languages & Frameworks | PHP > ... Then share the idea.log file.
idea.log after performing above requested steps:
2020-05-06 15:46:38,864 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2020-05-06 15:46:38,895 [ 31] INFO - #com.intellij.idea.Main - IDE: PhpStorm (build #PS-201.7223.96, 30 Apr 2020 18:39)
2020-05-06 15:46:38,897 [ 33] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2020-05-06 15:46:38,898 [ 34] INFO - #com.intellij.idea.Main - JRE: 11.0.6+8-b765.40 (JetBrains s.r.o)
2020-05-06 15:46:38,898 [ 34] INFO - #com.intellij.idea.Main - JVM: 11.0.6+8-b765.40 (OpenJDK 64-Bit Server VM)
2020-05-06 15:46:38,900 [ 36] INFO - #com.intellij.idea.Main - JVM Args: exit -Xms128m -Xmx2032m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djava.net.preferIPv4Stack=true -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djdk.attach.allowAttachSelf=true -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -Djb.vmOptionsFile=C:\Users\Ciao\AppData\Roaming\JetBrains\PhpStorm2020.1\phpstorm64.exe.vmoptions -Djava.library.path=C:\Program Files\JetBrains\PhpStorm 2019.3.4\jbr\\bin;C:\Program Files\JetBrains\PhpStorm 2019.3.4\jbr\\bin\server -Didea.platform.prefix=PhpStorm -Dide.native.launcher=true -Didea.paths.selector=PhpStorm2020.1 -XX:ErrorFile=C:\Users\Ciao\java_error_in_phpstorm_%p.log -XX:HeapDumpPath=C:\Users\Ciao\java_error_in_phpstorm.hprof
2020-05-06 15:46:38,900 [ 36] INFO - #com.intellij.idea.Main - Locale=en_US JNU=Cp1252 file.encoding=Cp1252
2020-05-06 15:46:38,985 [ 121] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 102 ms
2020-05-06 15:46:39,120 [ 256] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2020-05-06 15:46:39,421 [ 557] INFO - llij.ide.plugins.PluginManager - C:\Program Files\JetBrains\PhpStorm 2019.3.4\plugins\rest overrides C:\Users\Ciao\AppData\Roaming\JetBrains\PhpStorm2020.1\plugins\rest
2020-05-06 15:46:39,949 [ 1085] INFO - ntellij.idea.ApplicationLoader - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@791fec6f[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@507406e5
2020-05-06 15:46:39,986 [ 1122] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: IDEA CORE (201.7223.96), com.intellij.platform.images (201.7223.96), Git (201.7223.96), ChangeReminder (201.7223.96), Performance Testing (201.7223.96), HTML Tools (201.7223.96), Perforce (201.7223.96), Refactor-X (201.7223.96), Subversion (201.7223.96), XPathView + XSLT (201.7223.96), Task Management (201.7223.96), GitHub (201.7223.96), Time Tracking (201.7223.96), IntelliLang (201.7223.96), Markdown (201.7223.96), IDE Settings Sync (201.7223.96), Apache config (.htaccess) (201.7223.96), Configuration Script (201.7223.96), Copyright (201.7223.96), UML (201.7223.96), Windows 10 Light Theme (201.7223.96), Machine Learning Code Completion (201.7223.96), ASP (201.7223.96), Ini (201.7223.96), FTP/SFTP Connectivity (ex. Remote Hosts Access) (201.7223.96), File Watchers (201.7223.96), CSS (201.7223.96), W3C Validators (201.7223.96), Haml (201.7223.96), Less (201.7223.96), Sass (201.7223.96), Gherkin (201.7223.96), Mercurial (201.7223.96), Hunspell (201.7223.96), EditorConfig (201.7223.96), GNU GetText files support (*.po) (201.7223.96), ReStructuredText (201.7223.96), Terminal (201.7223.96), SSH Remote Run (201.7223.96), Vagrant (201.7223.96), WSL Support Framework (201.7223.96), Shell Script (201.7223.96), TextMate bundles (201.7223.96), YAML (201.7223.96), Docker (201.7223.96), Grazie (201.7223.96), JavaScript and TypeScript (201.7223.96), JavaScript Intention Power Pack (201.7223.96), JavaScript Debugger (201.7223.96), Node.js (201.7223.96), Vue.js (201.7223.96), Database Tools and SQL (201.7223.96), CoffeeScript (201.7223.96), HTTP Client (201.7223.96), PHP (201.7223.96), Joomla! (201.7223.96), Phing (201.7223.96), PHP Grazie Integration (201.7223.96), PHP Markdown Integration (201.7223.96), PHPT Support (201.7223.96), Blade (201.7223.96), DQL (201.7223.96), Command Line Tool (201.7223.96), Drupal (201.7223.96), WordPress (201.7223.96), PhpStorm Workshop (201.7223.96), Twig (201.7223.96), PHP Remote Interpreter (201.7223.96), PHP Docker (201.7223.96), Behat Support (201.7223.96), Codeception Framework (201.7223.96), PHPSpec BDD Framework (201.7223.96), PHP WSL Support (201.7223.96), TSLint (201.7223.96), Angular and AngularJS (201.7223.96), Settings Repository (201.7223.96)
2020-05-06 15:46:39,987 [ 1123] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Batch Scripts Support (1.0.12), CMD Support (1.0.5), .env files support (2020.1), PHP Annotations (6.3.0), Symfony Support (0.19.192)
2020-05-06 15:46:40,051 [ 1187] INFO - cloudConfig.CloudConfigManager - === Exit: JBA_NOT_FOUND ===
2020-05-06 15:46:40,154 [ 1290] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=1945
2020-05-06 15:46:40,161 [ 1297] INFO - tellij.util.io.FileChannelUtil - un-interruptible FileChannel-s will be used for indexes
2020-05-06 15:46:40,189 [ 1325] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2020-05-06 15:46:40,305 [ 1441] INFO - lij.diagnostic.DebugLogManager - Set DEBUG for the following categories: #com.jetbrains.php
2020-05-06 15:46:40,318 [ 1454] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2020-05-06 15:46:40,353 [ 1489] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=13, fontScale=1.0; restored: fontSize=13, fontScale=1.0
2020-05-06 15:46:40,355 [ 1491] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=17, fontScale=1.0; restored: fontSize=17, fontScale=1.0
2020-05-06 15:46:40,402 [ 1538] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=org.jetbrains.plugins.phpstorm.PhpStormInitialConfigurator)
2020-05-06 15:46:40,437 [ 1573] INFO - gs.impl.UpdateCheckerComponent - channel: release
2020-05-06 15:46:40,579 [ 1715] INFO - BridgeProjectLifecycleListener - Using legacy project model to open project
2020-05-06 15:46:40,631 [ 1767] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\PhpStorm 2019.3.4\bin\fsnotifier64.exe
2020-05-06 15:46:40,652 [ 1788] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2020-05-06 15:46:40,907 [ 2043] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [E:/devilbox/data/www/HandwerkerFullstack]
2020-05-06 15:46:41,022 [ 2158] INFO - rojectCodeStyleSettingsManager - Loading Project code style
2020-05-06 15:46:41,042 [ 2178] INFO - eStyle.CustomCodeStyleSettings - Loaded com.jetbrains.php.lang.formatter.PhpCodeStyleSettings
2020-05-06 15:46:41,042 [ 2178] INFO - eStyle.CustomCodeStyleSettings - Loaded org.editorconfig.settings.EditorConfigSettings
2020-05-06 15:46:41,045 [ 2181] INFO - eStyle.CommonCodeStyleSettings - Loaded PHP common code style settings
2020-05-06 15:46:41,441 [ 2577] INFO - leBasedIndexDataInitialization - Initialization done: 1103
2020-05-06 15:46:41,704 [ 2840] INFO - exImpl$StubIndexInitialization - Initialization done: 262
2020-05-06 15:46:41,792 [ 2928] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2020-05-06 15:46:42,673 [ 3809] INFO - llij.database.util.SqlDialects - SQL dialects initialized in 0 ms
2020-05-06 15:46:43,002 [ 4138] INFO - PerformancePlugin - Performance Plugin is in silent mode
2020-05-06 15:46:43,054 [ 4190] INFO - penapi.application.Experiments - Experimental features enabled for user: wsl.p9.support, wsl.p9.show.roots.in.file.chooser, inline.browse.button, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, copy.reference.popup, new.large.text.file.viewer
2020-05-06 15:46:43,068 [ 4204] INFO - pl.ProjectRootManagerComponent - project roots have changed
2020-05-06 15:46:43,084 [ 4220] INFO - indexing.UnindexedFilesUpdater - Unindexed files update canceled
2020-05-06 15:46:43,124 [ 4260] WARN - ion.impl.NotificationCollector - Notification group 'Project generator' is already registered in whitelist
2020-05-06 15:46:43,124 [ 4260] WARN - ion.impl.NotificationCollector - Notification group 'System Messages' is already registered in whitelist
2020-05-06 15:46:43,151 [ 4287] INFO - ge.ExternalProjectsDataStorage - Load external projects data in 3 millis (read time: 2)
2020-05-06 15:46:43,156 [ 4292] INFO - .diagnostic.PerformanceWatcher - Pushing JS language level to 67 libraries took 850ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-06 15:46:43,207 [ 4343] INFO - #git4idea.commands.GitHandler - [.] git version
2020-05-06 15:46:43,271 [ 4407] INFO - #git4idea.commands.GitHandler - git version 2.26.0.windows.1
2020-05-06 15:46:43,275 [ 4411] INFO - ProjectRootPostStartUpActivity - E:/devilbox/data/www/HandwerkerFullstack/.idea case-sensitivity: expected=false actual=false
2020-05-06 15:46:43,281 [ 4417] INFO - ea.config.GitExecutableManager - Git version for C:\Program Files\Git\cmd\git.exe : 2.26.0
2020-05-06 15:46:43,296 [ 4432] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 291ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-06 15:46:43,535 [ 4671] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: Problems View) or icon jar:file:/C:/Program%20Files/JetBrains/PhpStorm%202019.3.4/lib/icons.jar!/general/warning.svg
2020-05-06 15:46:43,564 [ 4700] INFO - .diagnostic.PerformanceWatcher - Pushing JS language level to 67 libraries took 298ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-06 15:46:43,937 [ 5073] INFO - tor.impl.FileEditorManagerImpl - Project opening took 3405 ms
2020-05-06 15:46:44,637 [ 5773] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 963ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-06 15:46:44,702 [ 5838] INFO - ndex.PrebuiltIndexProviderBase - Using prebuilt id-index from C:\Users\Ciao\AppData\Local\JetBrains\PhpStorm2020.1\index\.persistent\prebuilt\PHP\id-index.input
2020-05-06 15:46:45,422 [ 6558] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 782ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-06 15:46:45,444 [ 6580] INFO - cloudConfig.CloudConfigManager - === StatusBar ignored ===
2020-05-06 15:46:45,519 [ 6655] INFO - pl.ProjectRootManagerComponent - project roots have changed
2020-05-06 15:46:45,525 [ 6661] INFO - omposerSettingSyncConfigClient - Composer synchronization is enabled -> update IDE settings based on composer.json
2020-05-06 15:46:45,531 [ 6667] INFO - omposerSettingSyncConfigClient - Composer synchronization is enabled -> update IDE settings based on composer.json
2020-05-06 15:46:45,735 [ 6871] INFO - .diagnostic.PerformanceWatcher - Pushing JS language level to 67 libraries took 16ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-06 15:46:45,784 [ 6920] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 217ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-06 15:46:46,188 [ 7324] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 404ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-06 15:46:46,190 [ 7326] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 1 files to update
2020-05-06 15:46:46,263 [ 7399] INFO - #com.intellij.AbstractBundle - Cannot load resource bundle from *.properties file, falling back to slow class loading: messages.PhpTBundle
2020-05-06 15:46:46,264 [ 7400] INFO - llij.ide.plugins.PluginManager - Cannot find plugin com.intellij.php.phpt resource-bundle: messages.PhpTBundle
2020-05-06 15:46:46,540 [ 7676] INFO - ndex.PrebuiltIndexProviderBase - Using prebuilt sdk-stubs from C:\Users\Ciao\AppData\Local\JetBrains\PhpStorm2020.1\index\.persistent\prebuilt\PHP\sdk-stubs.input
2020-05-06 15:46:46,634 [ 7770] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 444ms; general responsiveness: ok; EDT responsiveness: 1/1 sluggish
2020-05-06 15:46:46,637 [ 7773] INFO - pl.ProjectRootManagerComponent - project roots have changed
2020-05-06 15:46:46,820 [ 7956] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 173ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-06 15:46:46,842 [ 7978] INFO - .diagnostic.PerformanceWatcher - Pushing JS language level to 67 libraries took 5ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-06 15:46:46,843 [ 7979] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 23ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-06 15:46:46,877 [ 8013] WARN - ns.php.phar.PharLibraryManager - Frequent root change. Source class com.jetbrains.php.phar.PharLibraryManager, delta 1364.
Old roots: [phar://E:/devilbox/data/www/HandwerkerFullstack/bin/.phpunit/phpunit-7.5-0/tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-3.0.3.phar/, phar://E:/devilbox/data/www/HandwerkerFullstack/bin/.phpunit/phpunit-7.5-0/vendor/phar-io/manifest/tests/_fixture/test.phar/]
New Roots: [phar://E:/devilbox/data/www/HandwerkerFullstack/bin/.phpunit/phpunit-7.5-0/tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-3.0.3.phar/, phar://E:/devilbox/data/www/HandwerkerFullstack/bin/.phpunit/phpunit-7.5-0/vendor/phar-io/manifest/tests/_fixture/test.phar/, phar://E:/devilbox/data/www/HandwerkerFullstack/vendor/bin/.phpunit/phpunit-7.5-0/tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-3.0.3.phar/, phar://E:/devilbox/data/www/HandwerkerFullstack/vendor/bin/.phpunit/phpunit-7.5-0/vendor/phar-io/manifest/tests/_fixture/test.phar/, phar://E:/devilbox/data/www/HandwerkerFullstack/vendor/bin/.phpunit/phpunit-8.3-0/tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-3.0.3.phar/, phar://E:/devilbox/data/www/HandwerkerFullstack/vendor/bin/.phpunit/phpunit-8.3-0/vendor/phar-io/manifest/tests/_fixture/test.phar/, phar://E:/devilbox/data/www/HandwerkerFullstack/vendor/symfony/dependency-injection/Tests/Fixtures/includes/ProjectWithXsdExtensionInPhar.phar/]
2020-05-06 15:46:46,886 [ 8022] INFO - pl.ProjectRootManagerComponent - project roots have changed
2020-05-06 15:46:47,092 [ 8228] INFO - .diagnostic.PerformanceWatcher - Pushing JS language level to 67 libraries took 6ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-06 15:46:47,113 [ 8249] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 173ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-06 15:46:47,133 [ 8269] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 19ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-06 15:46:47,519 [ 8655] DEBUG - .PhpParameterBasedTypeProvider - COMPUTING MethodTypesMap
2020-05-06 15:46:47,528 [ 8664] DEBUG - .PhpParameterBasedTypeProvider - DONE COMPUTING MethodTypesMap => 54
2020-05-06 15:46:49,221 [ 10357] INFO - ateSettings.impl.UpdateChecker - failed to load plugin descriptions from : Malformed URL:
2020-05-06 15:46:50,565 [ 11701] INFO - j.ide.plugins.RepositoryHelper - Couldn't load plugins from : java.net.MalformedURLException: Malformed URL:
2020-05-06 15:46:56,208 [ 17344] INFO - Symfony-Plugin - new instance: fr.adrienbrault.idea.symfony2plugin.dic.XmlServiceParser
2020-05-06 15:46:56,319 [ 17455] INFO - Symfony-Plugin - update: fr.adrienbrault.idea.symfony2plugin.dic.XmlServiceParser
2020-05-06 15:46:56,790 [ 17926] INFO - Symfony-Plugin - new instance: fr.adrienbrault.idea.symfony2plugin.config.component.parser.ParameterServiceParser
2020-05-06 15:46:56,831 [ 17967] INFO - Symfony-Plugin - update: fr.adrienbrault.idea.symfony2plugin.config.component.parser.ParameterServiceParser
2020-05-06 15:46:56,882 [ 18018] INFO - Symfony-Plugin - new instance: fr.adrienbrault.idea.symfony2plugin.doctrine.component.EntityNamesServiceParser
2020-05-06 15:46:56,907 [ 18043] INFO - Symfony-Plugin - update: fr.adrienbrault.idea.symfony2plugin.doctrine.component.EntityNamesServiceParser
2020-05-06 15:46:56,907 [ 18043] INFO - Symfony-Plugin - new instance: fr.adrienbrault.idea.symfony2plugin.doctrine.component.DocumentNamespacesParser
2020-05-06 15:46:56,926 [ 18062] INFO - Symfony-Plugin - update: fr.adrienbrault.idea.symfony2plugin.doctrine.component.DocumentNamespacesParser
2020-05-06 15:47:02,572 [ 23708] DEBUG - php.config.phpInfo.PhpInfoUtil - Loaded helper: /home/devilbox/.phpstorm_helpers/phpinfo.php
2020-05-06 15:47:02,706 [ 23842] INFO - port.random.BouncyCastleRandom - Generating random seed from SecureRandom.
2020-05-06 15:47:02,778 [ 23914] INFO - z.sshj.transport.TransportImpl - Client identity string: SSH-2.0-SSHJ_0.27.0
2020-05-06 15:47:02,783 [ 23919] INFO - z.sshj.transport.TransportImpl - Server identity string: SSH-2.0-OpenSSH_7.9p1 Debian-10+deb10u2
2020-05-06 15:47:02,860 [ 23996] INFO - eyprovider.OpenSSHKeyV1KeyFile - Read key type: ssh-rsa
2020-05-06 15:47:02,969 [ 24105] INFO - om.intellij.ssh.impl.sshj.sshj - Authentication log: SSH connection to devilbox@localhost:2222
* With signature factories: ssh-rsa, ssh-dss, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-ed25519
* With keep alive interval 120 seconds
* With keep alive count max 3
* With OpenSSH-like host key verifier (knownHostsFile=[C:\Users\Ciao\.ssh\known_hosts], strictHostKeyChecking=ASK, hashKnownHosts=false)
* With identity {E:\devilbox\data\www\HandwerkerFullstack\ssh\id_rsa, without passphrase}
* With authentications allowed by the client: publickey, password, keyboard-interactive
* With connect timeout 0 milliseconds
* Connected
=> none (failure, new auth methods allowed by the server: publickey, password)
=> publickey E:\devilbox\data\www\HandwerkerFullstack\ssh\id_rsa (success)
2020-05-06 15:47:02,981 [ 24117] INFO - .channel.direct.SessionChannel - Will request `sftp` subsystem
2020-05-06 15:47:03,094 [ 24230] INFO - ugins.remotesdk.RemoteTransfer - Uploading helpers to /home/devilbox/.phpstorm_helpers
2020-05-06 15:47:03,136 [ 24272] INFO - s.webDeployment.PublishUtils$1 - Using "C:\Users\Ciao\AppData\Local\Temp\vfs_cache" as temporary files store.
2020-05-06 15:47:03,166 [ 24302] INFO - .channel.direct.SessionChannel - Will request `sftp` subsystem
2020-05-06 15:47:03,206 [ 24342] INFO - ugins.remotesdk.RemoteTransfer - Remote helpers version is PS-201.7223.96, local helpers version is PS-201.7223.96
2020-05-06 15:47:03,206 [ 24342] INFO - ugins.remotesdk.RemoteTransfer - Helpers upload successfully completed
2020-05-06 15:47:03,206 [ 24342] INFO - .diagnostic.PerformanceWatcher - Helpers uploaded took 107ms; general responsiveness: ok; EDT responsiveness: ok
2020-05-06 15:47:03,208 [ 24344] INFO - .channel.direct.SessionChannel - Will request `sftp` subsystem
2020-05-06 15:47:03,346 [ 24482] DEBUG - php.config.phpInfo.PhpInfoUtil - Parsing validation output: <?xml version="1.0"?><php version="7.4.2-dev" path_separator=":"><path_to_ini path=""/><additional_php_ini files="/usr/local/etc/php/conf.d/devilbox-runtime-sendmail.ini, /usr/local/etc/php/conf.d/devilbox-runtime-timezone.ini, /usr/local/etc/php/conf.d/docker-php-ext-amqp.ini, /usr/local/etc/php/conf.d/docker-php-ext-bcmath.ini, /usr/local/etc/php/conf.d/docker-php-ext-bz2.ini, /usr/local/etc/php/conf.d/docker-php-ext-calendar.ini, /usr/local/etc/php/conf.d/docker-php-ext-dba.ini, /usr/local/etc/php/conf.d/docker-php-ext-enchant.ini, /usr/local/etc/php/conf.d/docker-php-ext-exif.ini, /usr/local/etc/php/conf.d/docker-php-ext-ffi.ini, /usr/local/etc/php/conf.d/docker-php-ext-gd.ini, /usr/local/etc/php/conf.d/docker-php-ext-gettext.ini, /usr/local/etc/php/conf.d/docker-php-ext-gmp.ini, /usr/local/etc/php/conf.d/docker-php-ext-igbinary.ini, /usr/local/etc/php/conf.d/docker-php-ext-imagick.ini, /usr/local/etc/php/conf.d/docker-php-ext-intl.ini, /usr/local/etc/php/conf.d/docker-php-ext-ldap.ini, /usr/local/etc/php/conf.d/docker-php-ext-mcrypt.ini, /usr/local/etc/php/conf.d/docker-php-ext-memcached.ini, /usr/local/etc/php/conf.d/docker-php-ext-mongodb.ini, /usr/local/etc/php/conf.d/docker-php-ext-msgpack.ini, /usr/local/etc/php/conf.d/docker-php-ext-mysqli.ini, /usr/local/etc/php/conf.d/docker-php-ext-opcache.ini, /usr/local/etc/php/conf.d/docker-php-ext-pcntl.ini, /usr/local/etc/php/conf.d/docker-php-ext-pdo_dblib.ini, /usr/local/etc/php/conf.d/docker-php-ext-pdo_firebird.ini, /usr/local/etc/php/conf.d/docker-php-ext-pdo_mysql.ini, /usr/local/etc/php/conf.d/docker-php-ext-pdo_oci.ini, /usr/local/etc/php/conf.d/docker-php-ext-pdo_pgsql.ini, /usr/local/etc/php/conf.d/docker-php-ext-pgsql.ini, /usr/local/etc/php/conf.d/docker-php-ext-pspell.ini, /usr/local/etc/php/conf.d/docker-php-ext-redis.ini, /usr/local/etc/php/conf.d/docker-php-ext-shmop.ini, /usr/local/etc/php/conf.d/docker-php-ext-snmp.ini, /usr/local/etc/php/conf.d/docker-php-ext-soap.ini, /usr/local/etc/php/conf.d/docker-php-ext-sockets.ini, /usr/local/etc/php/conf.d/docker-php-ext-sysvmsg.ini, /usr/local/etc/php/conf.d/docker-php-ext-sysvsem.ini, /usr/local/etc/php/conf.d/docker-php-ext-sysvshm.ini, /usr/local/etc/php/conf.d/docker-php-ext-tidy.ini, /usr/local/etc/php/conf.d/docker-php-ext-uploadprogress.ini, /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini, /usr/local/etc/php/conf.d/docker-php-ext-xmlrpc.ini, /usr/local/etc/php/conf.d/docker-php-ext-xsl.ini, /usr/local/etc/php/conf.d/docker-php-ext-zip.ini, /usr/local/etc/php/conf.d/xxx-devilbox-default-php.ini, /usr/local/etc/php/conf.d/yyy-devilbox-user-runtime-xdebug-profiling-dir-added-here.ini, /usr/local/etc/php/conf.d/zzz-entrypoint-logfiles.ini"/><extension name="Core"/><extension name="date"/><extension name="libxml"/><extension name="openssl"/><extension name="pcre"/><extension name="sqlite3"/><extension name="zlib"/><extension name="ctype"/><extension name="curl"/><extension name="dom"/><extension name="fileinfo"/><extension name="filter"/><extension name="ftp"/><extension name="hash"/><extension name="iconv"/><extension name="json"/><extension name="mbstring"/><extension name="SPL"/><extension name="PDO"/><extension name="bz2"/><extension name="posix"/><extension name="readline"/><extension name="Reflection"/><extension name="session"/><extension name="SimpleXML"/><extension name="standard"/><extension name="pdo_sqlite"/><extension name="sodium"/><extension name="tokenizer"/><extension name="xml"/><extension name="xmlreader"/><extension name="xmlwriter"/><extension name="mysqlnd"/><extension name="amqp"/><extension name="bcmath"/><extension name="Phar"/><extension name="calendar"/><extension name="dba"/><extension name="enchant"/><extension name="exif"/><extension name="FFI"/><extension name="gd"/><extension name="gettext"/><extension name="gmp"/><extension name="igbinary"/><extension name="imagick"/><extension name="intl"/><extension name="ldap"/><extension name="mcrypt"/><extension name="memcached"/><extension name="mongodb"/><extension name="msgpack"/><extension name="mysqli"/><extension name="pcntl"/><extension name="pdo_dblib"/><extension name="PDO_Firebird"/><extension name="pdo_mysql"/><extension name="PDO_OCI"/><extension name="pdo_pgsql"/><extension name="pgsql"/><extension name="pspell"/><extension name="redis"/><extension name="shmop"/><extension name="snmp"/><extension name="soap"/><extension name="sockets"/><extension name="sysvmsg"/><extension name="sysvsem"/><extension name="sysvshm"/><extension name="tidy"/><extension name="uploadprogress"/><extension name="xmlrpc"/><extension name="xsl"/><extension name="zip"/><extension name="Zend OPcache"/><extension name="xdebug"/><configuration_option name="allow_url_fopen" local_value="1" global_value="1"/><configuration_option name="allow_url_include" local_value="0" global_value="0"/><configuration_option name="amqp.auto_ack" local_value="0" global_value="0"/><configuration_option name="amqp.cacert" local_value="" global_value=""/><configuration_option name="amqp.cert" local_value="" global_value=""/><configuration_option name="amqp.channel_max" local_value="256" global_value="256"/><configuration_option name="amqp.connect_timeout" local_value="0" global_value="0"/><configuration_option name="amqp.frame_max" local_value="131072" global_value="131072"/><configuration_option name="amqp.heartbeat" local_value="0" global_value="0"/><configuration_option name="amqp.host" local_value="localhost" global_value="localhost"/><configuration_option name="amqp.key" local_value="" global_value=""/><configuration_option name="amqp.login" local_value="guest" global_value="guest"/><configuration_option name="amqp.password" local_value="guest" global_value="guest"/><configuration_option name="amqp.port" local_value="5672" global_value="5672"/><configuration_option name="amqp.prefetch_count" local_value="3" global_value="3"/><configuration_option name="amqp.read_timeout" local_value="0" global_value="0"/><configuration_option name="amqp.sasl_method" local_value="0" global_value="0"/><configuration_option name="amqp.timeout" local_value="" global_value=""/><configuration_option name="amqp.verify" local_value="1" global_value="1"/><configuration_option name="amqp.vhost" local_value="/" global_value="/"/><configuration_option name="amqp.write_timeout" local_value="0" global_value="0"/><configuration_option name="arg_separator.input" local_value="&" global_value="&"/><configuration_option name="arg_separator.output" local_value="&" global_value="&"/><configuration_option name="assert.active" local_value="1" global_value="1"/><configuration_option name="assert.bail" local_value="0" global_value="0"/><configuration_option name="assert.callback" local_value="" global_value=""/><configuration_option name="assert.exception" local_value="0" global_value="0"/><configuration_option name="assert.quiet_eval" local_value="0" global_value="0"/><configuration_option name="assert.warning" local_value="1" global_value="1"/><configuration_option name="auto_append_file" local_value="" global_value=""/><configuration_option name="auto_detect_line_endings" local_value="0" global_value="0"/><configuration_option name="auto_globals_jit" local_value="1" global_value="1"/><configuration_option name="auto_prepend_file" local_value="" global_value=""/><configuration_option name="bcmath.scale" local_value="0" global_value="0"/><configuration_option name="browscap" local_value="" global_value=""/><configuration_option name="cli.pager" local_value="" global_value=""/><configuration_option name="cli.prompt" local_value="\b \> " global_value="\b \> "/><configuration_option name="curl.cainfo" local_value="" global_value=""/><configuration_option name="date.default_latitude" local_value="31.7667" global_value="31.7667"/><configuration_option name="date.default_longitude" local_value="35.2333" global_value="35.2333"/><configuration_option name="date.sunrise_zenith" local_value="90.583333" global_value="90.583333"/><configuration_option name="date.sunset_zenith" local_value="90.583333" global_value="90.583333"/><configuration_option name="date.timezone" local_value="Asia/Karachi" global_value="Asia/Karachi"/><configuration_option name="dba.default_handler" local_value="flatfile" global_value="flatfile"/><configuration_option name="default_charset" local_value="UTF-8" global_value="UTF-8"/><configuration_option name="default_mimetype" local_value="text/html" global_value="text/html"/><configuration_option name="default_socket_timeout" local_value="60" global_value="60"/><configuration_option name="disable_classes" local_value="" global_value=""/><configuration_option name="disable_functions" local_value="" global_value=""/><configuration_option name="display_errors" local_value="1" global_value="1"/><configuration_option name="display_startup_errors" local_value="1" global_value="1"/><configuration_option name="doc_root" local_value="" global_value=""/><configuration_option name="docref_ext" local_value="" global_value=""/><configuration_option name="docref_root" local_value="" global_value=""/><configuration_option name="enable_dl" local_value="1" global_value="1"/><configuration_option name="enable_post_data_reading" local_value="1" global_value="1"/><configuration_option name="error_append_string" local_value="" global_value=""/><configuration_option name="error_log" local_value="/var/log/php/php-fpm.error" global_value="/var/log/php/php-fpm.error"/><configuration_option name="error_prepend_string" local_value="" global_value=""/><configuration_option name="error_reporting" local_value="0" global_value="32767"/><configuration_option name="exif.decode_jis_intel" local_value="JIS" global_value="JIS"/><configuration_option name="exif.decode_jis_motorola" local_value="JIS" global_value="JIS"/><configuration_option name="exif.decode_unicode_intel" local_value="UCS-2LE" global_value="UCS-2LE"/><configuration_option name="exif.decode_unicode_motorola" local_value="UCS-2BE" global_value="UCS-2BE"/><configuration_option name="exif.encode_jis" local_value="" global_value=""/><configuration_option name="exif.encode_unicode" local_value="ISO-8859-15" global_value="ISO-8859-15"/><configuration_option name="expose_php" local_value="1" global_value="1"/><configuration_option name="extension_dir" local_value="/usr/local/lib/php/extensions/no-debug-non-zts-20190902" global_value="/usr/local/lib/php/extensions/no-debug-non-zts-20190902"/><configuration_option name="ffi.enable" local_value="preload" global_value="preload"/><configuration_option name="file_uploads" local_value="1" global_value="1"/><configuration_option name="filter.default" local_value="unsafe_raw" global_value="unsafe_raw"/><configuration_option name="filter.default_flags" local_value="" global_value=""/><configuration_option name="from" local_value="" global_value=""/><configuration_option name="gd.jpeg_ignore_warning" local_value="1" global_value="1"/><configuration_option name="hard_timeout" local_value="2" global_value="2"/><configuration_option name="highlight.comment" local_value="#FF8000" global_value="#FF8000"/><configuration_option name="highlight.default" local_value="#0000BB" global_value="#0000BB"/><configuration_option name="highlight.html" local_value="#000000" global_value="#000000"/><configuration_option name="highlight.keyword" local_value="#007700" global_value="#007700"/><configuration_option name="highlight.string" local_value="#DD0000" global_value="#DD0000"/><configuration_option name="html_errors" local_value="0" global_value="0"/><configuration_option name="iconv.input_encoding" local_value="" global_value=""/><configuration_option name="iconv.internal_encoding" local_value="" global_value=""/><configuration_option name="iconv.output_encoding" local_value="" global_value=""/><configuration_option name="igbinary.compact_strings" local_value="1" global_value="1"/><configuration_option name="ignore_repeated_errors" local_value="0" global_value="0"/><configuration_option name="ignore_repeated_source" local_value="0" global_value="0"/><configuration_option name="ignore_user_abort" local_value="0" global_value="0"/><configuration_option name="imagick.locale_fix" local_value="0" global_value="0"/><configuration_option name="imagick.progress_monitor" local_value="0" global_value="0"/><configuration_option name="imagick.skip_version_check" local_value="0" global_value="0"/><configuration_option name="implicit_flush" local_value="1" global_value="1"/><configuration_option name="include_path" local_value=".:/usr/local/lib/php" global_value=".:/usr/local/lib/php"/><configuration_option name="input_encoding" local_value="" global_value=""/><configuration_option name="internal_encoding" local_value="" global_value=""/><configuration_option name="intl.default_locale" local_value="" global_value=""/><configuration_option name="intl.error_level" local_value="0" global_value="0"/><configuration_option name="intl.use_exceptions" local_value="0" global_value="0"/><configuration_option name="ldap.max_links" local_value="-1" global_value="-1"/><configuration_option name="log_errors" local_value="1" global_value="1"/><configuration_option name="log_errors_max_len" local_value="1024" global_value="1024"/><configuration_option name="mail.add_x_header" local_value="1" global_value="1"/><configuration_option name="mail.force_extra_parameters" local_value="" global_value=""/><configuration_option name="mail.log" local_value="/var/log/mail.log" global_value="/var/log/mail.log"/><configuration_option name="max_execution_time" local_value="0" global_value="0"/><configuration_option name="max_file_uploads" local_value="20" global_value="20"/><configuration_option name="max_input_nesting_level" local_value="64" global_value="64"/><configuration_option name="max_input_time" local_value="-1" global_value="-1"/><configuration_option name="max_input_vars" local_value="8000" global_value="8000"/><configuration_option name="mbstring.detect_order" local_value="" global_value=""/><configuration_option name="mbstring.encoding_translation" local_value="0" global_value="0"/><configuration_option name="mbstring.func_overload" local_value="0" global_value="0"/><configuration_option name="mbstring.http_input" local_value="" global_value=""/><configuration_option name="mbstring.http_output" local_value="" global_value=""/><configuration_option name="mbstring.http_output_conv_mimetypes" local_value="^(text/|application/xhtml\+xml)" global_value="^(text/|application/xhtml\+xml)"/><configuration_option name="mbstring.internal_encoding" local_value="" global_value=""/><configuration_option name="mbstring.language" local_value="neutral" global_value="neutral"/><configuration_option name="mbstring.regex_retry_limit" local_value="1000000" global_value="1000000"/><configuration_option name="mbstring.regex_stack_limit" local_value="100000" global_value="100000"/><configuration_option name="mbstring.strict_detection" local_value="0" global_value="0"/><configuration_option name="mbstring.substitute_character" local_value="" global_value=""/><configuration_option name="mcrypt.algorithms_dir" local_value="" global_value=""/><configuration_option name="mcrypt.modes_dir" local_value="" global_value=""/><configuration_option name="memcached.compression_factor" local_value="1.3" global_value="1.3"/><configuration_option name="memcached.compression_threshold" local_value="2000" global_value="2000"/><configuration_option name="memcached.compression_type" local_value="fastlz" global_value="fastlz"/><configuration_option name="memcached.default_binary_protocol" local_value="0" global_value="0"/><configuration_option name="memcached.default_connect_timeout" local_value="0" global_value="0"/><configuration_option name="memcached.default_consistent_hash" local_value="0" global_value="0"/><configuration_option name="memcached.serializer" local_value="php" global_value="php"/><configuration_option name="memcached.sess_binary_protocol" local_value="1" global_value="1"/><configuration_option name="memcached.sess_connect_timeout" local_value="0" global_value="0"/><configuration_option name="memcached.sess_consistent_hash" local_value="1" global_value="1"/><configuration_option name="memcached.sess_consistent_hash_type" local_value="ketama" global_value="ketama"/><configuration_option name="memcached.sess_lock_expire" local_value="0" global_value="0"/><configuration_option name="memcached.sess_lock_max_wait" local_value="not set" global_value="not set"/><configuration_option name="memcached.sess_lock_retries" local_value="5" global_value="5"/><configuration_option name="memcached.sess_lock_wait" local_value="not set" global_value="not set"/><configuration_option name="memcached.sess_lock_wait_max" local_value="150" global_value="150"/><configuration_option name="memcached.sess_lock_wait_min" local_value="150" global_value="150"/><configuration_option name="memcached.sess_locking" local_value="1" global_value="1"/><configuration_option name="memcached.sess_number_of_replicas" local_value="0" global_value="0"/><configuration_option name="memcached.sess_persistent" local_value="0" global_value="0"/><configuration_option name="memcached.sess_prefix" local_value="memc.sess.key." global_value="memc.sess.key."/><configuration_option name="memcached.sess_randomize_replica_read" local_value="0" global_value="0"/><configuration_option name="memcached.sess_remove_failed_servers" local_value="0" global_value="0"/><configuration_option name="memcached.sess_sasl_password" local_value="" global_value=""/><configuration_option name="memcached.sess_sasl_username" local_value="" global_value=""/><configuration_option name="memcached.sess_server_failure_limit" local_value="0" global_value="0"/><configuration_option name="memcached.store_retry_count" local_value="2" global_value="2"/><configuration_option name="memory_limit" local_value="512M" global_value="512M"/><configuration_option name="mongodb.debug" local_value="" global_value=""/><configuration_option name="msgpack.error_display" local_value="1" global_value="1"/><configuration_option name="msgpack.illegal_key_insert" local_value="0" global_value="0"/><configuration_option name="msgpack.php_only" local_value="1" global_value="1"/><configuration_option name="msgpack.use_str8_serialization" local_value="1" global_value="1"/><configuration_option name="mysqli.allow_local_infile" local_value="0" global_value="0"/><configuration_option name="mysqli.allow_persistent" local_value="1" global_value="1"/><configuration_option name="mysqli.default_host" local_value="" global_value=""/><configuration_option name="mysqli.default_port" local_value="3306" global_value="3306"/><configuration_option name="mysqli.default_pw" local_value="" global_value=""/><configuration_option name="mysqli.default_socket" local_value="" global_value=""/><configuration_option name="mysqli.default_user" local_value="" global_value=""/><configuration_option name="mysqli.max_links" local_value="-1" global_value="-1"/><configuration_option name="mysqli.max_persistent" local_value="-1" global_value="-1"/><configuration_option name="mysqli.reconnect" local_value="0" global_value="0"/><configuration_option name="mysqli.rollback_on_cached_plink" local_value="0" global_value="0"/><configuration_option name="mysqlnd.collect_memory_statistics" local_value="0" global_value="0"/><configuration_option name="mysqlnd.collect_statistics" local_value="1" global_value="1"/><configuration_option name="mysqlnd.debug" local_value="" global_value=""/><configuration_option name="mysqlnd.fetch_data_copy" local_value="0" global_value="0"/><configuration_option name="mysqlnd.log_mask" local_value="0" global_value="0"/><configuration_option name="mysqlnd.mempool_default_size" local_value="16000" global_value="16000"/><configuration_option name="mysqlnd.net_cmd_buffer_size" local_value="4096" global_value="4096"/><configuration_option name="mysqlnd.net_read_buffer_size" local_value="32768" global_value="32768"/><configuration_option name="mysqlnd.net_read_timeout" local_value="86400" global_value="86400"/><configuration_option name="mysqlnd.sha256_server_public_key" local_value="" global_value=""/><configuration_option name="mysqlnd.trace_alloc" local_value="" global_value=""/><configuration_option name="opcache.blacklist_filename" local_value="" global_value=""/><configuration_option name="opcache.consistency_checks" local_value="0" global_value="0"/><configuration_option name="opcache.dups_fix" local_value="0" global_value="0"/><configuration_option name="opcache.enable" local_value="1" global_value="1"/><configuration_option name="opcache.enable_cli" local_value="0" global_value="0"/><configuration_option name="opcache.enable_file_override" local_value="0" global_value="0"/><configuration_option name="opcache.error_log" local_value="" global_value=""/><configuration_option name="opcache.file_cache" local_value="" global_value=""/><configuration_option name="opcache.file_cache_consistency_checks" local_value="1" global_value="1"/><configuration_option name="opcache.file_cache_only" local_value="0" global_value="0"/><configuration_option name="opcache.file_update_protection" local_value="2" global_value="2"/><configuration_option name="opcache.force_restart_timeout" local_value="180" global_value="180"/><configuration_option name="opcache.huge_code_pages" local_value="0" global_value="0"/><configuration_option name="opcache.interned_strings_buffer" local_value="8" global_value="8"/><configuration_option name="opcache.lockfile_path" local_value="/tmp" global_value="/tmp"/><configuration_option name="opcache.log_verbosity_level" local_value="1" global_value="1"/><configuration_option name="opcache.max_accelerated_files" local_value="10000" global_value="10000"/><configuration_option name="opcache.max_file_size" local_value="0" global_value="0"/><configuration_option name="opcache.max_wasted_percentage" local_value="5" global_value="5"/><configuration_option name="opcache.memory_consumption" local_value="128" global_value="128"/><configuration_option name="opcache.opt_debug_level" local_value="0" global_value="0"/><configuration_option name="opcache.optimization_level" local_value="0x7FFEBFFF" global_value="0x7FFEBFFF"/><configuration_option name="opcache.preferred_memory_model" local_value="" global_value=""/><configuration_option name="opcache.preload" local_value="" global_value=""/><configuration_option name="opcache.preload_user" local_value="" global_value=""/><configuration_option name="opcache.protect_memory" local_value="0" global_value="0"/><configuration_option name="opcache.restrict_api" local_value="" global_value=""/><configuration_option name="opcache.revalidate_freq" local_value="2" global_value="2"/><configuration_option name="opcache.revalidate_path" local_value="0" global_value="0"/><configuration_option name="opcache.save_comments" local_value="1" global_value="1"/><configuration_option name="opcache.use_cwd" local_value="1" global_value="1"/><configuration_option name="opcache.validate_permission" local_value="0" global_value="0"/><configuration_option name="opcache.validate_root" local_value="0" global_value="0"/><configuration_option name="opcache.validate_timestamps" local_value="1" global_value="1"/><configuration_option name="open_basedir" local_value="" global_value=""/><configuration_option name="openssl.cafile" local_value="" global_value=""/><configuration_option name="openssl.capath" local_value="" global_value=""/><configuration_option name="output_buffering" local_value="0" global_value="0"/><configuration_option name="output_encoding" local_value="" global_value=""/><configuration_option name="output_handler" local_value="" global_value=""/><configuration_option name="pcre.backtrack_limit" local_value="1000000" global_value="1000000"/><configuration_option name="pcre.jit" local_value="1" global_value="1"/><configuration_option name="pcre.recursion_limit" local_value="100000" global_value="100000"/><configuration_option name="pdo_mysql.default_socket" local_value="" global_value=""/><configuration_option name="pgsql.allow_persistent" local_value="1" global_value="1"/><configuration_option name="pgsql.auto_reset_persistent" local_value="0" global_value="0"/><configuration_option name="pgsql.ignore_notice" local_value="0" global_value="0"/><configuration_option name="pgsql.log_notice" local_value="0" global_value="0"/><configuration_option name="pgsql.max_links" local_value="-1" global_value="-1"/><configuration_option name="pgsql.max_persistent" local_value="-1" global_value="-1"/><configuration_option name="phar.cache_list" local_value="" global_value=""/><configuration_option name="phar.readonly" local_value="1" global_value="1"/><configuration_option name="phar.require_hash" local_value="1" global_value="1"/><configuration_option name="post_max_size" local_value="72M" global_value="72M"/><configuration_option name="precision" local_value="14" global_value="14"/><configuration_option name="realpath_cache_size" local_value="4096K" global_value="4096K"/><configuration_option name="realpath_cache_ttl" local_value="120" global_value="120"/><configuration_option name="redis.arrays.algorithm" local_value="" global_value=""/><configuration_option name="redis.arrays.auth" local_value="" global_value=""/><configuration_option name="redis.arrays.autorehash" local_value="0" global_value="0"/><configuration_option name="redis.arrays.connecttimeout" local_value="0" global_value="0"/><configuration_option name="redis.arrays.consistent" local_value="0" global_value="0"/><configuration_option name="redis.arrays.distributor" local_value="" global_value=""/><configuration_option name="redis.arrays.functions" local_value="" global_value=""/><configuration_option name="redis.arrays.hosts" local_value="" global_value=""/><configuration_option name="redis.arrays.index" local_value="0" global_value="0"/><configuration_option name="redis.arrays.lazyconnect" local_value="0" global_value="0"/><configuration_option name="redis.arrays.names" local_value="" global_value=""/><configuration_option name="redis.arrays.pconnect" local_value="0" global_value="0"/><configuration_option name="redis.arrays.previous" local_value="" global_value=""/><configuration_option name="redis.arrays.readtimeout" local_value="0" global_value="0"/><configuration_option name="redis.arrays.retryinterval" local_value="0" global_value="0"/><configuration_option name="redis.clusters.auth" local_value="" global_value=""/><configuration_option name="redis.clusters.cache_slots" local_value="0" global_value="0"/><configuration_option name="redis.clusters.persistent" local_value="0" global_value="0"/><configuration_option name="redis.clusters.read_timeout" local_value="0" global_value="0"/><configuration_option name="redis.clusters.seeds" local_value="" global_value=""/><configuration_option name="redis.clusters.timeout" local_value="0" global_value="0"/><configuration_option name="redis.pconnect.connection_limit" local_value="0" global_value="0"/><configuration_option name="redis.pconnect.pooling_enabled" local_value="1" global_value="1"/><configuration_option name="redis.session.lock_expire" local_value="0" global_value="0"/><configuration_option name="redis.session.lock_retries" local_value="10" global_value="10"/><configuration_option name="redis.session.lock_wait_time" local_value="2000" global_value="2000"/><configuration_option name="redis.session.locking_enabled" local_value="0" global_value="0"/><configuration_option name="register_argc_argv" local_value="1" global_value="1"/><configuration_option name="report_memleaks" local_value="1" global_value="1"/><configuration_option name="report_zend_debug" local_value="0" global_value="0"/><configuration_option name="request_order" local_value="" global_value=""/><configuration_option name="sendmail_from" local_value="" global_value=""/><configuration_option name="sendmail_path" local_value="/usr/sbin/sendmail -t -i" global_value="/usr/sbin/sendmail -t -i"/><configuration_option name="serialize_precision" local_value="-1" global_value="-1"/><configuration_option name="session.auto_start" local_value="0" global_value="0"/><configuration_option name="session.cache_expire" local_value="180" global_value="180"/><configuration_option name="session.cache_limiter" local_value="nocache" global_value="nocache"/><configuration_option name="session.cookie_domain" local_value="" global_value=""/><configuration_option name="session.cookie_httponly" local_value="0" global_value="0"/><configuration_option name="session.cookie_lifetime" local_value="0" global_value="0"/><configuration_option name="session.cookie_path" local_value="/" global_value="/"/><configuration_option name="session.cookie_samesite" local_value="" global_value=""/><configuration_option name="session.cookie_secure" local_value="0" global_value="0"/><configuration_option name="session.gc_divisor" local_value="100" global_value="100"/><configuration_option name="session.gc_maxlifetime" local_value="1440" global_value="1440"/><configuration_option name="session.gc_probability" local_value="1" global_value="1"/><configuration_option name="session.lazy_write" local_value="1" global_value="1"/><configuration_option name="session.name" local_value="PHPSESSID" global_value="PHPSESSID"/><configuration_option name="session.referer_check" local_value="" global_value=""/><configuration_option name="session.save_handler" local_value="files" global_value="files"/><configuration_option name="session.save_path" local_value="" global_value=""/><configuration_option name="session.serialize_handler" local_value="php" global_value="php"/><configuration_option name="session.sid_bits_per_character" local_value="4" global_value="4"/><configuration_option name="session.sid_length" local_value="32" global_value="32"/><configuration_option name="session.trans_sid_hosts" local_value="" global_value=""/><configuration_option name="session.trans_sid_tags" local_value="a=href,area=href,frame=src,form=" global_value="a=href,area=href,frame=src,form="/><configuration_option name="session.upload_progress.cleanup" local_value="1" global_value="1"/><configuration_option name="session.upload_progress.enabled" local_value="1" global_value="1"/><configuration_option name="session.upload_progress.freq" local_value="1%" global_value="1%"/><configuration_option name="session.upload_progress.min_freq" local_value="1" global_value="1"/><configuration_option name="session.upload_progress.name" local_value="PHP_SESSION_UPLOAD_PROGRESS" global_value="PHP_SESSION_UPLOAD_PROGRESS"/><configuration_option name="session.upload_progress.prefix" local_value="upload_progress_" global_value="upload_progress_"/><configuration_option name="session.use_cookies" local_value="1" global_value="1"/><configuration_option name="session.use_only_cookies" local_value="1" global_value="1"/><configuration_option name="session.use_strict_mode" local_value="0" global_value="0"/><configuration_option name="session.use_trans_sid" local_value="0" global_value="0"/><configuration_option name="short_open_tag" local_value="1" global_value="1"/><configuration_option name="SMTP" local_value="localhost" global_value="localhost"/><configuration_option name="smtp_port" local_value="25" global_value="25"/><configuration_option name="soap.wsdl_cache" local_value="1" global_value="1"/><configuration_option name="soap.wsdl_cache_dir" local_value="/tmp" global_value="/tmp"/><configuration_option name="soap.wsdl_cache_enabled" local_value="1" global_value="1"/><configuration_option name="soap.wsdl_cache_limit" local_value="5" global_value="5"/><configuration_option name="soap.wsdl_cache_ttl" local_value="86400" global_value="86400"/><configuration_option name="sqlite3.defensive" local_value="1" global_value="1"/><configuration_option name="sqlite3.extension_dir" local_value="" global_value=""/><configuration_option name="sys_temp_dir" local_value="" global_value=""/><configuration_option name="syslog.facility" local_value="LOG_USER" global_value="LOG_USER"/><configuration_option name="syslog.filter" local_value="no-ctrl" global_value="no-ctrl"/><configuration_option name="syslog.ident" local_value="php" global_value="php"/><configuration_option name="tidy.clean_output" local_value="0" global_value="0"/><configuration_option name="tidy.default_config" local_value="" global_value=""/><configuration_option name="track_errors" local_value="0" global_value="0"/><configuration_option name="unserialize_callback_func" local_value="" global_value=""/><configuration_option name="unserialize_max_depth" local_value="4096" global_value="4096"/><configuration_option name="upload_max_filesize" local_value="64M" global_value="64M"/><configuration_option name="upload_tmp_dir" local_value="" global_value=""/><configuration_option name="uploadprogress.file.contents_template" local_value="/tmp/upload_contents_%s" global_value="/tmp/upload_contents_%s"/><configuration_option name="uploadprogress.file.filename_template" local_value="/tmp/upt_%s.txt" global_value="/tmp/upt_%s.txt"/><configuration_option name="uploadprogress.get_contents" local_value="0" global_value="0"/><configuration_option name="url_rewriter.hosts" local_value="" global_value=""/><configuration_option name="url_rewriter.tags" local_value="form=" global_value="form="/><configuration_option name="user_agent" local_value="" global_value=""/><configuration_option name="user_dir" local_value="" global_value=""/><configuration_option name="user_ini.cache_ttl" local_value="300" global_value="300"/><configuration_option name="user_ini.filename" local_value=".user.ini" global_value=".user.ini"/><configuration_option name="variables_order" local_value="EGPCS" global_value="EGPCS"/><configuration_option name="xdebug.auto_trace" local_value="0" global_value="0"/><configuration_option name="xdebug.cli_color" local_value="0" global_value="0"/><configuration_option name="xdebug.collect_assignments" local_value="0" global_value="0"/><configuration_option name="xdebug.collect_includes" local_value="1" global_value="1"/><configuration_option name="xdebug.collect_params" local_value="0" global_value="0"/><configuration_option name="xdebug.collect_return" local_value="0" global_value="0"/><configuration_option name="xdebug.collect_vars" local_value="0" global_value="0"/><configuration_option name="xdebug.coverage_enable" local_value="1" global_value="1"/><configuration_option name="xdebug.default_enable" local_value="" global_value=""/><configuration_option name="xdebug.dump.COOKIE" local_value="" global_value=""/><configuration_option name="xdebug.dump.ENV" local_value="" global_value=""/><configuration_option name="xdebug.dump.FILES" local_value="" global_value=""/><configuration_option name="xdebug.dump.GET" local_value="" global_value=""/><configuration_option name="xdebug.dump.POST" local_value="" global_value=""/><configuration_option name="xdebug.dump.REQUEST" local_value="" global_value=""/><configuration_option name="xdebug.dump.SERVER" local_value="" global_value=""/><configuration_option name="xdebug.dump.SESSION" local_value="" global_value=""/><configuration_option name="xdebug.dump_globals" local_value="1" global_value="1"/><configuration_option name="xdebug.dump_once" local_value="1" global_value="1"/><configuration_option name="xdebug.dump_undefined" local_value="0" global_value="0"/><configuration_option name="xdebug.file_link_format" local_value="" global_value=""/><configuration_option name="xdebug.filename_format" local_value="" global_value=""/><configuration_option name="xdebug.force_display_errors" local_value="0" global_value="0"/><configuration_option name="xdebug.force_error_reporting" local_value="0" global_value="0"/><configuration_option name="xdebug.gc_stats_enable" local_value="0" global_value="0"/><configuration_option name="xdebug.gc_stats_output_dir" local_value="/tmp" global_value="/tmp"/><configuration_option name="xdebug.gc_stats_output_name" local_value="gcstats.%p" global_value="gcstats.%p"/><configuration_option name="xdebug.halt_level" local_value="0" global_value="0"/><configuration_option name="xdebug.idekey" local_value="PHPSTORM" global_value="PHPSTORM"/><configuration_option name="xdebug.max_nesting_level" local_value="256" global_value="256"/><configuration_option name="xdebug.max_stack_frames" local_value="-1" global_value="-1"/><configuration_option name="xdebug.overload_var_dump" local_value="2" global_value="2"/><configuration_option name="xdebug.profiler_append" local_value="0" global_value="0"/><configuration_option name="xdebug.profiler_enable" local_value="" global_value=""/><configuration_option name="xdebug.profiler_enable_trigger" local_value="0" global_value="0"/><configuration_option name="xdebug.profiler_enable_trigger_value" local_value="" global_value=""/><configuration_option name="xdebug.profiler_output_dir" local_value="/tmp" global_value="/tmp"/><configuration_option name="xdebug.profiler_output_name" local_value="cachegrind.out.%p" global_value="cachegrind.out.%p"/><configuration_option name="xdebug.remote_addr_header" local_value="" global_value=""/><configuration_option name="xdebug.remote_autostart" local_value="1" global_value="1"/><configuration_option name="xdebug.remote_connect_back" local_value="0" global_value="0"/><configuration_option name="xdebug.remote_cookie_expire_time" local_value="3600" global_value="3600"/><configuration_option name="xdebug.remote_enable" local_value="0" global_value="0"/><configuration_option name="xdebug.remote_host" local_value="192.168.0.179" global_value="192.168.0.179"/><configuration_option name="xdebug.remote_log" local_value="/var/log/php/xdebug.log" global_value="/var/log/php/xdebug.log"/><configuration_option name="xdebug.remote_log_level" local_value="7" global_value="7"/><configuration_option name="xdebug.remote_mode" local_value="req" global_value="req"/><configuration_option name="xdebug.remote_port" local_value="9001" global_value="9001"/><configuration_option name="xdebug.remote_timeout" local_value="200" global_value="200"/><configuration_option name="xdebug.scream" local_value="0" global_value="0"/><configuration_option name="xdebug.show_error_trace" local_value="0" global_value="0"/><configuration_option name="xdebug.show_exception_trace" local_value="0" global_value="0"/><configuration_option name="xdebug.show_local_vars" local_value="0" global_value="0"/><configuration_option name="xdebug.show_mem_delta" local_value="0" global_value="0"/><configuration_option name="xdebug.trace_enable_trigger" local_value="0" global_value="0"/><configuration_option name="xdebug.trace_enable_trigger_value" local_value="" global_value=""/><configuration_option name="xdebug.trace_format" local_value="0" global_value="0"/><configuration_option name="xdebug.trace_options" local_value="0" global_value="0"/><configuration_option name="xdebug.trace_output_dir" local_value="/tmp" global_value="/tmp"/><configuration_option name="xdebug.trace_output_name" local_value="trace.%c" global_value="trace.%c"/><configuration_option name="xdebug.var_display_max_children" local_value="128" global_value="128"/><configuration_option name="xdebug.var_display_max_data" local_value="512" global_value="512"/><configuration_option name="xdebug.var_display_max_depth" local_value="3" global_value="3"/><configuration_option name="xmlrpc_error_number" local_value="0" global_value="0"/><configuration_option name="xmlrpc_errors" local_value="" global_value=""/><configuration_option name="zend.assertions" local_value="1" global_value="1"/><configuration_option name="zend.detect_unicode" local_value="1" global_value="1"/><configuration_option name="zend.enable_gc" local_value="1" global_value="1"/><configuration_option name="zend.exception_ignore_args" local_value="0" global_value="0"/><configuration_option name="zend.multibyte" local_value="0" global_value="0"/><configuration_option name="zend.script_encoding" local_value="" global_value=""/><configuration_option name="zend.signal_check" local_value="0" global_value="0"/><configuration_option name="zlib.output_compression" local_value="0" global_value="0"/><configuration_option name="zlib.output_compression_level" local_value="-1" global_value="-1"/><configuration_option name="zlib.output_handler" local_value="" global_value=""/><ssh host="172.16.238.1 33126 22"/><debugger name="xdebug" version="2.9.5"/><php-cli path="/usr/local/bin/php"/></php>
2020-05-06 15:47:07,489 [ 28625] INFO - eyprovider.OpenSSHKeyV1KeyFile - Read key type: ssh-rsa
2020-05-06 15:47:07,494 [ 28630] INFO - eyprovider.OpenSSHKeyV1KeyFile - Read key type: ssh-rsa
2020-05-06 15:47:07,746 [ 28882] INFO - eyprovider.OpenSSHKeyV1KeyFile - Read key type: ssh-rsa
2020-05-06 15:47:07,753 [ 28889] INFO - eyprovider.OpenSSHKeyV1KeyFile - Read key type: ssh-rsa
2020-05-06 15:47:08,991 [ 30127] INFO - ion.PackageVersionRangeMatcher - Matching 8 done in 72 ms
2020-05-06 15:47:10,629 [ 31765] INFO - rationStore.ComponentStoreImpl - Saving appFileTypeManager took 15 ms
There's difference between the IP Xdebug is trying to use for web and for CLI:
[38251] I: Connecting to configured address/port: 192.168.0.179:9001.[38176] I: Connecting to configured address/port: 172.16.238.1:9001.Please try adding the -dxdebug.remote_host config option to the interpreter, like here.
Yes, it worked.
Thank you, Eugene.