Skip to content

Instantly share code, notes, and snippets.

@amcgowanca
Created January 12, 2021 11:34
Show Gist options
  • Save amcgowanca/86a644eb19c177a19cb9022a2756393b to your computer and use it in GitHub Desktop.
Save amcgowanca/86a644eb19c177a19cb9022a2756393b to your computer and use it in GitHub Desktop.
; Globals
;expose_php = on
;max_execution_time = 300
;max_input_time = 900
;max_input_vars = 10000
memory_limit = 1024M
;upload_max_filesize = 256M
;post_max_size = 256M
;error_reporting = E_ALL & ~E_DEPRECATED
;ignore_repeated_errors = on
;html_errors = on
;display_errors = on
;display_startup_errors = on
;log_errors = on
; XDEBUG
[xdebug]
xdebug.idekey = PHPSTORM
xdebug.mode=debug,develop,trace
xdebug.start_with_request=yes
xdebug.discover_client_host=1
xdebug.remote_cookie_expire_time=3600
xdebug.client_port=9000
xdebug.connect_timeout_ms=300
xdebug.max_nesting_level=256
@amcgowanca
Copy link
Author

; Globals
;expose_php = on
;max_execution_time = 300
;max_input_time = 900
;max_input_vars = 10000
memory_limit = 1024M
;upload_max_filesize = 256M
;post_max_size = 256M
;error_reporting = E_ALL & ~E_DEPRECATED
;ignore_repeated_errors = on
;html_errors = on
;display_errors = on
;display_startup_errors = on
;log_errors = on

; XDEBUG
[xdebug]
xdebug.idekey = PHPSTORM
xdebug.mode=debug,develop,trace
xdebug.start_with_request=yes
xdebug.discover_client_host=1
xdebug.remote_cookie_expire_time=3600
xdebug.client_port=9000
xdebug.connect_timeout_ms=300
xdebug.max_nesting_level=256

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment