[wp-trac] [WordPress Trac] #53039: Not invalidating files in opcode cache after core update (cont’d)

WordPress Trac noreply at wordpress.org
Thu Apr 15 16:16:23 UTC 2021


#53039: Not invalidating files in opcode cache after core update (cont’d)
-----------------------------+------------------------------
 Reporter:  Krstarica        |       Owner:  (none)
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Upgrade/Install  |     Version:  5.7.1
 Severity:  normal           |  Resolution:
 Keywords:                   |     Focuses:
-----------------------------+------------------------------

Comment (by Krstarica):

 There is no object cache.

 {{{
 wp> get_preferred_from_update_core();
 => object(stdClass)#16499 (11) {
   ["response"]=>
   string(7) "upgrade"
   ["download"]=>
   string(65)
 "https://downloads.wordpress.org/release/sr_RS/wordpress-5.7.1.zip"
   ["locale"]=>
   string(5) "sr_RS"
   ["packages"]=>
   object(stdClass)#16500 (5) {
     ["full"]=>
     string(65)
 "https://downloads.wordpress.org/release/sr_RS/wordpress-5.7.1.zip"
     ["no_content"]=>
     string(0) ""
     ["new_bundled"]=>
     string(0) ""
     ["partial"]=>
     string(0) ""
     ["rollback"]=>
     string(0) ""
   }
   ["current"]=>
   string(5) "5.7.1"
   ["version"]=>
   string(5) "5.7.1"
   ["php_version"]=>
   string(6) "5.6.20"
   ["mysql_version"]=>
   string(3) "5.0"
   ["new_bundled"]=>
   string(3) "5.6"
   ["partial_version"]=>
   string(0) ""
   ["dismissed"]=>
   bool(false)
 }
 wp> delete_site_transient( 'update_core' );
 => bool(true)
 wp> get_core_updates();
 => bool(false)
 wp> wp_version_check();
 => NULL
 wp> get_core_updates();
 => array(1) {
   [0]=>
   object(stdClass)#16504 (11) {
     ["response"]=>
     string(7) "upgrade"
     ["download"]=>
     string(65)
 "https://downloads.wordpress.org/release/sr_RS/wordpress-5.7.1.zip"
     ["locale"]=>
     string(5) "sr_RS"
     ["packages"]=>
     object(stdClass)#16505 (5) {
       ["full"]=>
       string(65)
 "https://downloads.wordpress.org/release/sr_RS/wordpress-5.7.1.zip"
       ["no_content"]=>
       string(0) ""
       ["new_bundled"]=>
       string(0) ""
       ["partial"]=>
       string(0) ""
       ["rollback"]=>
       string(0) ""
     }
     ["current"]=>
     string(5) "5.7.1"
     ["version"]=>
     string(5) "5.7.1"
     ["php_version"]=>
     string(6) "5.6.20"
     ["mysql_version"]=>
     string(3) "5.0"
     ["new_bundled"]=>
     string(3) "5.6"
     ["partial_version"]=>
     string(0) ""
     ["dismissed"]=>
     bool(false)
   }
 }
 }}}

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


More information about the wp-trac mailing list