Add ext-memcache

This commit is contained in:
crazywhalecc
2026-03-11 15:29:00 +08:00
parent cbfeefc808
commit f35f133115
2 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
ext-memcache:
type: php-extension
artifact:
source:
type: pecl
name: memcache
metadata:
license-files: [LICENSE]
license: PHP-3.0
depends:
- ext-zlib
- ext-session
php-extension:
arg-type: '--enable-memcache@shared_suffix@ --with-zlib-dir=@build_root_path@'