We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3027080 commit c102be2Copy full SHA for c102be2
etc/php/php.ini
@@ -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
14
;PHPStorm
-[xdebug]
15
+[Xdebug]
16
xdebug.remote_enable=1
17
xdebug.idekey=PHPSTORM
18
xdebug.profiler_enable=0
@@ -8,7 +21,7 @@ xdebug.remote_host=192.168.0.1 # your ip
21
xdebug.remote_port=9000
22
23
;Netbeans
-;[xdebug]
24
+;[Xdebug]
25
;xdebug.remote_enable=1
26
;xdebug.remote_handler=dbgp
27
;xdebug.remote_mode=req
0 commit comments