Created
January 12, 2021 11:34
-
-
Save amcgowanca/86a644eb19c177a19cb9022a2756393b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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 |
Author
amcgowanca
commented
Jun 1, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment