Skip to content

Commit db1a7cd

Browse files
enomotodevbestlong
authored andcommitted
Add memcached extension support for PHP 7.3 (laradock#2195)
1 parent 2618405 commit db1a7cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ RUN if [ ${INSTALL_MEMCACHED} = true ]; then \
353353
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then \
354354
curl -L -o /tmp/memcached.tar.gz "https://github.com/php-memcached-dev/php-memcached/archive/2.2.0.tar.gz"; \
355355
else \
356-
curl -L -o /tmp/memcached.tar.gz "https://github.com/php-memcached-dev/php-memcached/archive/php7.tar.gz"; \
356+
curl -L -o /tmp/memcached.tar.gz "https://github.com/php-memcached-dev/php-memcached/archive/master.tar.gz"; \
357357
fi \
358358
&& mkdir -p memcached \
359359
&& tar -C memcached -zxvf /tmp/memcached.tar.gz --strip 1 \

0 commit comments

Comments
 (0)