# php-common

## Description:

[php](https://joungkyun.gitbook.io/annyung-3-user-guide/annyung3-package-catalog/annyung3-base-packages/pkg-base-php)와 [php-cli](https://github.com/joungkyun/annyung-3-user-guide/tree/dae3c13e1446e9d689ecf1babc8ac28b5c437457/pkg-base-php-cli/README.md) 패키지에서 사용하는 PHP 설정 파일

## Features:

* configration files
  * */etc/php.d/php.ini*
  * */etc/php.d/apache/SHARED.ini*
  * */etc/php.d/php-cli.ini*
  * */etc/php.d/cli/SHARED.ini*
* php.ini와 php-cli.ini는 수정하지 말고, *apache/SHARED.ini*와 *cli/SHARED.ini*에 변경/추가할 설정을 하는 것을 권장

## Reference:

* None

## Dependencies:

* None

## Sub Packages:

* None

## Releated Packages:

* [php](https://joungkyun.gitbook.io/annyung-3-user-guide/annyung3-package-catalog/annyung3-base-packages/pkg-base-php)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://joungkyun.gitbook.io/annyung-3-user-guide/annyung3-package-catalog/annyung3-core-packages/pkg-core-php-common.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
