mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-16 18:53:57 +02:00
Update APC and APCu
The maintained APCu extension is the previous APC extension without opcode caching. APC is as of this writing unmaintained.
This commit is contained in:
@@ -15,14 +15,12 @@ Read more about opcode caches:
|
||||
|
||||
* [Zend OPcache][opcache-book] (bundled with PHP since 5.5)
|
||||
* Zend OPcache (formerly known as Zend Optimizer+) is now [open source][Zend Optimizer+]
|
||||
* [APC] - PHP 5.4 and earlier
|
||||
* [WinCache] (extension for MS Windows Server)
|
||||
* [list of PHP accelerators on Wikipedia][PHP_accelerators]
|
||||
* [PHP Preloading] - PHP >= 7.4
|
||||
|
||||
|
||||
[opcache-book]: https://secure.php.net/book.opcache
|
||||
[APC]: https://www.php.net/book.apcu
|
||||
[Zend Optimizer+]: https://github.com/zendtech/ZendOptimizerPlus
|
||||
[WinCache]: https://www.iis.net/downloads/microsoft/wincache-extension
|
||||
[PHP_accelerators]: https://wikipedia.org/wiki/List_of_PHP_accelerators
|
||||
|
Reference in New Issue
Block a user