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

Hi, I noticed new tags here, but missing on https://pecl.php.net/package/memcache

i compiled php 8.1 and memcache 8.0, yet the memcache version on phpinfo() says 4.0.5.2. just a typo or not? update: i tried the 8-fixed file and its showing as...

I have reported this to php as it seems to have something to due with php and how it installs on the server history 👍 ATTENTION! Do NOT reply to...

Hello. I got errors: Command: `make ` Errors: ``` NON_BLOCKING_IO_php80/php7/memcache.c:43:2: error: initializer element is not constant ... te: expected 'struct zend_object *' but argument is of type 'stru ... warning:...

The patch 82480df3 was applied to the latest releases, but never backported to 3.x for php 5. From https://github.com/websupport-sk/pecl-memcache/issues/49 , I'm not sure whether or not there are plans to...

Running `make test` after building memcache 3.0.8 (for php 5.6), most tests fail: ``` ===================================================================== TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 0 Exts tested : 29 --------------------------------------------------------------------- Number of...

3.0.7 was released to PECL but there is no tag for it in this repository, although there is a tag for 3.0.8 and for 3.0.6 and earlier. The appropriate commit...

The [release notes](https://pecl.php.net/package-changelog.php?package=memcache) of versions 4.x and 8.x say: > - Support for PHP 5.x has been removed, please use memcache extension ver. 3.x Why then is every 3.x release...

After updating to PHP 8.1 test 035 using a local memcached with domain sockets fails. **Build** ``` ✎ apt-get -y install --no-install-recommends zlib1g-dev memcached ✎ memcached -du www-data ✎ memcached...

Lately, I have been trying to install the `pecl memcache` PHP extension on OSX Catalina with `brew memcached` installed and I'm getting the following error every time I try the...