; 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-26(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."]]],[]]