Configuring a XAMPP Apache server

Hello,

I'm following the Jetbrains guide to integrate a XAMPP Apache server into IDEA/Phpstorm.

After everything has been configured as the guide, the XAMPP server will not run even after I installed the Apache module as a Windows service.

I have a project folder into another storage drive D but I'm not able to run a working configuration for my php project.

The steps I've tried to do are:

  1. Add a new configuration -> PHP Web Page
  2. Select the XAMPP Apache server (localhost)
  3. Adding "lab6" to the start URL

I need also to create a subfolder under htdocs. When I run the configuration the browser says "Connection failed" but after starting the Apache server from the XAMPP control panel it says "Object not found".

0
10 comments

Some questions, if you do not mind:

- What guide exactly did you follow? This one?

https://www.jetbrains.com/help/phpstorm/installing-an-amp-package.html#tutorial-integrating-mamp-with-product

- Do you have a Deployment configured already? (Build, Execution, Deployment | Deployment)

- Could you please confirm that XAMPP Apache server is working apart from PhpStorm, are you able to open something really simple (like index.html)?

 

0
Avatar
Permanently deleted user

Yes to all questions. I've managed to setup everything correctly but I cannot start a debug session using Firefox nor Chrome. Which information do I need to provide to get support?

0

Please don't use Run/Debug configurations for web debugging, it's much better to start debug sessions from the browser directly.

First, please check this guide: https://www.jetbrains.com/help/phpstorm/zero-configuration-debugging.html#activate-debugger-on-server

Then, if nothing works, check this troubleshooting guide: https://www.jetbrains.com/help/phpstorm/troubleshooting-php-debugging.html

Usually, the Xdebug remote host is very useful in such cases, configure it, and it'll tell you if a debugging session is being started at all.

0
Avatar
Permanently deleted user

I've installed one of the debugging extensions for FirefoxMy xampp local server php.ini file contains:

[XDebug]
zend_extension = "c:\xampp\php\ext\php_xdebug.dll"
xdebug.remote_enable=1
xdebug.remote_port=9000

After loading all my project files to c:\xampp\htdocs\myapp I enable the "bug" icon in firefox but I'm not able to find any "Incoming connection from Xdebug" from Intellij IDEA.

 

 

0

If you load phpinfo(); with your web server, would there be Xdebug version shown here? http://prntscr.com/nyhwhi

0
Avatar
Permanently deleted user

Yes

 

0

Please configure the Xdebug remote log then and check what its content would be when you start a debugging session.

https://www.jetbrains.com/help/phpstorm/troubleshooting-php-debugging.html#collect-xdebug-logs

0
Avatar
Permanently deleted user

I've added the following line in the php.ini file

xdebug.remote_log="c:\xampp\php\log\xdebug.log"

but no log is generated after a debug / run attempt

0
Avatar
Permanently deleted user

This is the log

 

[17736] Log opened at 2019-06-06 19:40:05
[17736] I: Connecting to configured address/port: 127.0.0.1:9000.
[17736] I: Connected to client. :-)
[17736] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///D:/asant/workspace/IdeaProjects/PD1_BookingApp/src/php/db.php" language="PHP" xdebug:language_version="7.3.3-dev" protocol_version="1.0" appid="17736" idekey="18917"><engine version="2.7.0RC2"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2019 by Derick Rethans]]></copyright></init>
[17736]
[17736] <- eval -i 1 -- KHN0cmluZykoaW5pX2dldCgneGRlYnVnLmNvdmVyYWdlX2VuYWJsZScpLic7Jy5pbmlfZ2V0KCd4ZGVidWcucHJvZmlsZXJfZW5hYmxlJykuJzsnLmluaV9nZXQoJ3hkZWJ1Zy5yZW1vdGVfYXV0b3N0YXJ0JykuJzsnLmluaV9nZXQoJ3hkZWJ1Zy5yZW1vdGVfY29ubmVjdF9iYWNrJykuJzsnLmluaV9nZXQoJ3hkZWJ1Zy5yZW1vdGVfbW9kZScpKQ==
[17736] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="1"><property type="string" size="11" encoding="base64"><![CDATA[MTswOzA7MDtyZXE=]]></property></response>
[17736]
[17736] <- feature_set -i 2 -n show_hidden -v 1
[17736] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="show_hidden" success="1"></response>
[17736]
[17736] <- feature_set -i 3 -n max_depth -v 1
[17736] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_depth" success="1"></response>
[17736]
[17736] <- feature_set -i 4 -n max_children -v 100
[17736] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_children" success="1"></response>
[17736]
[17736] <- feature_set -i 5 -n extended_properties -v 1
[17736] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="5" feature="extended_properties" success="1"></response>
[17736]
[17736] <- status -i 6
[17736] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response>
[17736]
[17736] <- step_into -i 7
[17736] -> <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:///D:/asant/workspace/IdeaProjects/PD1_BookingApp/src/php/db.php" lineno="3"></xdebug:message></response>
[17736]
[17736] <- breakpoint_set -i 8 -t line -f file://C:/xampp/htdocs/booking_app/src/php/db.php -n 56
[17736] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="177360001"></response>
[17736]
[17736] <- breakpoint_set -i 9 -t line -f file://D:/asant/workspace/IdeaProjects/PD1_BookingApp/src/php/db.php -n 152
[17736] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="177360002"></response>
[17736]
[17736] <- stack_get -i 10
[17736] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="10"><stack where="{main}" level="0" type="file" filename="file:///D:/asant/workspace/IdeaProjects/PD1_BookingApp/src/php/db.php" lineno="3"></stack></response>
[17736]
[17736] <- run -i 11
[17736] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="run" transaction_id="11" status="stopping" reason="ok"></response>
[17736]
[17736] <- run -i 12
[17736] Log closed at 2019-06-06 19:40:05
[17736]
[18068] Log opened at 2019-06-06 19:40:29
[18068] I: Connecting to configured address/port: 127.0.0.1:9000.
[18068] I: Connected to client. :-)
[18068] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///D:/asant/workspace/IdeaProjects/PD1_BookingApp/src/php/db.php" language="PHP" xdebug:language_version="7.3.3-dev" protocol_version="1.0" appid="18068" idekey="17147"><engine version="2.7.0RC2"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2019 by Derick Rethans]]></copyright></init>
[18068]
[18068] <- eval -i 1 -- KHN0cmluZykoaW5pX2dldCgneGRlYnVnLmNvdmVyYWdlX2VuYWJsZScpLic7Jy5pbmlfZ2V0KCd4ZGVidWcucHJvZmlsZXJfZW5hYmxlJykuJzsnLmluaV9nZXQoJ3hkZWJ1Zy5yZW1vdGVfYXV0b3N0YXJ0JykuJzsnLmluaV9nZXQoJ3hkZWJ1Zy5yZW1vdGVfY29ubmVjdF9iYWNrJykuJzsnLmluaV9nZXQoJ3hkZWJ1Zy5yZW1vdGVfbW9kZScpKQ==
[18068] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="1"><property type="string" size="11" encoding="base64"><![CDATA[MTswOzA7MDtyZXE=]]></property></response>
[18068]
[18068] <- feature_set -i 2 -n show_hidden -v 1
[18068] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="show_hidden" success="1"></response>
[18068]
[18068] <- feature_set -i 3 -n max_depth -v 1
[18068] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_depth" success="1"></response>
[18068]
[18068] <- feature_set -i 4 -n max_children -v 100
[18068] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_children" success="1"></response>
[18068]
[18068] <- feature_set -i 5 -n extended_properties -v 1
[18068] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="5" feature="extended_properties" success="1"></response>
[18068]
[18068] <- status -i 6
[18068] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="status" transaction_id="6" status="starting" reason="ok"></response>
[18068]
[18068] <- step_into -i 7
[18068] -> <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:///D:/asant/workspace/IdeaProjects/PD1_BookingApp/src/php/db.php" lineno="3"></xdebug:message></response>
[18068]
[18068] <- breakpoint_set -i 8 -t line -f file://C:/xampp/htdocs/booking_app/src/php/db.php -n 56
[18068] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="180680001"></response>
[18068]
[18068] <- breakpoint_set -i 9 -t line -f file://D:/asant/workspace/IdeaProjects/PD1_BookingApp/src/php/db.php -n 152
[18068] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="180680002"></response>
[18068]
[18068] <- stack_get -i 10
[18068] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="10"><stack where="{main}" level="0" type="file" filename="file:///D:/asant/workspace/IdeaProjects/PD1_BookingApp/src/php/db.php" lineno="3"></stack></response>
[18068]
[18068] <- run -i 11
[18068] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="run" transaction_id="11" status="stopping" reason="ok"></response>
[18068]
[18068] <- run -i 12
[18068] Log closed at 2019-06-06 19:40:29
[18068]
[13252] Log opened at 2019-06-06 19:41:47
[13252] I: Connecting to configured address/port: localhost:9000.
[13252] I: Connected to client. :-)
[13252] -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file:///C:/xampp/htdocs/booking_app/src/php/data.php" language="PHP" xdebug:language_version="7.3.3-dev" protocol_version="1.0" appid="13252" idekey="PHPSTORM"><engine version="2.7.0RC2"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2019 by Derick Rethans]]></copyright></init>
[13252]
[13252] <- eval -i 1 -- KHN0cmluZykoaW5pX2dldCgneGRlYnVnLmNvdmVyYWdlX2VuYWJsZScpLic7Jy5pbmlfZ2V0KCd4ZGVidWcucHJvZmlsZXJfZW5hYmxlJykuJzsnLmluaV9nZXQoJ3hkZWJ1Zy5yZW1vdGVfYXV0b3N0YXJ0JykuJzsnLmluaV9nZXQoJ3hkZWJ1Zy5yZW1vdGVfY29ubmVjdF9iYWNrJykuJzsnLmluaV9nZXQoJ3hkZWJ1Zy5yZW1vdGVfbW9kZScpKQ==
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="1"><property type="string" size="11" encoding="base64"><![CDATA[MTswOzA7MDtyZXE=]]></property></response>
[13252]
[13252] <- feature_set -i 2 -n show_hidden -v 1
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="show_hidden" success="1"></response>
[13252]
[13252] <- eval -i 1 -- KHN0cmluZykoaW5pX2dldCgneGRlYnVnLmNvdmVyYWdlX2VuYWJsZScpLic7Jy5pbmlfZ2V0KCd4ZGVidWcucHJvZmlsZXJfZW5hYmxlJykuJzsnLmluaV9nZXQoJ3hkZWJ1Zy5yZW1vdGVfYXV0b3N0YXJ0JykuJzsnLmluaV9nZXQoJ3hkZWJ1Zy5yZW1vdGVfY29ubmVjdF9iYWNrJykuJzsnLmluaV9nZXQoJ3hkZWJ1Zy5yZW1vdGVfbW9kZScpKQ==
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="1"><property type="string" size="11" encoding="base64"><![CDATA[MTswOzA7MDtyZXE=]]></property></response>
[13252]
[13252] <- feature_set -i 2 -n show_hidden -v 1
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="show_hidden" success="1"></response>
[13252]
[13252] <- feature_set -i 3 -n max_depth -v 1
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_depth" success="1"></response>
[13252]
[13252] <- feature_set -i 3 -n max_depth -v 1
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_depth" success="1"></response>
[13252]
[13252] <- feature_set -i 4 -n max_children -v 100
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_children" success="1"></response>
[13252]
[13252] <- feature_set -i 4 -n max_children -v 100
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_children" success="1"></response>
[13252]
[13252] <- feature_set -i 5 -n extended_properties -v 1
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="5" feature="extended_properties" success="1"></response>
[13252]
[13252] <- feature_set -i 5 -n extended_properties -v 1
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="5" feature="extended_properties" success="1"></response>
[13252]
[13252] <- feature_set -i 6 -n notify_ok -v 1
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="6" feature="notify_ok" success="1"></response>
[13252]
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="6" feature="notify_ok" success="1"></response>
[13252]
[13252] <- stdout -i 7 -c 1
[13252] <- stdout -i 7 -c 1
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stdout" transaction_id="7" success="1"></response>
[13252]
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stdout" transaction_id="7" success="1"></response>
[13252]
[13252] <- status -i 8
[13252] <- status -i 8
ns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="status" transaction_id="8" status="starting" reason="ok"></response>
[13252]
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="status" transaction_id="8" status="starting" reason="ok"></response>
[13252]
[13252] <- step_into -i 9
[13252] <- step_into -i 9
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="9" status="break" reason="ok"><xdebug:message filename="file:///C:/xampp/htdocs/booking_app/src/php/data.php" lineno="2"></xdebug:message></response>
[13252]
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="9" status="break" reason="ok"><xdebug:message filename="file:///C:/xampp/htdocs/booking_app/src/php/data.php" lineno="2"></xdebug:message></response>
[13252]
[13252] <- eval -i 10 -- aXNzZXQoJF9TRVJWRVJbJ1BIUF9JREVfQ09ORklHJ10p
[13252] <- eval -i 10 -- aXNzZXQoJF9TRVJWRVJbJ1BIUF9JREVfQ09ORklHJ10p
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="10"><property type="bool"><![CDATA[0]]></property></response>
[13252]
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="10"><property type="bool"><![CDATA[0]]></property></response>
[13252]
[13252] <- eval -i 11 -- aXNzZXQoJF9TRVJWRVJbJ1NFUlZFUl9OQU1FJ10p
[13252] <- eval -i 11 -- aXNzZXQoJF9TRVJWRVJbJ1NFUlZFUl9OQU1FJ10p
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="11"><property type="bool"><![CDATA[1]]></property></response>
[13252]
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="11"><property type="bool"><![CDATA[1]]></property></response>
[13252]
[13252] <- eval -i 12 -- KHN0cmluZykoJF9TRVJWRVJbJ1NFUlZFUl9OQU1FJ10p
[13252] <- eval -i 12 -- KHN0cmluZykoJF9TRVJWRVJbJ1NFUlZFUl9OQU1FJ10p
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="12"><property type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property></response>
[13252]
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="12"><property type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property></response>
[13252]
[13252] <- eval -i 13 -- KHN0cmluZykoJF9TRVJWRVJbJ1NFUlZFUl9QT1JUJ10p
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="13"><property type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property></response>
[13252]
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="13"><property type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property></response>
[13252]
[13252] <- eval -i 14 -- KHN0cmluZykoJF9TRVJWRVJbJ1JFUVVFU1RfVVJJJ10p
[13252] <- eval -i 14 -- KHN0cmluZykoJF9TRVJWRVJbJ1JFUVVFU1RfVVJJJ10p
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="eval" transaction_id="14"><property type="string" size="29" encoding="base64"><![CDATA[L2Jvb2tpbmdfYXBwL3NyYy9waHAvZGF0YS5waHA=]]></property></response>
[13252]
[13252] <- stack_get -i 15
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="15"><stack where="{main}" level="0" type="file" filename="file:///C:/xampp/htdocs/booking_app/src/php/data.php" lineno="2"></stack></response>
[13252]
[13252] <- stack_get -i 16
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="16"><stack where="{main}" level="0" type="file" filename="file:///C:/xampp/htdocs/booking_app/src/php/data.php" lineno="2"></stack></response>
[13252]
[13252] <- context_names -i 17
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="17"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response>
[13252]
[13252] <- context_get -i 18 -d 0 -c 0
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="18" context="0"><property name="$action" fullname="$action" type="uninitialized"></property><property name="$columns" fullname="$columns" type="uninitialized"></property><property name="$dim" fullname="$dim" type="uninitialized"></property><property name="$rows" fullname="$rows" type="uninitialized"></property></response>
[13252]
[13252] <- context_get -i 19 -d 0 -c 1
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="19" context="1"><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="XDEBUG_SESSION" fullname="$_COOKIE[&quot;XDEBUG_SESSION&quot;]" type="string" size="8" encoding="base64"><![CDATA[UEhQU1RPUk0=]]></property></property><property name="$_ENV" fullname="$_ENV" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_FILES" fullname="$_FILES" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_GET" fullname="$_GET" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_POST" fullname="$_POST" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="action" fullname="$_POST[&quot;action&quot;]" type="string" size="8" encoding="base64"><![CDATA[Z2V0U2VhdHM=]]></property></property><property name="$_REQUEST" fullname="$_REQUEST" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="action" fullname="$_REQUEST[&quot;action&quot;]" type="string" size="8" encoding="base64"><![CDATA[Z2V0U2VhdHM=]]></property></property><property name="$_SERVER" fullname="$_SERVER" type="array" children="1" numchildren="44" page="0" pagesize="100"><property name="MIBDIRS" fullname="$_SERVER[&quot;MIBDIRS&quot;]" type="string" size="24" encoding="base64"><![CDATA[QzoveGFtcHAvcGhwL2V4dHJhcy9taWJz]]></property><property name="MYSQL_HOME" fullname="$_SERVER[&quot;MYSQL_HOME&quot;]" type="string" size="16" encoding="base64"><![CDATA[XHhhbXBwXG15c3FsXGJpbg==]]></property><property name="OPENSSL_CONF" fullname="$_SERVER[&quot;OPENSSL_CONF&quot;]" type="string" size="31" encoding="base64"><![CDATA[QzoveGFtcHAvYXBhY2hlL2Jpbi9vcGVuc3NsLmNuZg==]]></property><property name="PHP_PEAR_SYSCONF_DIR" fullname="$_SERVER[&quot;PHP_PEAR_SYSCONF_DIR&quot;]" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHBocA==]]></property><property name="PHPRC" fullname="$_SERVER[&quot;PHPRC&quot;]" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHBocA==]]></property><property name="TMP" fullname="$_SERVER[&quot;TMP&quot;]" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHRtcA==]]></property><property name="HTTP_HOST" fullname="$_SERVER[&quot;HTTP_HOST&quot;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER[&quot;HTTP_USER_AGENT&quot;]" type="string" size="78" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6NjcuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC82Ny4w]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER[&quot;HTTP_ACCEPT&quot;]" type="string" size="3" encoding="base64"><![CDATA[Ki8q]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER[&quot;HTTP_ACCEPT_LANGUAGE&quot;]" type="string" size="35" encoding="base64"><![CDATA[aXQtSVQsaXQ7cT0wLjgsZW4tVVM7cT0wLjUsZW47cT0wLjM=]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER[&quot;HTTP_ACCEPT_ENCODING&quot;]" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_REFERER" fullname="$_SERVER[&quot;HTTP_REFERER&quot;]" type="string" size="56" encoding="base64"><![CDATA[aHR0cDovLzEyNy4wLjAuMS9ib29raW5nX2FwcC8/WERFQlVHX1NFU1NJT05fU1RBUlQ9MTgwMTA=]]></property><property name="CONTENT_TYPE" fullname="$_SERVER[&quot;CONTENT_TYPE&quot;]" type="string" size="48" encoding="base64"><![CDATA[YXBwbGljYXRpb24veC13d3ctZm9ybS11cmxlbmNvZGVkOyBjaGFyc2V0PVVURi04]]></property><property name="HTTP_X_REQUESTED_WITH" fullname="$_SERVER[&quot;HTTP_X_REQUESTED_WITH&quot;]" type="string" size="14" encoding="base64"><![CDATA[WE1MSHR0cFJlcXVlc3Q=]]></property><property name="CONTENT_LENGTH" fullname="$_SERVER[&quot;CONTENT_LENGTH&quot;]" type="string" size="2" encoding="base64"><![CDATA[MTU=]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER[&quot;HTTP_CONNECTION&quot;]" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_COOKIE" fullname="$_SERVER[&quot;HTTP_COOKIE&quot;]" type="string" size="23" encoding="base64"><![CDATA[WERFQlVHX1NFU1NJT049UEhQU1RPUk0=]]></property><property name="PATH" fullname="$_SERVER[&quot;PATH&quot;]" type="string" size="699" encoding="base64"><![CDATA[Yzpcb3JhY2xleGVcYXBwXG9yYWNsZVxwcm9kdWN0XDExLjIuMFxzZXJ2ZXJcYmluO2M6XHByb2dyYW0gZmlsZXMgKHg4NilcY29tbW9uIGZpbGVzXG9yYWNsZVxqYXZhXGphdmFwYXRoO2M6XHdpbmRvd3Ncc3lzdGVtMzI7Yzpcd2luZG93cztjOlx3aW5kb3dzXHN5c3RlbTMyXHdiZW07Yzpcd2luZG93c1xzeXN0ZW0zMlx3aW5kb3dzcG93ZXJzaGVsbFx2MS4wXDtjOlx3aW5kb3dzXHN5c3RlbTMyXG9wZW5zc2hcO2M6XHVzZXJzXGFzYW50XGFwcGRhdGFccm9hbWluZ1x5b3V0dWJlLWRsO2M6XHByb2dyYW0gZmlsZXNcZmZtcGVnLTQuMC4yLXdpbjY0LXN0YXRpY1xiaW47YzpccHJvZ3JhbSBmaWxlc1xqYXZhXGpkazEuOC4wXzE5MVxiaW47YzpccHJvZ3JhbSBmaWxlc1xudmlkaWEgY29ycG9yYXRpb25cbnZpZGlhIG52ZGxpc3I7Yzpcd2luZG93c1xzeXN0ZW0zMjtjOlx3aW5kb3dzO2M6XHdpbmRvd3Ncc3lzdGVtMzJcd2JlbTtjOlx3aW5kb3dzXHN5c3RlbTMyXHdpbmRvd3Nwb3dlcnNoZWxsXHYxLjBcO2M6XHdpbmRvd3Ncc3lzdGVtMzJcb3BlbnNzaFw7QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxOVklESUEgQ29ycG9yYXRpb25cUGh5c1hcQ29tbW9uO0M6XFByb2dyYW0gRmlsZXNcR2l0XGNtZDtDOlxXSU5ET1dTXHN5c3RlbTMyXGNvbmZpZ1xzeXN0ZW1wcm9maWxlXEFwcERhdGFcTG9jYWxcTWljcm9zb2Z0XFdpbmRvd3NBcHBz]]></property><property name="SystemRoot" fullname="$_SERVER[&quot;SystemRoot&quot;]" type="string" size="10" encoding="base64"><![CDATA[QzpcV0lORE9XUw==]]></property><property name="COMSPEC" fullname="$_SERVER[&quot;COMSPEC&quot;]" type="string" size="27" encoding="base64"><![CDATA[QzpcV0lORE9XU1xzeXN0ZW0zMlxjbWQuZXhl]]></property><property name="PATHEXT" fullname="$_SERVER[&quot;PATHEXT&quot;]" type="string" size="53" encoding="base64"><![CDATA[LkNPTTsuRVhFOy5CQVQ7LkNNRDsuVkJTOy5WQkU7LkpTOy5KU0U7LldTRjsuV1NIOy5NU0M=]]></property><property name="WINDIR" fullname="$_SERVER[&quot;WINDIR&quot;]" type="string" size="10" encoding="base64"><![CDATA[QzpcV0lORE9XUw==]]></property><property name="SERVER_SIGNATURE" fullname="$_SERVER[&quot;SERVER_SIGNATURE&quot;]" type="string" size="94" encoding="base64"><![CDATA[PGFkZHJlc3M+QXBhY2hlLzIuNC4zOSAoV2luNjQpIE9wZW5TU0wvMS4xLjFiIFBIUC83LjMuNSBTZXJ2ZXIgYXQgMTI3LjAuMC4xIFBvcnQgODA8L2FkZHJlc3M+Cg==]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER[&quot;SERVER_SOFTWARE&quot;]" type="string" size="46" encoding="base64"><![CDATA[QXBhY2hlLzIuNC4zOSAoV2luNjQpIE9wZW5TU0wvMS4xLjFiIFBIUC83LjMuNQ==]]></property><property name="SERVER_NAME" fullname="$_SERVER[&quot;SERVER_NAME&quot;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="SERVER_ADDR" fullname="$_SERVER[&quot;SERVER_ADDR&quot;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="SERVER_PORT" fullname="$_SERVER[&quot;SERVER_PORT&quot;]" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER[&quot;REMOTE_ADDR&quot;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER[&quot;DOCUMENT_ROOT&quot;]" type="string" size="15" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2Nz]]></property><property name="REQUEST_SCHEME" fullname="$_SERVER[&quot;REQUEST_SCHEME&quot;]" type="string" size="4" encoding="base64"><![CDATA[aHR0cA==]]></property><property name="CONTEXT_PREFIX" fullname="$_SERVER[&quot;CONTEXT_PREFIX&quot;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="CONTEXT_DOCUMENT_ROOT" fullname="$_SERVER[&quot;CONTEXT_DOCUMENT_ROOT&quot;]" type="string" size="15" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2Nz]]></property><property name="SERVER_ADMIN" fullname="$_SERVER[&quot;SERVER_ADMIN&quot;]" type="string" size="20" encoding="base64"><![CDATA[cG9zdG1hc3RlckBsb2NhbGhvc3Q=]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER[&quot;SCRIPT_FILENAME&quot;]" type="string" size="44" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2NzL2Jvb2tpbmdfYXBwL3NyYy9waHAvZGF0YS5waHA=]]></property><property name="REMOTE_PORT" fullname="$_SERVER[&quot;REMOTE_PORT&quot;]" type="string" size="5" encoding="base64"><![CDATA[NjIxNzA=]]></property><property name="GATEWAY_INTERFACE" fullname="$_SERVER[&quot;GATEWAY_INTERFACE&quot;]" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER[&quot;SERVER_PROTOCOL&quot;]" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property><property name="REQUEST_METHOD" fullname="$_SERVER[&quot;REQUEST_METHOD&quot;]" type="string" size="4" encoding="base64"><![CDATA[UE9TVA==]]></property><property name="QUERY_STRING" fullname="$_SERVER[&quot;QUERY_STRING&quot;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="REQUEST_URI" fullname="$_SERVER[&quot;REQUEST_URI&quot;]" type="string" size="29" encoding="base64"><![CDATA[L2Jvb2tpbmdfYXBwL3NyYy9waHAvZGF0YS5waHA=]]></property><property name="SCRIPT_NAME" fullname="$_SERVER[&quot;SCRIPT_NAME&quot;]" type="string" size="29" encoding="base64"><![CDATA[L2Jvb2tpbmdfYXBwL3NyYy9waHAvZGF0YS5waHA=]]></property><property name="PHP_SELF" fullname="$_SERVER[&quot;PHP_SELF&quot;]" type="string" size="29" encoding="base64"><![CDATA[L2Jvb2tpbmdfYXBwL3NyYy9waHAvZGF0YS5waHA=]]></property><property name="REQUEST_TIME_FLOAT" fullname="$_SERVER[&quot;REQUEST_TIME_FLOAT&quot;]" type="float"><![CDATA[1559850107.682]]></property><property name="REQUEST_TIME" fullname="$_SERVER[&quot;REQUEST_TIME&quot;]" type="int"><![CDATA[1559850107]]></property></property></response>
[13252]
[13252] <- context_get -i 20 -d 0 -c 2
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="20" context="2"></response>
[13252]
[13252] <- stack_get -i 15
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="15"><stack where="{main}" level="0" type="file" filename="file:///C:/xampp/htdocs/booking_app/src/php/data.php" lineno="2"></stack></response>
[13252]
[13252] <- stack_get -i 16
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="16"><stack where="{main}" level="0" type="file" filename="file:///C:/xampp/htdocs/booking_app/src/php/data.php" lineno="2"></stack></response>
[13252]
[13252] <- context_names -i 17
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="17"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response>
[13252]
[13252] <- context_get -i 18 -d 0 -c 0
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="18" context="0"><property name="$action" fullname="$action" type="uninitialized"></property><property name="$columns" fullname="$columns" type="uninitialized"></property><property name="$dim" fullname="$dim" type="uninitialized"></property><property name="$rows" fullname="$rows" type="uninitialized"></property></response>
[13252]
[13252] <- context_get -i 19 -d 0 -c 1
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="19" context="1"><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="XDEBUG_SESSION" fullname="$_COOKIE[&quot;XDEBUG_SESSION&quot;]" type="string" size="8" encoding="base64"><![CDATA[UEhQU1RPUk0=]]></property></property><property name="$_ENV" fullname="$_ENV" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_FILES" fullname="$_FILES" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_GET" fullname="$_GET" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_POST" fullname="$_POST" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="action" fullname="$_POST[&quot;action&quot;]" type="string" size="7" encoding="base64"><![CDATA[Z2V0RGltcw==]]></property></property><property name="$_REQUEST" fullname="$_REQUEST" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="action" fullname="$_REQUEST[&quot;action&quot;]" type="string" size="7" encoding="base64"><![CDATA[Z2V0RGltcw==]]></property></property><property name="$_SERVER" fullname="$_SERVER" type="array" children="1" numchildren="44" page="0" pagesize="100"><property name="MIBDIRS" fullname="$_SERVER[&quot;MIBDIRS&quot;]" type="string" size="24" encoding="base64"><![CDATA[QzoveGFtcHAvcGhwL2V4dHJhcy9taWJz]]></property><property name="MYSQL_HOME" fullname="$_SERVER[&quot;MYSQL_HOME&quot;]" type="string" size="16" encoding="base64"><![CDATA[XHhhbXBwXG15c3FsXGJpbg==]]></property><property name="OPENSSL_CONF" fullname="$_SERVER[&quot;OPENSSL_CONF&quot;]" type="string" size="31" encoding="base64"><![CDATA[QzoveGFtcHAvYXBhY2hlL2Jpbi9vcGVuc3NsLmNuZg==]]></property><property name="PHP_PEAR_SYSCONF_DIR" fullname="$_SERVER[&quot;PHP_PEAR_SYSCONF_DIR&quot;]" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHBocA==]]></property><property name="PHPRC" fullname="$_SERVER[&quot;PHPRC&quot;]" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHBocA==]]></property><property name="TMP" fullname="$_SERVER[&quot;TMP&quot;]" type="string" size="10" encoding="base64"><![CDATA[XHhhbXBwXHRtcA==]]></property><property name="HTTP_HOST" fullname="$_SERVER[&quot;HTTP_HOST&quot;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER[&quot;HTTP_USER_AGENT&quot;]" type="string" size="78" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6NjcuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC82Ny4w]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER[&quot;HTTP_ACCEPT&quot;]" type="string" size="3" encoding="base64"><![CDATA[Ki8q]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER[&quot;HTTP_ACCEPT_LANGUAGE&quot;]" type="string" size="35" encoding="base64"><![CDATA[aXQtSVQsaXQ7cT0wLjgsZW4tVVM7cT0wLjUsZW47cT0wLjM=]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER[&quot;HTTP_ACCEPT_ENCODING&quot;]" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_REFERER" fullname="$_SERVER[&quot;HTTP_REFERER&quot;]" type="string" size="56" encoding="base64"><![CDATA[aHR0cDovLzEyNy4wLjAuMS9ib29raW5nX2FwcC8/WERFQlVHX1NFU1NJT05fU1RBUlQ9MTgwMTA=]]></property><property name="CONTENT_TYPE" fullname="$_SERVER[&quot;CONTENT_TYPE&quot;]" type="string" size="48" encoding="base64"><![CDATA[YXBwbGljYXRpb24veC13d3ctZm9ybS11cmxlbmNvZGVkOyBjaGFyc2V0PVVURi04]]></property><property name="HTTP_X_REQUESTED_WITH" fullname="$_SERVER[&quot;HTTP_X_REQUESTED_WITH&quot;]" type="string" size="14" encoding="base64"><![CDATA[WE1MSHR0cFJlcXVlc3Q=]]></property><property name="CONTENT_LENGTH" fullname="$_SERVER[&quot;CONTENT_LENGTH&quot;]" type="string" size="2" encoding="base64"><![CDATA[MTQ=]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER[&quot;HTTP_CONNECTION&quot;]" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_COOKIE" fullname="$_SERVER[&quot;HTTP_COOKIE&quot;]" type="string" size="23" encoding="base64"><![CDATA[WERFQlVHX1NFU1NJT049UEhQU1RPUk0=]]></property><property name="PATH" fullname="$_SERVER[&quot;PATH&quot;]" type="string" size="699" encoding="base64"><![CDATA[Yzpcb3JhY2xleGVcYXBwXG9yYWNsZVxwcm9kdWN0XDExLjIuMFxzZXJ2ZXJcYmluO2M6XHByb2dyYW0gZmlsZXMgKHg4NilcY29tbW9uIGZpbGVzXG9yYWNsZVxqYXZhXGphdmFwYXRoO2M6XHdpbmRvd3Ncc3lzdGVtMzI7Yzpcd2luZG93cztjOlx3aW5kb3dzXHN5c3RlbTMyXHdiZW07Yzpcd2luZG93c1xzeXN0ZW0zMlx3aW5kb3dzcG93ZXJzaGVsbFx2MS4wXDtjOlx3aW5kb3dzXHN5c3RlbTMyXG9wZW5zc2hcO2M6XHVzZXJzXGFzYW50XGFwcGRhdGFccm9hbWluZ1x5b3V0dWJlLWRsO2M6XHByb2dyYW0gZmlsZXNcZmZtcGVnLTQuMC4yLXdpbjY0LXN0YXRpY1xiaW47YzpccHJvZ3JhbSBmaWxlc1xqYXZhXGpkazEuOC4wXzE5MVxiaW47YzpccHJvZ3JhbSBmaWxlc1xudmlkaWEgY29ycG9yYXRpb25cbnZpZGlhIG52ZGxpc3I7Yzpcd2luZG93c1xzeXN0ZW0zMjtjOlx3aW5kb3dzO2M6XHdpbmRvd3Ncc3lzdGVtMzJcd2JlbTtjOlx3aW5kb3dzXHN5c3RlbTMyXHdpbmRvd3Nwb3dlcnNoZWxsXHYxLjBcO2M6XHdpbmRvd3Ncc3lzdGVtMzJcb3BlbnNzaFw7QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxOVklESUEgQ29ycG9yYXRpb25cUGh5c1hcQ29tbW9uO0M6XFByb2dyYW0gRmlsZXNcR2l0XGNtZDtDOlxXSU5ET1dTXHN5c3RlbTMyXGNvbmZpZ1xzeXN0ZW1wcm9maWxlXEFwcERhdGFcTG9jYWxcTWljcm9zb2Z0XFdpbmRvd3NBcHBz]]></property><property name="SystemRoot" fullname="$_SERVER[&quot;SystemRoot&quot;]" type="string" size="10" encoding="base64"><![CDATA[QzpcV0lORE9XUw==]]></property><property name="COMSPEC" fullname="$_SERVER[&quot;COMSPEC&quot;]" type="string" size="27" encoding="base64"><![CDATA[QzpcV0lORE9XU1xzeXN0ZW0zMlxjbWQuZXhl]]></property><property name="PATHEXT" fullname="$_SERVER[&quot;PATHEXT&quot;]" type="string" size="53" encoding="base64"><![CDATA[LkNPTTsuRVhFOy5CQVQ7LkNNRDsuVkJTOy5WQkU7LkpTOy5KU0U7LldTRjsuV1NIOy5NU0M=]]></property><property name="WINDIR" fullname="$_SERVER[&quot;WINDIR&quot;]" type="string" size="10" encoding="base64"><![CDATA[QzpcV0lORE9XUw==]]></property><property name="SERVER_SIGNATURE" fullname="$_SERVER[&quot;SERVER_SIGNATURE&quot;]" type="string" size="94" encoding="base64"><![CDATA[PGFkZHJlc3M+QXBhY2hlLzIuNC4zOSAoV2luNjQpIE9wZW5TU0wvMS4xLjFiIFBIUC83LjMuNSBTZXJ2ZXIgYXQgMTI3LjAuMC4xIFBvcnQgODA8L2FkZHJlc3M+Cg==]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER[&quot;SERVER_SOFTWARE&quot;]" type="string" size="46" encoding="base64"><![CDATA[QXBhY2hlLzIuNC4zOSAoV2luNjQpIE9wZW5TU0wvMS4xLjFiIFBIUC83LjMuNQ==]]></property><property name="SERVER_NAME" fullname="$_SERVER[&quot;SERVER_NAME&quot;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="SERVER_ADDR" fullname="$_SERVER[&quot;SERVER_ADDR&quot;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="SERVER_PORT" fullname="$_SERVER[&quot;SERVER_PORT&quot;]" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER[&quot;REMOTE_ADDR&quot;]" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER[&quot;DOCUMENT_ROOT&quot;]" type="string" size="15" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2Nz]]></property><property name="REQUEST_SCHEME" fullname="$_SERVER[&quot;REQUEST_SCHEME&quot;]" type="string" size="4" encoding="base64"><![CDATA[aHR0cA==]]></property><property name="CONTEXT_PREFIX" fullname="$_SERVER[&quot;CONTEXT_PREFIX&quot;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="CONTEXT_DOCUMENT_ROOT" fullname="$_SERVER[&quot;CONTEXT_DOCUMENT_ROOT&quot;]" type="string" size="15" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2Nz]]></property><property name="SERVER_ADMIN" fullname="$_SERVER[&quot;SERVER_ADMIN&quot;]" type="string" size="20" encoding="base64"><![CDATA[cG9zdG1hc3RlckBsb2NhbGhvc3Q=]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER[&quot;SCRIPT_FILENAME&quot;]" type="string" size="44" encoding="base64"><![CDATA[QzoveGFtcHAvaHRkb2NzL2Jvb2tpbmdfYXBwL3NyYy9waHAvZGF0YS5waHA=]]></property><property name="REMOTE_PORT" fullname="$_SERVER[&quot;REMOTE_PORT&quot;]" type="string" size="5" encoding="base64"><![CDATA[NjIxNjc=]]></property><property name="GATEWAY_INTERFACE" fullname="$_SERVER[&quot;GATEWAY_INTERFACE&quot;]" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER[&quot;SERVER_PROTOCOL&quot;]" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property><property name="REQUEST_METHOD" fullname="$_SERVER[&quot;REQUEST_METHOD&quot;]" type="string" size="4" encoding="base64"><![CDATA[UE9TVA==]]></property><property name="QUERY_STRING" fullname="$_SERVER[&quot;QUERY_STRING&quot;]" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="REQUEST_URI" fullname="$_SERVER[&quot;REQUEST_URI&quot;]" type="string" size="29" encoding="base64"><![CDATA[L2Jvb2tpbmdfYXBwL3NyYy9waHAvZGF0YS5waHA=]]></property><property name="SCRIPT_NAME" fullname="$_SERVER[&quot;SCRIPT_NAME&quot;]" type="string" size="29" encoding="base64"><![CDATA[L2Jvb2tpbmdfYXBwL3NyYy9waHAvZGF0YS5waHA=]]></property><property name="PHP_SELF" fullname="$_SERVER[&quot;PHP_SELF&quot;]" type="string" size="29" encoding="base64"><![CDATA[L2Jvb2tpbmdfYXBwL3NyYy9waHAvZGF0YS5waHA=]]></property><property name="REQUEST_TIME_FLOAT" fullname="$_SERVER[&quot;REQUEST_TIME_FLOAT&quot;]" type="float"><![CDATA[1559850107.682]]></property><property name="REQUEST_TIME" fullname="$_SERVER[&quot;REQUEST_TIME&quot;]" type="int"><![CDATA[1559850107]]></property></property></response>
[13252]
[13252] <- context_get -i 20 -d 0 -c 2
[13252] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="20" context="2"></response>
[13252]
0
Avatar
Permanently deleted user

Ok now I figured out how to launch a debug session from IDEA starting from Firefox but, when I reload the page IDEA loads three times the same php script and start three debug sessions even if I correctly set up the mapping path

0

Please sign in to leave a comment.