forked from Yi-Lyu/Migrating-from-PHP5.6.x-to-PHP7.0.x
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yi Lv
committed
Aug 24, 2015
1 parent
5ea8d4d
commit eab5d92
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# PHP 5.6.x 版本迁移至 PHP 7.0.x 版本 | ||
## SAPI中的改动 | ||
### [FPM](http://php.net/manual/en/book.fpm.php) | ||
* Fixed bug #65933 (Cannot specify config lines longer than 1024 bytes). | ||
* Listen = port now listen on all addresses (IPv6 and IPv4-mapped). |