You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/14-03-01-Object-Caching.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ if ($data === false) {
42
42
print_r($data);
43
43
{% endhighlight %}
44
44
45
-
Note that prior to PHP 5.5, there was APC extension which provided both an object cache and a bytecode cache. The new APCu is a project to bring APC's
45
+
Note that prior to PHP 5.5, there was the APC extension which provided both an object cache and a bytecode cache. The new APCu is a project to bring APC's
46
46
object cache to PHP 5.5+, since PHP now has a built-in bytecode cache (OPcache).
47
47
48
48
### Learn more about popular object caching systems:
0 commit comments