Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c102be2

Browse files
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

‎etc/php/php.ini‎

Lines changed: 15 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /