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 6095049 commit 0a9412fCopy full SHA for 0a9412f
fix.php
@@ -117,6 +117,7 @@
117
. (preg_match('~php(\d)(\d)~', $preset, $m) ? " --runtime-set php_version $m[1]0$m[2]00" : '')
118
. ' --colors'
119
. ' --extensions=php,phpt'
120
+ . ' --runtime-set ignore_warnings_on_exit true'
121
. ' --no-cache'
122
. ' --standard=' . escapeshellarg($presetFile)
123
. ' --file-list=' . escapeshellarg($fileList),
0 commit comments