Skip to content

Commit

Permalink
swoole v6 disable opcache on linux x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jul 6, 2024
1 parent 0a6c9cf commit 5f34feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/src/UnitTest/MainTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function testExtesnions(): void
$this->assertContains('swoole', $exts);
$this->assertContains('gd', $exts);
$this->assertContains('imagick', $exts);
$this->assertContains('opcache', $exts);
# $this->assertContains('opcache', $exts);
$this->assertContains('redis', $exts);
$this->assertContains('mongodb', $exts);
}
Expand Down

0 comments on commit 5f34feb

Please sign in to comment.