Skip to content

Commit

Permalink
Fugbix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann authored and laruence committed Sep 15, 2015
1 parent 066c05e commit 4868481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4868481

Please sign in to comment.