We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a14bb commit 53f7cdeCopy full SHA for 53f7cde
src/SPC/builder/extension/swoole.php
@@ -17,6 +17,7 @@ class swoole extends Extension
17
public function patchBeforeMake(): bool
18
{
19
$patched = parent::patchBeforeMake();
20
+ FileSystem::replaceFileStr($this->source_dir . '/ext-src/php_swoole_private.h', 'PHP_VERSION_ID > 80500', 'PHP_VERSION_ID >= 80600');
21
if ($this->builder instanceof MacOSBuilder) {
22
// Fix swoole with event extension <util.h> conflict bug
23
$util_path = shell()->execWithResult('xcrun --show-sdk-path', false)[1][0] . '/usr/include/util.h';
0 commit comments