php-memcached-dev / php-memcached

memcached extension based on libmemcached library
Other
990 stars 323 forks source link

please help install php 8.0 memcache in docker #545

Closed vahidalvandi closed 1 year ago

vahidalvandi commented 1 year ago

i found this in but not work in php 8

RUN git clone -b php7 https://github.com/php-memcached-dev/php-memcached /usr/src/php/ext/memcached \
&& docker-php-ext-configure /usr/src/php/ext/memcached \ --disable-memcached-sasl \
&& docker-php-ext-install /usr/src/php/ext/memcached \
&& rm -rf /usr/src/php/ext/memcached

https://bobcares.com/blog/docker-php-ext-install-memcached/

sodabrew commented 1 year ago

Please use a currently released version. The php7 branch is VERY old. It is strictly historical.

The PHP compatibility version table for this extension is posted in the README file: https://github.com/php-memcached-dev/php-memcached#dependencies