add memcache support

This commit is contained in:
crazywhalecc
2023-07-25 21:44:53 +08:00
committed by Jerry Ma
parent 778b0eadcd
commit 956c87a657
4 changed files with 72 additions and 10 deletions

View File

@@ -61,6 +61,16 @@
"path": "LICENSE"
}
},
"ext-memcache": {
"type": "url",
"url": "https://pecl.php.net/get/memcache",
"path": "php-src/ext/memcache",
"filename": "memcache.tgz",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"ext-ssh2": {
"type": "url",
"url": "https://pecl.php.net/get/ssh2",