実行時設定

php.ini の設定により動作が変化します。

Mysqlnd_memcache 設定オプション
名前 デフォルト 変更可能 変更履歴
mysqlnd_memcache.enable 1 PHP_INI_SYSTEM Available since 1.0.0

以下に設定ディレクティブに関する 簡単な説明を示します。

mysqlnd_memcache.enable integer

Enables or disables the plugin. If disabled, the extension will not plug into mysqlnd to proxy internal mysqlnd C API calls.

注意:

This option is mainly used by developers to build this extension statically into PHP. General users are encouraged to build this extension as a shared object, and to unload it completely when it is not needed.