We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f720e commit 2d79174Copy full SHA for 2d79174
php-server.ini
@@ -12,6 +12,9 @@ display_startup_errors = 1
12
max_execution_time = 360
13
post_max_size = 200M
14
upload_max_filesize = 200M
15
+xdebug.var_display_max_depth = -1
16
+xdebug.var_display_max_children = -1
17
+xdebug.var_display_max_data = -1
18
19
[server]
20
ENVIRONMENT = development
src/server.php
@@ -38,6 +38,9 @@
38
max_execution_time = 30
39
post_max_size = {$ini['post_max_size']}
40
upload_max_filesize = {$ini['upload_max_filesize']}
41
42
43
44
45
46
0 commit comments