Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 909 Bytes

mysqli.md

File metadata and controls

42 lines (25 loc) · 909 Bytes

The mysqli extension

Configure the mysqli extension.

This extension provides MySQL-compatible databases support.

PHP_EXT_MYSQLI

  • Default: OFF
  • Values: ON|OFF

Enable the extension.

PHP_EXT_MYSQLI_SHARED

  • Default: OFF
  • Values: ON|OFF

Build extension as shared.

PHP_EXT_MYSQL_SOCKET

  • Default: OFF
  • Values: ON|OFF

mysqli/pdo_mysql: Use MySQL Unix socket pointer from default locations.

Note

This option is not available when the target system is Windows.

PHP_EXT_MYSQL_SOCKET_PATH

  • Default: empty

mysqli/pdo_mysql: Path to the MySQL Unix socket pointer location. If unspecified, default locations are searched.

Note

This option is not available when the target system is Windows.