Skip to content

Commit c102be2

Browse files
committed
Add commented minimal configuration
1 parent 3027080 commit c102be2

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

Diff for: etc/php/php.ini

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1+
; PHP Configuration
2+
3+
;[Date]
4+
; Defines the default timezone used by the date functions
5+
; http://php.net/date.timezone
6+
;date.timezone =
7+
8+
; Error handling
9+
;display_errors = Off
10+
11+
; Xdebug
12+
; See https://xdebug.org/docs/all_settings
13+
114
;PHPStorm
2-
[xdebug]
15+
[Xdebug]
316
xdebug.remote_enable=1
417
xdebug.idekey=PHPSTORM
518
xdebug.profiler_enable=0
@@ -8,7 +21,7 @@ xdebug.remote_host=192.168.0.1 # your ip
821
xdebug.remote_port=9000
922

1023
;Netbeans
11-
;[xdebug]
24+
;[Xdebug]
1225
;xdebug.remote_enable=1
1326
;xdebug.remote_handler=dbgp
1427
;xdebug.remote_mode=req

0 commit comments

Comments
 (0)