Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 462 Bytes

PHP_CONFIG_FILE_PATH.md

File metadata and controls

12 lines (9 loc) · 462 Bytes

PHP_CONFIG_FILE_PATH

  • Default: ${CMAKE_INSTALL_SYSCONFDIR}

The path in which to look for php.ini. By default, it is set to the CMAKE_INSTALL_SYSCONFDIR (etc directory). Relative path gets the CMAKE_INSTALL_PREFIX automatically prepended. If given as an absolute path, install prefix is not appended.

Note

This option is not available when the target system is Windows. On Windows the C preprocessor macro isn't utilized in the C code.