|
|
|
@ -39,7 +39,7 @@ Install_lib() |
|
|
|
|
|
|
|
|
|
$serverPath/php/$version/bin/phpize |
|
|
|
|
./configure --with-php-config=$serverPath/php/$version/bin/php-config \ |
|
|
|
|
--enable-memcache \ |
|
|
|
|
--enable-memcached \ |
|
|
|
|
--with-zlib-dir=$serverPath/lib/zlib \ |
|
|
|
|
--disable-memcached-sasl && \ |
|
|
|
|
make && make install && make clean |
|
|
|
|