[wp-trac] [WordPress Trac] #39132: WP 4.7, object-cache.php breaks the site if APC is not enabled in php

WordPress Trac noreply at wordpress.org
Wed Dec 7 03:44:25 UTC 2016


#39132: WP 4.7, object-cache.php breaks the site if APC is not enabled in php
----------------------------+--------------------
 Reporter:  innocuo         |       Owner:
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  4.7.1
Component:  Bootstrap/Load  |     Version:  4.7
 Severity:  normal          |  Resolution:
 Keywords:                  |     Focuses:
----------------------------+--------------------
Changes (by dd32):

 * milestone:  Awaiting Review => 4.7.1


Comment:

 FWIW, you're running a custom `wp-content/object-cache.php` file here,
 which is not the same as `wp-includes/object-cache.php`. You're also
 running one which is incompatible with your server setup (as you don't
 have APC enabled).

 The APC version from @markjaquith here seems to be what's referenced:
 https://plugins.svn.wordpress.org/apc/tags/2.0.6/object-cache.php

 In WordPress 3.0 and earlier plugin.php was loaded after the object cache,
 in 3.1 and later it's loaded before.

 I guess we have to do something similar to [39370] for `object-cache.php`.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/39132#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list