mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-21 20:56:03 +02:00
Use language independent permalinks for php.net urls
@see http://php.net/urlhowto.php
This commit is contained in:
@@ -48,8 +48,8 @@ object cache to PHP 5.5+, since PHP now has a built-in bytecode cache (OPcache).
|
||||
Learn more about popular object caching systems:
|
||||
|
||||
* [APCu](https://github.com/krakjoe/apcu)
|
||||
* [APC Functions](http://php.net/manual/en/ref.apc.php)
|
||||
* [APC Functions](http://php.net/ref.apc)
|
||||
* [Memcached](http://memcached.org/)
|
||||
* [Redis](http://redis.io/)
|
||||
* [XCache APIs](http://xcache.lighttpd.net/wiki/XcacheApi)
|
||||
* [WinCache Functions](http://www.php.net/manual/en/ref.wincache.php)
|
||||
* [WinCache Functions](http://php.net/ref.wincache)
|
||||
|
Reference in New Issue
Block a user