mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 16:25:39 +08:00
Fix libyaml patch slashes (#499)
* Fix libyaml patch slashes * Add tests for libyaml * Rename due to linux is case-sensitive
This commit is contained in:
@@ -19,7 +19,7 @@ $upx = true;
|
||||
|
||||
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
|
||||
$extensions = match (PHP_OS_FAMILY) {
|
||||
'Linux', 'Darwin' => 'sockets',
|
||||
'Linux', 'Darwin' => 'sockets,yaml',
|
||||
'Windows' => 'mbstring,pdo_sqlite,mbregex,bz2,sqlsrv,pdo_sqlsrv,yaml,zip,rar,apcu,swow',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user