diff options
author | Sebastian Bergmann <sb@sebastian-bergmann.de> | 2015-09-15 17:47:17 +0200 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2015-09-15 08:58:50 -0700 |
commit | 486848168cc5e8616669daf50069a4db21c1908b (patch) | |
tree | 3f16b5e53acbf6659053cd3144cc18ba34af4587 | |
parent | 066c05e51fbde05aefe56ebb254c9e8e6dd391ef (diff) | |
download | php-git-486848168cc5e8616669daf50069a4db21c1908b.tar.gz |
Fugbix typo
-rw-r--r-- | UPGRADING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -554,7 +554,7 @@ Other without SHM at all, using opcache.file_cache_only=1 (this may be useful for sharing hosting), and disable file cache consistency check, to speedup loading at the cost of safety, using opcache.file_cache_consistency_checks=0. - . Added an experemental ability to move PHP code pages (PHP TEXT segment) into + . Added an experimental ability to move PHP code pages (PHP TEXT segment) into HUGE pages. To enable it, PHP should be configured and built with --enable-huge-code-pages, OS should be configured to provide huge pages. It's possible to enable/disable this feature in php.ini through |