We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b414a8 commit 2d5fa2eCopy full SHA for 2d5fa2e
2 files changed
default/kool.ini
@@ -14,5 +14,7 @@ upload_max_filesize = {{ .Env.PHP_UPLOAD_MAX_FILESIZE }}
14
; http://php.net/post-max-size
15
post_max_size = {{ .Env.PHP_POST_MAX_SIZE }}
16
17
-; https://www.php.net/manual/en/info.configuration.php#ini.max-execution-time
+; Maximum execution time of each script, in seconds
18
+; http://php.net/max-execution-time
19
+; Note: This directive is hardcoded to 0 for the CLI SAPI
20
max_execution_time = {{ .Env.PHP_MAX_EXECUTION_TIME }}
kool.ini
0 commit comments