mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 14:06:34 +02:00
Merge pull request #876 from noniagriconomie/patch-2
Document PHP Preloading
This commit is contained in:
@@ -19,6 +19,7 @@ Read more about opcode caches:
|
|||||||
* [XCache]
|
* [XCache]
|
||||||
* [WinCache] (extension for MS Windows Server)
|
* [WinCache] (extension for MS Windows Server)
|
||||||
* [list of PHP accelerators on Wikipedia][PHP_accelerators]
|
* [list of PHP accelerators on Wikipedia][PHP_accelerators]
|
||||||
|
* [PHP Preloading] - PHP >= 7.4
|
||||||
|
|
||||||
|
|
||||||
[opcache-book]: https://secure.php.net/book.opcache
|
[opcache-book]: https://secure.php.net/book.opcache
|
||||||
@@ -27,3 +28,4 @@ Read more about opcode caches:
|
|||||||
[Zend Optimizer+]: https://github.com/zendtech/ZendOptimizerPlus
|
[Zend Optimizer+]: https://github.com/zendtech/ZendOptimizerPlus
|
||||||
[WinCache]: https://www.iis.net/downloads/microsoft/wincache-extension
|
[WinCache]: https://www.iis.net/downloads/microsoft/wincache-extension
|
||||||
[PHP_accelerators]: https://wikipedia.org/wiki/List_of_PHP_accelerators
|
[PHP_accelerators]: https://wikipedia.org/wiki/List_of_PHP_accelerators
|
||||||
|
[PHP Preloading]: https://www.php.net/opcache.preloading
|
||||||
|
Reference in New Issue
Block a user