We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066c05e commit 4868481Copy full SHA for 4868481
UPGRADING
@@ -554,7 +554,7 @@ Other
554
without SHM at all, using opcache.file_cache_only=1 (this may be useful for
555
sharing hosting), and disable file cache consistency check, to speedup
556
loading at the cost of safety, using opcache.file_cache_consistency_checks=0.
557
- . 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
558
HUGE pages. To enable it, PHP should be configured and built with
559
--enable-huge-code-pages, OS should be configured to provide huge pages.
560
It's possible to enable/disable this feature in php.ini through
0 commit comments