You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -195,6 +198,7 @@ public function configure(OptionsResolver $resolver): void
195
198
self::PARAM_PHP_CONFIG => 'Map of PHP ini settings to use when executing out-of-band benchmarks',
196
199
self::PARAM_PHP_DISABLE_INI => 'Disable reading the default PHP configuration',
197
200
self::PARAM_PHP_WRAPPER => 'Wrap the PHP binary with this command (e.g. ``blackfire run``)',
201
+
self::PARAM_PHP_ENV => 'Key-value set of environment variables to pass to the PHP process',
198
202
self::PARAM_PROGRESS => 'Default progress logger to use',
199
203
self::PARAM_PROGRESS_SUMMARY_FORMAT => 'Expression used to render the summary text default progress loggers',
200
204
self::PARAM_PROGRESS_SUMMARY_BASELINE_FORMAT => 'When the a comparison benchmark is referenced, alternative expression used to render the summary text default progress loggers',
@@ -370,7 +374,10 @@ private function registerBenchmark(Container $container): void
370
374
});
371
375
372
376
$container->register(ProcessFactory::class, function (Container$container) {
0 commit comments