インストール手順
この » PECL 拡張モジュールは PHP にバンドルされていません。 この PECL 拡張モジュールをインストールする方法は、 マニュアルの PECL 拡張モジュールのインストール という章にあります。 新規リリース・ダウンロード・ソースファイル・管理者情報・CHANGELOG といった関連する情報については、次の場所にあります。 » https://pecl.php.net/package/memcache.
注意:
オプションで、memcache セッションハンドラのサポートを無効にすることもできます。 'pecl install' のオプションでこれを指定します (デフォルトは有効になっています) が、 PHP のコンパイル時に静的に組み込む場合は configure オプション --disable-memcache-session を使用できます。
+add a note
User Contributed Notes 3 notes
mit at mitayai dot org ¶
14 years ago
It is very important to note when reading the information supplied by others on this page that there are two *distinct* memcache PHP implementations for the service "memcached".
1) pecl-memcache
2) pecl-memcached
This page is for the first, pecl-memcache.
If you are looking for pecl-memcached information, visit here:
http://www.php.net/manual/en/book.memcached.php
sidi dot khalifa at live dot fr ¶
3 years ago
I hope this will help someone,
Context: I wanted to use memcache
like this:
$memcache = new \Memcache();
but composer suggests me to install the extension
"ext-memcache": "*",
but that one didn't want to work, so I installed
sudo apt install php7.4-memcache
sudo apt install php7.4-memcached
and all worked
Felipe Estrella Barros ¶
13 years ago
On Slackware, after copilling it, you should copy the file /module/memcache.so to /usr/lib/httpd/modules. Then, the instruction extension=memcache.so must be added into the file /etc/httpd/php.ini
Restart the httpd and it should work!
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google