> For the complete documentation index, see [llms.txt](https://php7.shujuwajue.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://php7.shujuwajue.com/php-70x-xin-te-xing/bu-5145-zai-sapi-mo-kuai-de-bian-hua.md).

# 补充\*在SAPI模块的变化

> 参考:[Changes in SAPI Modules](http://php.net/manual/zh/migration70.sapi-changes.php#migration70.sapi-changes)

## 在SAPI模块的变化

### [FPM](http://php.net/manual/zh/book.fpm.php)

#### 不合格的监听端口 现在IPv4和IPv6¶监听

在PHP 5中，只有一个端口号的监听指令会监听所有接口，但只监听IPv4。PHP 7现在将接受通过IPv4和IPv6进行的请求。

这不会影响包含特定IP地址的指令;这些指令将继续只监听那个地址和协议。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://php7.shujuwajue.com/php-70x-xin-te-xing/bu-5145-zai-sapi-mo-kuai-de-bian-hua.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
