Add OS support for Linux and Darwin in memcache and memcached configurations

This commit is contained in:
crazywhalecc
2026-04-13 11:04:43 +08:00
parent 7b66a88af1
commit 165372d17b
2 changed files with 6 additions and 0 deletions

View File

@@ -11,4 +11,7 @@ ext-memcache:
- ext-zlib
- ext-session
php-extension:
os:
- Linux
- Darwin
arg-type: '--enable-memcache@shared_suffix@ --with-zlib-dir=@build_root_path@'

View File

@@ -20,4 +20,7 @@ ext-memcached:
- ext-msgpack
- ext-session
php-extension:
os:
- Linux
- Darwin
arg-type: '--enable-memcached@shared_suffix@ --with-zlib-dir=@build_root_path@'