Skip to content

Commit 250b9fb

Browse files
authored
Update 14-03-01-Object-Caching.md
1 parent f505e08 commit 250b9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/14-03-01-Object-Caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if ($data === false) {
4242
print_r($data);
4343
{% endhighlight %}
4444
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
4646
object cache to PHP 5.5+, since PHP now has a built-in bytecode cache (OPcache).
4747
4848
### Learn more about popular object caching systems:

0 commit comments

Comments
 (0)