编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « Quickstart and Examples
  • How it works »
  • PHP Manual
  • Quickstart and Examples
  • Setup

Setup

The plugin is implemented as a PHP extension. See the installation instructions to install the » PECL/mysqlnd_uh extension. Then, load the extension into PHP and activate the plugin in the PHP configuration file using the PHP configuration directive named mysqlnd_uh.enable. The below example shows the default settings of the extension.

Example #1 Enabling the plugin (php.ini)

mysqlnd_uh.enable=1
mysqlnd_uh.report_wrong_types=1

相关文章
php opcode descriptions and examples assign modphp opcode descriptions and examples bw xorphp quickstart and examples setupphp mysqlnd memcache quickstart and examplesphp quickstart and examples usagephp quickstart and examples finding cache candidatesphp quickstart and examples measuring cache efficiencyphp quickstart and examples pattern based cachingphp quickstart and examples setting the ttlphp quickstart and examples caching queriesphp quickstart and examples architecture and conceptsphp quickstart and examples setupphp mysqlnd qc quickstart and examplesphp quickstart and examples beyond ttl user defined storagephp quickstart and examples slam defensephp quickstart and examples setupphp quickstart and examples how it worksphp mysqlnd uh quickstart and examplesphp quickstart and examples installing a proxyphp quickstart and examples basic query monitoring
关注编程学问公众号
编程学问网 湘ICP备20001732号