Skip to content

Commit 165372d

Browse files
committed
Add OS support for Linux and Darwin in memcache and memcached configurations
1 parent 7b66a88 commit 165372d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

config/pkg/ext/ext-memcache.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ ext-memcache:
1111
- ext-zlib
1212
- ext-session
1313
php-extension:
14+
os:
15+
- Linux
16+
- Darwin
1417
arg-type: '--enable-memcache@shared_suffix@ --with-zlib-dir=@build_root_path@'

config/pkg/ext/ext-memcached.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ ext-memcached:
2020
- ext-msgpack
2121
- ext-session
2222
php-extension:
23+
os:
24+
- Linux
25+
- Darwin
2326
arg-type: '--enable-memcached@shared_suffix@ --with-zlib-dir=@build_root_path@'

0 commit comments

Comments
 (0)