docs community blog github
Edit

PHP Buildpack リファレンス

This reference documentation offers an in-depth description of the behavior and configuration options of the Paketo PHP Buildpack. For explanations of how to use the buildpack for several common use-cases, see the Paketo PHP Buildpack How To documentation.

対応している依存対象

PHP Paketo Buildpack は PHP ランタイムの複数のバージョンに対応しています。 具体的なバージョンは Buildpack のリリースノート で確認してください。

Buildpack の設定する環境変数

PHP Buildpack はアプリケーションライフサイクルのビルドフェーズや起動フェーズでいくつかの環境変数を設定します。 このセクションではアプリケーションに影響するであろう環境変数について説明します。

APP_ROOT

  • Set by: httpd buildpack
  • Phases: launch
  • Value: path of app source

SERVER_ROOT

  • Set by: httpd buildpack
  • Phases: launch
  • Value: path of the httpd installation

MIBDIRS

PATH

  • Set by: php-dist buildpack
  • Phases: build and launch
  • Value: path to the php executable

PHP_API

  • Set by: php-dist buildpack
  • Phases: build and launch
  • Value: internl api version (YYYYMMDD)

PHP_EXTENSION_DIR

  • Set by: php-dist buildpack
  • Phases: build and launch
  • Value: location of directory with dynamic libraries for extensions

PHP_HOME

  • Set by: php-dist buildpack
  • Phases: build and launch
  • Value: location of php installation

PHP_INI_SCAN_DIR

  • Set by: php-web buildpack
  • Phases: build and launch
  • Value: <APP-ROOT>/.php.ini.d
Edit

Last modified: September 15, 2021