您好,登錄后才能下訂單哦!
debian wheezy的軟件包php5-memcached 沒有igbinary支持,也沒有提供php5-igbinary
由于業務需要,手動編譯添加igbinary支持。
#刪除php5-memcached軟件包 apt-get remove php5-memcached #安裝igbinary pecl install igbinary echo "extension=igbinary.so" >/etc/php5/fpm/conf.d/20-igbinary.ini #安裝編譯依賴包 apt-get install php5-dev make libmemcached-dev pkg-config #下載并編譯源碼包 pecl download memcached tar zxvf memcached*.tgz cd memcached*/ phpize ./configure --enable-memcached-igbinary --disable-memcached-sasl make make install echo "extension=memcached.so" >/etc/php5/fpm/conf.d/20-memcached.ini
新的模塊分別是
/usr/lib/php5/20100525/igbinary.so /usr/lib/php5/20100525/memcached.so
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。