pecl-memcache icon indicating copy to clipboard operation
pecl-memcache copied to clipboard

PHP Extension - Memcache module with support of newer PHP 7.x and PHP 8.x

Results 34 pecl-memcache issues
Sort by recently updated
recently updated
newest added

Motivation: 1. Speed up unserialization, reduce network traffic 2. Allow storing more objects/arrays in the same amount of RAM on a memcached server. A different PECL (`memcached`) does this through...

feature

Hi @tomassrnka! Thanks for release 8.0 👍 Here is my current changes on commit `36d7181` for building on windows ```diff diff --git a/src/memcache_binary_protocol.c b/src/memcache_binary_protocol.c index 707b351..60d828f 100644 --- a/src/memcache_binary_protocol.c +++...

The related Memcached pecl provides https://www.php.net/manual/en/memcached.getresultcode.php https://www.php.net/manual/en/memcached.getresultmessage.php Otherwise, workarounds have to be used to distinguish between 1. The value false, from unserialize() (if applications used them) 2. A cache miss...

feature

and return for some methods. Currently, ReflectionFunctionAbstract->getParameters() reports most of these have no parameters, in 4.0.5.2. Instead of arginfo, NULL is passed. Would you be interested in PRs to add...

abort configure at PHP version check please see for patch in config9.m4: ``` AC_MSG_CHECKING(PHP version) if test -z "$PHP_MAJOR_VERSION"; then if test ! -z "$phpincludedir"; then PHP_MAJOR_VERSION=`grep 'PHP_MAJOR_VERSION ' $phpincludedir/main/php_version.h...

Docs can be updated through the normal SVN workflow (for users with a php.net account) or through a PR to https://github.com/php/doc-en At the time of writing, - Some functions, such...

## Trying to do - `sudo pecl install memcache` - on macOS 10.14.6 Mojave - PHP: PHP 7.2.23 (cli) (built: Oct 3 2019 19:49:50) ( NTS ) ## Expected Extension...

**OS**: CentOS Linux release 7.3.1611 (Core) **PHP**: PHP 7.1.2 **stack:** Core was generated by `php-fpm: pool www '. Program terminated with signal 11, Segmentation fault. #0 0x00007f7a0efe92d3 in mmc_value_handler_multi (key=0x7ffff953bee0...

bug

Hi on a Wamp installation (Windows 10 / x64) i have noticed that after upgrading to php 7.3 from 7.2 i face issue with memcache losing session data. I haven't...