GithubHelp home page GithubHelp logo

Comments (4)

borodiychuk avatar borodiychuk commented on June 1, 2024 4

This is fixed in PR #39

from pecl-memcache.

centminmod avatar centminmod commented on June 1, 2024 2

FYI same issue with PHP 7.2.15 as well so reverted to commit 4a9e4ab which is fine with PHP 7.2.15

from pecl-memcache.

baer95 avatar baer95 commented on June 1, 2024 2

#37 seems to be the same issue. I am also experiencing the same error - too many arguments to function ‘mmc_prepare_key_ex’.

from pecl-memcache.

faca5 avatar faca5 commented on June 1, 2024

Hello.

We have error on 7.3.

/bin/sh /usr/local/src/pecl-memcache-NON_BLOCKING_IO_php72/libtool --mode=compile cc -I/opt/cpanel/ea-php72/root/usr/include/php -I. -I/usr/local/src/pecl-memcache-NON_BLOCKING_IO_php72 -DPHP_ATOM_INC -I/usr/local/src/pecl-memcache-NON_BLOCKING_IO_php72/include -I/usr/local/src/pecl-memcache-NON_BLOCKING_IO_php72/main -I/usr/local/src/pecl-memcache-NON_BLOCKING_IO_php72 -I/opt/cpanel/ea-php72/root/usr/include/php -I/opt/cpanel/ea-php72/root/usr/include/php/main -I/opt/cpanel/ea-php72/root/usr/include/php/TSRM -I/opt/cpanel/ea-php72/root/usr/include/php/Zend -I/opt/cpanel/ea-php72/root/usr/include/php/ext -I/opt/cpanel/ea-php72/root/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/local/src/pecl-memcache-NON_BLOCKING_IO_php72/php7/memcache.c -o php7/memcache.lo
libtool: compile: cc -I/opt/cpanel/ea-php72/root/usr/include/php -I. -I/usr/local/src/pecl-memcache-NON_BLOCKING_IO_php72 -DPHP_ATOM_INC -I/usr/local/src/pecl-memcache-NON_BLOCKING_IO_php72/include -I/usr/local/src/pecl-memcache-NON_BLOCKING_IO_php72/main -I/usr/local/src/pecl-memcache-NON_BLOCKING_IO_php72 -I/opt/cpanel/ea-php72/root/usr/include/php -I/opt/cpanel/ea-php72/root/usr/include/php/main -I/opt/cpanel/ea-php72/root/usr/include/php/TSRM -I/opt/cpanel/ea-php72/root/usr/include/php/Zend -I/opt/cpanel/ea-php72/root/usr/include/php/ext -I/opt/cpanel/ea-php72/root/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/local/src/pecl-memcache-NON_BLOCKING_IO_php72/php7/memcache.c -fPIC -DPIC -o php7/.libs/memcache.o
/usr/local/src/pecl-memcache-NON_BLOCKING_IO_php72/php7/memcache.c: In function 'php_mmc_store':
/usr/local/src/pecl-memcache-NON_BLOCKING_IO_php72/php7/memcache.c:643:4: error: too many arguments to function 'mmc_prepare_key_e '
if (mmc_prepare_key_ex(ZSTR_VAL(key), ZSTR_LEN(key), request->key, &(request->key_len), MEMCACHE_G(key_prefix)) != MMC_OK) {
^
In file included from /usr/local/src/pecl-memcache-NON_BLOCKING_IO_php72/php7/php_memcache.h:34:0,
from /usr/local/src/pecl-memcache-NON_BLOCKING_IO_php72/php7/memcache.c:30:
/usr/local/src/pecl-memcache-NON_BLOCKING_IO_php72/php7/memcache_pool.h:399:5: note: declared here
int mmc_prepare_key_ex(const char *, unsigned int, char *, unsigned int *);
^
make: *** [php7/memcache.lo] Error 1

from pecl-memcache.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.