-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into check_key_fix
- Loading branch information
Showing
9 changed files
with
109 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"name": "php-memcached/php-memcached", | ||
"type": "php-ext", | ||
"license": "PHP-3.01", | ||
"description": "memcached extension based on libmemcached library ", | ||
"require": { | ||
"php": ">= 7.0.0" | ||
}, | ||
"suggest": { | ||
"ext-igbinary": "igbinary is a faster and more compact binary serializer for PHP data structures.", | ||
"ext-msgpack": "msgpack is a faster and more compact data structure representation that is interoperable with msgpack implementations for other languages." | ||
}, | ||
"php-ext": { | ||
"extension-name": "memcached", | ||
"configure-options": [ | ||
{ | ||
"name": "enable-memcached", | ||
"description": "Enable memcached support" | ||
}, | ||
{ | ||
"name": "with-libmemcached-dir", | ||
"description": "Set the path to libmemcached install prefix.", | ||
"needs-value": true | ||
}, | ||
{ | ||
"name": "enable-memcached-session", | ||
"description": "Enable memcached session handler support" | ||
}, | ||
{ | ||
"name": "enable-memcached-igbinary", | ||
"description": "Enable memcached igbinary serializer support" | ||
}, | ||
{ | ||
"name": "enable-memcached-json", | ||
"description": "Enable memcached json serializer support" | ||
}, | ||
{ | ||
"name": "enable-memcached-msgpack", | ||
"description": "Enable memcached msgpack serializer support" | ||
}, | ||
{ | ||
"name": "enable-memcached-sasl", | ||
"description": "Enable memcached sasl support" | ||
}, | ||
{ | ||
"name": "enable-memcached-protocol", | ||
"description": "Enable memcached protocol support" | ||
}, | ||
{ | ||
"name": "with-system-fastlz", | ||
"description": "Use system FastLZ library" | ||
}, | ||
{ | ||
"name": "with-zstd", | ||
"description": "Use system zstd library" | ||
}, | ||
{ | ||
"name": "with-zlib-dir", | ||
"description": "Set the path to ZLIB install prefix.", | ||
"needs-value": true | ||
}, | ||
{ | ||
"name": "enable-debug", | ||
"description": "Compile with debugging symbols" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters