Skip to content

Commit 65b61d8

Browse files
committed
php-memcached is not a Zend extension!
Secondly, don't restart the PHP by default
1 parent 86074af commit 65b61d8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

extensions/memcached-install.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/bin/bash
22

3-
# Add config files
4-
echo "zend_extension=memcached.so" >> /usr/local/php7/etc/conf.d/modules.ini
5-
6-
service php7-fpm restart
3+
# Enable the module
4+
sudo echo "extension=memcached.so" >> /usr/local/php7/etc/conf.d/modules.ini

0 commit comments

Comments
 (0)