summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sb@sebastian-bergmann.de>2015-09-15 17:47:17 +0200
committerXinchen Hui <laruence@gmail.com>2015-09-15 08:58:50 -0700
commit486848168cc5e8616669daf50069a4db21c1908b (patch)
tree3f16b5e53acbf6659053cd3144cc18ba34af4587
parent066c05e51fbde05aefe56ebb254c9e8e6dd391ef (diff)
downloadphp-git-486848168cc5e8616669daf50069a4db21c1908b.tar.gz
Fugbix typo
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 7d4ccca3be..5c8526db29 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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