1
php/error_reporting.ini
Normal file
1
php/error_reporting.ini
Normal file
@@ -0,0 +1 @@
|
||||
error_reporting=E_ALL
|
8
php/xdebug.ini
Normal file
8
php/xdebug.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
zend_extension=xdebug
|
||||
|
||||
[xdebug]
|
||||
xdebug.mode=develop,debug
|
||||
xdebug.client_host=172.19.0.1
|
||||
xdebug.start_with_request=yes
|
||||
xdebug.max_nesting_level=5000
|
||||
xdebug.remote_autostart=1
|
Reference in New Issue
Block a user