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 8dedbe7 commit ff5e771Copy full SHA for ff5e771
bootstrap
@@ -15,7 +15,7 @@ function start_webserver() {
15
// exec the command
16
$HANDLER = getenv('_HANDLER');
17
chdir('/var/task');
18
- exec("php -S localhost:8000 -c /var/task/php.ini '$HANDLER'");
+ exec("php -S localhost:8000 -c /var/task/php.ini -d extension_dir=/opt/lib/php/7.1/modules '$HANDLER'");
19
exit;
20
21
// return the child pid to parent
0 commit comments