From: Sebastian Bergmann Date: Tue, 15 Sep 2015 15:47:17 +0000 (+0200) Subject: Fugbix typo X-Git-Tag: php-7.1.0alpha1~1160^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=022866c75ff88958c4b9e0d3fa8c3913496ba1aa;p=php Fugbix typo --- 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