From c102be271b0f34e71ed57ba83749cf66644edabf Mon Sep 17 00:00:00 2001 From: Vincent Letourneau Date: Fri, 16 Feb 2018 18:16:28 +0100 Subject: [PATCH] Add commented minimal configuration --- etc/php/php.ini | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/etc/php/php.ini b/etc/php/php.ini index 9453036..4f47c01 100644 --- a/etc/php/php.ini +++ b/etc/php/php.ini @@ -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 -[xdebug] +[Xdebug] xdebug.remote_enable=1 xdebug.idekey=PHPSTORM xdebug.profiler_enable=0 @@ -8,7 +21,7 @@ xdebug.remote_host=192.168.0.1 # your ip xdebug.remote_port=9000 ;Netbeans -;[xdebug] +;[Xdebug] ;xdebug.remote_enable=1 ;xdebug.remote_handler=dbgp ;xdebug.remote_mode=req