mirror of
https://github.com/cytopia/devilbox.git
synced 2025-06-06 09:21:52 +00:00
Refs #250: Documentation - Fix php.ini comments from # to ;
This commit is contained in:
parent
b7862cd9bf
commit
f91ef8d9cc
@ -66,19 +66,19 @@ The following example show how to configure PHP Xdebug for PHP 5.6:
|
|||||||
:caption: xdebug.ini
|
:caption: xdebug.ini
|
||||||
:emphasize-lines: 6-7,11
|
:emphasize-lines: 6-7,11
|
||||||
|
|
||||||
# Defaults
|
; Defaults
|
||||||
xdebug.remote_enable=1
|
xdebug.remote_enable=1
|
||||||
xdebug.remote_port=9000
|
xdebug.remote_port=9000
|
||||||
|
|
||||||
# The Docker Toolbox way
|
; The Docker Toolbox way
|
||||||
xdebug.remote_connect_back=0
|
xdebug.remote_connect_back=0
|
||||||
xdebug.remote_host=docker.for.lin.host.internal
|
xdebug.remote_host=docker.for.lin.host.internal
|
||||||
|
|
||||||
# idekey value is specific to each editor
|
; idekey value is specific to each editor
|
||||||
# Verify with your IDE/editor documentation
|
; Verify with your IDE/editor documentation
|
||||||
xdebug.idekey=PHPSTORM
|
xdebug.idekey=PHPSTORM
|
||||||
|
|
||||||
# Optional: Set to true to auto-start xdebug
|
; Optional: Set to true to auto-start xdebug
|
||||||
xdebug.remote_autostart=false
|
xdebug.remote_autostart=false
|
||||||
|
|
||||||
**4. Configure your IDE/editor**
|
**4. Configure your IDE/editor**
|
||||||
|
@ -53,19 +53,19 @@ The following example show how to configure PHP Xdebug for PHP 5.6:
|
|||||||
:caption: xdebug.ini
|
:caption: xdebug.ini
|
||||||
:emphasize-lines: 7,11
|
:emphasize-lines: 7,11
|
||||||
|
|
||||||
# Defaults
|
; Defaults
|
||||||
xdebug.default_enable=1
|
xdebug.default_enable=1
|
||||||
xdebug.remote_enable=1
|
xdebug.remote_enable=1
|
||||||
xdebug.remote_port=9000
|
xdebug.remote_port=9000
|
||||||
|
|
||||||
# The Linux way
|
; The Linux way
|
||||||
xdebug.remote_connect_back=1
|
xdebug.remote_connect_back=1
|
||||||
|
|
||||||
# idekey value is specific to each editor
|
; idekey value is specific to each editor
|
||||||
# Verify with your IDE/editor documentation
|
; Verify with your IDE/editor documentation
|
||||||
xdebug.idekey=PHPSTORM
|
xdebug.idekey=PHPSTORM
|
||||||
|
|
||||||
# Optional: Set to true to auto-start xdebug
|
; Optional: Set to true to auto-start xdebug
|
||||||
xdebug.remote_autostart=false
|
xdebug.remote_autostart=false
|
||||||
|
|
||||||
**3. Configure your IDE/editor**
|
**3. Configure your IDE/editor**
|
||||||
|
@ -77,20 +77,20 @@ The following example show how to configure PHP Xdebug for PHP 5.6:
|
|||||||
:caption: xdebug.ini
|
:caption: xdebug.ini
|
||||||
:emphasize-lines: 7-8,12
|
:emphasize-lines: 7-8,12
|
||||||
|
|
||||||
# Defaults
|
; Defaults
|
||||||
xdebug.default_enable=1
|
xdebug.default_enable=1
|
||||||
xdebug.remote_enable=1
|
xdebug.remote_enable=1
|
||||||
xdebug.remote_port=9000
|
xdebug.remote_port=9000
|
||||||
|
|
||||||
# The MacOS way (CNAME)
|
; The MacOS way (CNAME)
|
||||||
xdebug.remote_connect_back=0
|
xdebug.remote_connect_back=0
|
||||||
xdebug.remote_host=host.docker.internal
|
xdebug.remote_host=host.docker.internal
|
||||||
|
|
||||||
# idekey value is specific to each editor
|
; idekey value is specific to each editor
|
||||||
# Verify IDE/editor documentation
|
; Verify IDE/editor documentation
|
||||||
xdebug.idekey=PHPSTORM
|
xdebug.idekey=PHPSTORM
|
||||||
|
|
||||||
# Optional: Set to true to auto-start xdebug
|
; Optional: Set to true to auto-start xdebug
|
||||||
xdebug.remote_autostart=false
|
xdebug.remote_autostart=false
|
||||||
|
|
||||||
**3. Configure your IDE/editor**
|
**3. Configure your IDE/editor**
|
||||||
@ -141,20 +141,20 @@ The following example show how to configure PHP Xdebug for PHP 5.6:
|
|||||||
:caption: xdebug.ini
|
:caption: xdebug.ini
|
||||||
:emphasize-lines: 7-8,12
|
:emphasize-lines: 7-8,12
|
||||||
|
|
||||||
# Defaults
|
; Defaults
|
||||||
xdebug.default_enable=1
|
xdebug.default_enable=1
|
||||||
xdebug.remote_enable=1
|
xdebug.remote_enable=1
|
||||||
xdebug.remote_port=9000
|
xdebug.remote_port=9000
|
||||||
|
|
||||||
# The MacOS way (host alias)
|
; The MacOS way (host alias)
|
||||||
xdebug.remote_connect_back=0
|
xdebug.remote_connect_back=0
|
||||||
xdebug.remote_host=10.254.254.254
|
xdebug.remote_host=10.254.254.254
|
||||||
|
|
||||||
# idekey value is specific to each editor
|
; idekey value is specific to each editor
|
||||||
# Verify with your IDE/editor documentation
|
; Verify with your IDE/editor documentation
|
||||||
xdebug.idekey=PHPSTORM
|
xdebug.idekey=PHPSTORM
|
||||||
|
|
||||||
# Optional: Set to true to auto-start xdebug
|
; Optional: Set to true to auto-start xdebug
|
||||||
xdebug.remote_autostart=false
|
xdebug.remote_autostart=false
|
||||||
|
|
||||||
**3. Configure your IDE/editor**
|
**3. Configure your IDE/editor**
|
||||||
|
@ -70,20 +70,20 @@ The following example show how to configure PHP Xdebug for PHP 5.6:
|
|||||||
:caption: xdebug.ini
|
:caption: xdebug.ini
|
||||||
:emphasize-lines: 7-8,12
|
:emphasize-lines: 7-8,12
|
||||||
|
|
||||||
# Defaults
|
; Defaults
|
||||||
xdebug.default_enable=1
|
xdebug.default_enable=1
|
||||||
xdebug.remote_enable=1
|
xdebug.remote_enable=1
|
||||||
xdebug.remote_port=9000
|
xdebug.remote_port=9000
|
||||||
|
|
||||||
# The Windows way (CNAME)
|
; The Windows way (CNAME)
|
||||||
xdebug.remote_connect_back=0
|
xdebug.remote_connect_back=0
|
||||||
xdebug.remote_host=host.docker.internal
|
xdebug.remote_host=host.docker.internal
|
||||||
|
|
||||||
# idekey value is specific to each editor
|
; idekey value is specific to each editor
|
||||||
# Verify IDE/editor documentation
|
; Verify IDE/editor documentation
|
||||||
xdebug.idekey=PHPSTORM
|
xdebug.idekey=PHPSTORM
|
||||||
|
|
||||||
# Optional: Set to true to auto-start xdebug
|
; Optional: Set to true to auto-start xdebug
|
||||||
xdebug.remote_autostart=false
|
xdebug.remote_autostart=false
|
||||||
|
|
||||||
**3. Configure your IDE/editor**
|
**3. Configure your IDE/editor**
|
||||||
@ -140,20 +140,20 @@ The following example show how to configure PHP Xdebug for PHP 5.6:
|
|||||||
:caption: xdebug.ini
|
:caption: xdebug.ini
|
||||||
:emphasize-lines: 7-8,12
|
:emphasize-lines: 7-8,12
|
||||||
|
|
||||||
# Defaults
|
; Defaults
|
||||||
xdebug.default_enable=1
|
xdebug.default_enable=1
|
||||||
xdebug.remote_enable=1
|
xdebug.remote_enable=1
|
||||||
xdebug.remote_port=9000
|
xdebug.remote_port=9000
|
||||||
|
|
||||||
# The Windows way (IP address)
|
; The Windows way (IP address)
|
||||||
xdebug.remote_connect_back=0
|
xdebug.remote_connect_back=0
|
||||||
xdebug.remote_host=192.168.246.1
|
xdebug.remote_host=192.168.246.1
|
||||||
|
|
||||||
# idekey value is specific to each editor
|
; idekey value is specific to each editor
|
||||||
# Verify IDE/editor documentation
|
; Verify IDE/editor documentation
|
||||||
xdebug.idekey=PHPSTORM
|
xdebug.idekey=PHPSTORM
|
||||||
|
|
||||||
# Optional: Set to true to auto-start xdebug
|
; Optional: Set to true to auto-start xdebug
|
||||||
xdebug.remote_autostart=false
|
xdebug.remote_autostart=false
|
||||||
|
|
||||||
.. important::
|
.. important::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user