mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
Add ext-libxml
This commit is contained in:
parent
d8dda09fb6
commit
c5b11f47c3
@ -97,6 +97,14 @@ ext-ldap:
|
||||
- ext-openssl
|
||||
php-extension:
|
||||
arg-type: with-path
|
||||
ext-libxml:
|
||||
type: php-extension
|
||||
depends:
|
||||
- ext-xml
|
||||
php-extension:
|
||||
build-with-php: true
|
||||
build-shared: false
|
||||
arg-type: none
|
||||
ext-mbregex:
|
||||
type: php-extension
|
||||
depends:
|
||||
|
||||
@ -94,7 +94,7 @@ class PhpExtensionPackage extends Package
|
||||
'enable-path' => $shared ? "--enable-{$name}=shared,{$escapedPath}" : "--enable-{$name}={$escapedPath}",
|
||||
'with' => $shared ? "--with-{$name}=shared" : "--with-{$name}",
|
||||
'with-path' => $shared ? "--with-{$name}=shared,{$escapedPath}" : "--with-{$name}={$escapedPath}",
|
||||
'custom' => '',
|
||||
'custom', 'none' => '',
|
||||
default => $arg_type,
|
||||
};
|
||||
// customize argument from config string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user