Combination of Single Player and Dev repo work, fixes

This commit is contained in:
Marwolf
2018-07-12 09:51:51 -04:00
parent e4031bcb97
commit e5a51c328a
117 changed files with 21621 additions and 77 deletions

29
etc/php/php.ini Executable file
View File

@@ -0,0 +1,29 @@
; 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.remote_enable=1
xdebug.idekey=PHPSTORM
xdebug.profiler_enable=0
xdebug.max_nesting_level=700
xdebug.remote_host=192.168.0.1 # your ip
xdebug.remote_port=9000
;Netbeans
;[Xdebug]
;xdebug.remote_enable=1
;xdebug.remote_handler=dbgp
;xdebug.remote_mode=req
;xdebug.remote_host=192.168.0.1 # your ip
;xdebug.remote_port=9000