16 Commits

Author SHA1 Message Date
Peter Kokot
5638836ec8 Update php.net links to point to https://www.php.net 2023-01-17 23:57:25 +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
Xymph
d979efd5bb Replace dead sites by GH repos 2022-08-27 12:29:23 +02:00
Igor Radovanov
dd4c0f992f Fix broken link - Zend Engine 2 Opcodes 2022-07-31 16:26:39 +02:00
Derick Alangi
656fa79b5a Update the current working APC docs
The previous docs link isn't found on the php.net website but there is docs for APC
so this patch just updates to the current valid docs on the website.
2022-06-04 06:23:38 +01:00
Antoine Makdessi
4598667c78 Update _posts/14-02-01-Opcode-Cache.md
Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com>
2021-01-29 16:37:13 +01:00
Antoine Makdessi
7f245675c4 Update 14-02-01-Opcode-Cache.md 2021-01-29 14:08:39 +01:00
Josh Lockhart
00cd8cf7f1 Update caching links to use https 2018-06-19 15:16:24 -04:00
Eric Poe
fdcef97971 Correct spelling error
This is a minor spelling error change.
2016-10-19 09:59:09 -05:00
William Turrell
ce95ad0ee9 Clarify opcodes, cache names, PHP versions
- Explain what opcodes are
- Clarify the cache will check if the source code has changed
- How to verify cache is turned on
- Clarify naming (Opcache vs Zend OPcache vs Optimizer+ – hope I've got this right)
- fix missing PHP versions for APC in links (markdown problem)
2016-10-09 15:35:43 +01:00
Phil Sturgeon
7c6cb1653b Updated Zend Optimizer+ link (Zend Server moved) 2015-07-20 13:36:42 +01: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
662b5db35f typos 2014-11-09 02:09:51 +01:00
Matthias Glaub
2022eee2bf renaming bytecode to opcode
#462
2014-11-09 01:56:20 +01:00