[wp-trac] [WordPress Trac] #39034: WP_Site_Query->get_sites() constructs an invalid key...

WordPress Trac noreply at wordpress.org
Fri Dec 2 21:32:01 UTC 2016


#39034: WP_Site_Query->get_sites() constructs an invalid key...
--------------------------------+------------------------------
 Reporter:  seanosh             |       Owner:
     Type:  defect (bug)        |      Status:  new
 Priority:  normal              |   Milestone:  Awaiting Review
Component:  Networks and Sites  |     Version:  trunk
 Severity:  normal              |  Resolution:
 Keywords:  reporter-feedback   |     Focuses:  multisite
--------------------------------+------------------------------
Changes (by jeremyfelt):

 * keywords:   => reporter-feedback


Comment:

 Hi @seanosh, thanks for opening a ticket.

 WordPress has been using `microtime()` to generate the last changed value
 for quite a while across several different cache keys.n 4.7, some of this
 has been combined into the new `wp_cache_get_last_changed()` function. See
 #37464.

 After some initial testing with memcached 1.4.2, PECL memcached, and PHP
 7.0.9 (thanks @johnjamesjacoby), it seems that memcached is able to store
 and retrieve the cache fine. It may just drop the piece after the space
 when storing the key.

 Can you provide the PHP and memcached versions you are using as well as
 the drop-in?

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


More information about the wp-trac mailing list