mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
Create opcache.php
This commit is contained in:
17
src/SPC/builder/extension/opcache.php
Normal file
17
src/SPC/builder/extension/opcache.php
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace SPC\builder\extension;
|
||||||
|
|
||||||
|
use SPC\builder\Extension;
|
||||||
|
use SPC\util\CustomExt;
|
||||||
|
|
||||||
|
#[CustomExt('opcache')]
|
||||||
|
class opcache extends Extension
|
||||||
|
{
|
||||||
|
public function getDistName(): string
|
||||||
|
{
|
||||||
|
return 'Zend Opcache';
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user