We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b294015 commit 8b53c17Copy full SHA for 8b53c17
src/PhpBrew/Command/InstallCommand.php
@@ -501,7 +501,7 @@ public function execute($version)
501
502
$this->logger->info("Congratulations! Now you have PHP with $version as $buildName");
503
504
- if ($build->hasVariant('pdo') && $build->hasVariant('mysql')) {
+ if ($build->isEnabledVariant('pdo') && $build->isEnabledVariant('mysql')) {
505
echo <<<EOT
506
507
* We found that you enabled 'mysql' variant, you might need to setup your
0 commit comments