-
Notifications
You must be signed in to change notification settings - Fork 426
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
First of all, thank you for this awesome project! I have a lot of fun squeezing more performance out of PHP on my machines.
My feature request: Many high performance websites use caching. Often Redis for complex caching and Memcached for simple caching. While the Redis extension in supported, Memcached is not (in the static build), see:
Lines 76 to 77 in b3fb8df
| defaultExtensions="amqp,apcu,ast,bcmath,brotli,bz2,calendar,ctype,curl,dba,dom,exif,fileinfo,filter,ftp,gd,gmp,gettext,iconv,igbinary,imagick,intl,ldap,lz4,mbregex,mbstring,mysqli,mysqlnd,opcache,openssl,password-argon2,parallel,pcntl,pdo,pdo_mysql,pdo_pgsql,pdo_sqlite,pdo_sqlsrv,pgsql,phar,posix,protobuf,readline,redis,session,shmop,simplexml,soap,sockets,sodium,sqlite3,ssh2,sysvmsg,sysvsem,sysvshm,tidy,tokenizer,xlswriter,xml,xmlreader,xmlwriter,xz,zip,zlib,yaml,zstd" | |
| defaultExtensionLibs="libavif,nghttp2,nghttp3,ngtcp2" |
My request: Please add memcached and the required libmemcached to the static build.
See also: https://pecl.php.net/package/memcached
Kind regards, Maurits
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request