Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.15 KB

PHP_PEAR.md

File metadata and controls

34 lines (23 loc) · 1.15 KB

PHP_PEAR

🟠 Deprecated as of PHP 7.4.

  • Default: OFF
  • Values: ON|OFF

Warning

PEAR installation as part of the PHP installation is deprecated as of PHP 7.4 and will be removed in future PHP versions. PEAR can also be installed manually from the pear.php.net website.

Install PEAR, PHP Extension and Application Repository package manager.

PHP_PEAR_DIR

  • Default: DATADIR/pear

The path where PEAR will be installed to. CMAKE_INSTALL_PREFIX is automatically prepended when given as a relative path.

PHP_PEAR_TEMP_DIR

  • Default: tmp/pear on *nix and temp/pear on Windows

The PEAR temporary directory where PEAR writes temporary files, such as cache, downloaded packages artifacts and similar. Pass it as a relative path inside the top level system directory, which will be automatically prepended. If given as an absolute path, top level directory is not prepended. Relative path is added to the top root system directory (/ on *nix, or C:/ on Windows).

For example, default PEAR temporary directory after the top level system directory is prepended becomes /tmp/pear on *nix and C:/temp/pear on Windows.