fix odbc libs when iconv is built too

This commit is contained in:
DubbleClick
2025-08-26 20:43:18 +07:00
parent c433aed521
commit 00892c20fa
2 changed files with 93 additions and 0 deletions

View File

@@ -269,7 +269,10 @@ class SourcePatcher
if ($version === '5.1.3') {
self::patchFile('spc_fix_swoole_50513.patch', SOURCE_PATH . '/php-src/ext/swoole');
}
// remove when https://github.com/swoole/swoole-src/pull/5848 is merged
self::patchFile('swoole_fix_date_time.patch', SOURCE_PATH . '/php-src/ext/swoole');
// remove when https://github.com/swoole/swoole-src/pull/5847 is merged
self::patchFile('swoole_fix_odbclibs.patch', SOURCE_PATH . '/php-src/ext/swoole');
return true;
}