use stable sources for swoole and swow

This commit is contained in:
DubbleClick
2025-07-18 11:53:36 +07:00
parent e675af9a18
commit 33d974bb3d
2 changed files with 6 additions and 12 deletions

View File

@@ -263,7 +263,7 @@ class Extension
$ret = '';
foreach ($order as $ext) {
if ($ext instanceof Extension && $ext->isBuildShared()) {
if ($ext instanceof self && $ext->isBuildShared()) {
if (Config::getExt($ext->getName(), 'zend-extension', false) === true) {
$ret .= " -d \"zend_extension={$ext->getName()}\"";
} else {