Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lifenglsf/php_memcached_dll
windows php-memcached dll files
https://github.com/lifenglsf/php_memcached_dll
memcached php php-memcached php7 php8 windows
Last synced: about 15 hours ago
JSON representation
windows php-memcached dll files
- Host: GitHub
- URL: https://github.com/lifenglsf/php_memcached_dll
- Owner: lifenglsf
- License: mit
- Created: 2019-03-13T11:53:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T23:27:59.000Z (6 months ago)
- Last Synced: 2024-05-23T00:30:24.049Z (6 months ago)
- Topics: memcached, php, php-memcached, php7, php8, windows
- Homepage:
- Size: 191 MB
- Stars: 114
- Watchers: 6
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-memcached for windows
* php-memcached dependency libmemcachedcopy libmemcached.dll to c:\Windows
* install php-memcached
copy php-memcached.dll to you php extension directory
**notice:Note the version of PHP and thread safety whether or not**
* memcached_support:
**3.1.4**
|name|is_support|
----|----------
|SASL support|no|
|Session support|yes|
|igbinary support|no|
|json support|yes|
|msgpack support|no|
**3.1.5**
|name|is_support|
----|----------
|SASL support|no|
|Session support|yes|
|igbinary support|yes|
|json support|yes|
|msgpack support|yes|
**pre3.2.0**
|name|is_support|
----|----------
|SASL support|no|
|Session support|yes|
|igbinary support|yes|
|json support|yes|
|msgpack support|yes|
**3.2.0**
|name|is_support|
----|----------
|SASL support|no|
|Session support|yes|
|igbinary support|yes|
|json support|yes|
|msgpack support|yes|
**auto-xxx**
|name|is_support|
----|----------
|SASL support|no|
|Session support|yes|
|igbinary support|yes|
|json support|yes|
|msgpack support|yes|version>=3.15
* basicsupport session and json
* [igbinary](https://pecl.php.net/package/igbinary)support session and json and igbinary
must download igbinary.dll and configure it to php.ini
* [msgpack](https://pecl.php.net/package/msgpack)
support session and json and msgpack
must download msgpack.dll and configure it to php.ini
Tips:
ucrtbased.dll missing copy ucrtbased to system32 or SysWOW64## github workflows create directories like auto-3.2.0
## recommend use x64. x86 may be could not worked correctly before pre-3.2.0.
## The pre-release is not a stable version, it is automatically compiled based on the latest php-memcached
### Visitors![](http://profile-counter.glitch.me/lifenglsf/count.svg)
TodList
- [x] Automatically compile the base version
- [x] Automatically compile msgpack based versions
- [x] Automatically compile igbinary based versions
- [x] Automatically get latest php-memcached version
- [x] Automatically get latest msgpack version
- [x] Automatically get latest igbinary version
- [x] Automatically get latest supported php version
- [ ] Support libmemcached-awesome