Ken Guest
afbe01793c
Rephrase Object Caching section a little, improve phrasing/grammar
2025-01-03 23:39:16 +00:00
Adrien Crivelli
78cff893e7
Update _posts/14-03-01-Object-Caching.md
...
Co-authored-by: Chris Brown <code@drbyte.dev >
2024-09-28 18:31:08 +02:00
Adrien Crivelli
12f59ff36a
Precision on when APCu cache is shared or not
...
The information is based on https://github.com/krakjoe/apcu/issues/121#issuecomment-136091336 .
The fact that PHP-FPM shares cache across all pools was verified in a real-world scenario.
Fixes #1009
2024-09-28 04:55:05 +09:00
Peter Kokot
5638836ec8
Update php.net links to point to https://www.php.net
2023-01-17 23:57:25 +01:00
Peter Kokot
250b9fbf05
Update 14-03-01-Object-Caching.md
2023-01-17 18:51:13 +01:00
Peter Kokot
f505e08040
Update APC and APCu
...
The maintained APCu extension is the previous APC extension without
opcode caching. APC is as of this writing unmaintained.
2023-01-16 19:27:13 +01:00
Peter Kokot
af09e70c87
Remove XCache
...
XCache integration made sense with PHP 5.6 and older versions. With
OPCache being available directly in the PHP it made less sense to enable
it as well. Also the upstream site doesn't seem to be maintained anymore.
2023-01-11 20:49:53 +01:00
Josh Lockhart
00cd8cf7f1
Update caching links to use https
2018-06-19 15:16:24 -04:00
jrfnl
87202921c7
Style consistency Round 2
...
- spacing of jekyll tags at top of file
- line wrap at 120 chars
- url/link verification and move to bottom and order
2014-12-08 22:05:25 +01:00
jrfnl
1852c53aa5
Use language independent permalinks for php.net urls
...
@see http://php.net/urlhowto.php
2014-12-08 17:48:38 +01:00
Matthias Glaub
239a4cd54c
introduce virtualization section
2014-10-22 23:44:54 +02:00