mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-12 11:25:35 +08:00
Add OS support for Linux and Darwin in memcache and memcached configurations
This commit is contained in:
@@ -11,4 +11,7 @@ ext-memcache:
|
|||||||
- ext-zlib
|
- ext-zlib
|
||||||
- ext-session
|
- ext-session
|
||||||
php-extension:
|
php-extension:
|
||||||
|
os:
|
||||||
|
- Linux
|
||||||
|
- Darwin
|
||||||
arg-type: '--enable-memcache@shared_suffix@ --with-zlib-dir=@build_root_path@'
|
arg-type: '--enable-memcache@shared_suffix@ --with-zlib-dir=@build_root_path@'
|
||||||
|
|||||||
@@ -20,4 +20,7 @@ ext-memcached:
|
|||||||
- ext-msgpack
|
- ext-msgpack
|
||||||
- ext-session
|
- ext-session
|
||||||
php-extension:
|
php-extension:
|
||||||
|
os:
|
||||||
|
- Linux
|
||||||
|
- Darwin
|
||||||
arg-type: '--enable-memcached@shared_suffix@ --with-zlib-dir=@build_root_path@'
|
arg-type: '--enable-memcached@shared_suffix@ --with-zlib-dir=@build_root_path@'
|
||||||
|
|||||||
Reference in New Issue
Block a user