; 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-08-19(UTC)"],[[["\u003cp\u003eYou can customize PHP interpreter behavior in your App Engine application by including a \u003ccode\u003ephp.ini\u003c/code\u003e file.\u003c/p\u003e\n"],["\u003cp\u003ePlace the \u003ccode\u003ephp.ini\u003c/code\u003e file in your application's base directory alongside the \u003ccode\u003eapp.yaml\u003c/code\u003e file for it to be loaded.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ephp.ini\u003c/code\u003e file uses the standard \u003ccode\u003e.ini\u003c/code\u003e file syntax to override PHP directives.\u003c/p\u003e\n"],["\u003cp\u003eYou can override PHP directives with changeable mode values of \u003ccode\u003ePHP_INI_SYSTEM\u003c/code\u003e, \u003ccode\u003ePHP_INI_ALL\u003c/code\u003e, or \u003ccode\u003ePHP_INI_PERDIR\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe extension directive allows for the enabling of dynamically loadable extensions.\u003c/p\u003e\n"]]],[],null,[]]