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 9163206 commit f2e5b5eCopy full SHA for f2e5b5e
deps/libphp5.gyp
@@ -84,6 +84,8 @@
84
'--enable-maintainer-zts', '--enable-embed=static',
85
'--prefix', '<(SHARED_INTERMEDIATE_DIR)/build',
86
'--enable-opcache=static',
87
+ # mediawiki says this is necessary
88
+ '--with-zlib', '--enable-mbstring',
89
# turn off some unnecessary bits
90
'--disable-cli', '--disable-cgi',
91
'<@(configure_options)'
lib/php.ini
@@ -2,4 +2,13 @@ html_errors=1
2
register_argc_argv=1
3
implicit_flush=0
4
max_execution_time=0
5
-max_input_time=0
+max_input_time=-1
6
+output_buffering=4096
7
+
8
+; The following are useful for debugging:
9
+;
10
+; display_startup_errors=1
11
+; display_errors=1
12
+; log_errors=1
13
+; error_reporting=-1
14
+; track_errors=1
0 commit comments