実行時設定
php.ini の設定により動作が変化します。
| 名前 | デフォルト | 変更可能 | 変更履歴 |
|---|---|---|---|
| mysqlnd_uh.enable | 1 | PHP_INI_SYSTEM | |
| mysqlnd_uh.report_wrong_types | 1 | PHP_INI_ALL |
以下に設定ディレクティブに関する 簡単な説明を示します。
-
mysqlnd_uh.enableinteger -
Enables or disables the plugin. If set to disabled, the extension will not allow users to plug into mysqlnd to hook mysqlnd calls.
-
mysqlnd_uh.report_wrong_typesinteger -
Whether to report wrong return value types of user hooks as
E_WARNINGlevel errors. This is recommended for detecting errors.