Configurația la rulare
Comportamentul acestor funcții este afectat de parametrii stabiliți în php.ini.
| Denumirea | Valoarea implicită | Poate fi modificată | Jurnalul modificărilor |
|---|---|---|---|
| mysqlnd_uh.enable | 1 | PHP_INI_SYSTEM | |
| mysqlnd_uh.report_wrong_types | 1 | PHP_INI_ALL |
Iată o explicație pe scurt a directivelor de configurare.
-
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.
There are no user contributed notes for this page.
