; This is a simple php.ini file on App Engine; It enables output buffering for all requests by overriding the; default setting of the PHP interpreter.output_buffering = "On"
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-06 UTC。"],[[["You can customize PHP interpreter behavior in your App Engine application by including a `php.ini` file."],["Place the `php.ini` file in your application's base directory alongside the `app.yaml` file for it to be loaded."],["The `php.ini` file uses the standard `.ini` file syntax to override PHP directives."],["You can override PHP directives with changeable mode values of `PHP_INI_SYSTEM`, `PHP_INI_ALL`, or `PHP_INI_PERDIR`."],["The extension directive allows for the enabling of dynamically loadable extensions."]]],[]]