Add commented minimal configuration
This commit is contained in:
@@ -1,5 +1,18 @@
|
|||||||
|
; PHP Configuration
|
||||||
|
|
||||||
|
;[Date]
|
||||||
|
; Defines the default timezone used by the date functions
|
||||||
|
; http://php.net/date.timezone
|
||||||
|
;date.timezone =
|
||||||
|
|
||||||
|
; Error handling
|
||||||
|
;display_errors = Off
|
||||||
|
|
||||||
|
; Xdebug
|
||||||
|
; See https://xdebug.org/docs/all_settings
|
||||||
|
|
||||||
;PHPStorm
|
;PHPStorm
|
||||||
[xdebug]
|
[Xdebug]
|
||||||
xdebug.remote_enable=1
|
xdebug.remote_enable=1
|
||||||
xdebug.idekey=PHPSTORM
|
xdebug.idekey=PHPSTORM
|
||||||
xdebug.profiler_enable=0
|
xdebug.profiler_enable=0
|
||||||
@@ -8,7 +21,7 @@ xdebug.remote_host=192.168.0.1 # your ip
|
|||||||
xdebug.remote_port=9000
|
xdebug.remote_port=9000
|
||||||
|
|
||||||
;Netbeans
|
;Netbeans
|
||||||
;[xdebug]
|
;[Xdebug]
|
||||||
;xdebug.remote_enable=1
|
;xdebug.remote_enable=1
|
||||||
;xdebug.remote_handler=dbgp
|
;xdebug.remote_handler=dbgp
|
||||||
;xdebug.remote_mode=req
|
;xdebug.remote_mode=req
|
||||||
|
|||||||
Reference in New Issue
Block a user