add xdebug dynamic extension

This commit is contained in:
DubbleClick
2025-03-23 15:35:25 +07:00
parent e850df505c
commit 1791b443bc
9 changed files with 112 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
<?php
declare(strict_types=1);
namespace SPC\builder\linux\library;
use SPC\util\DynamicExt;
#[DynamicExt]
class xdebug extends LinuxLibraryBase
{
use \SPC\builder\unix\library\xdebug;
public const NAME = 'xdebug';
}