[wp-trac] [WordPress Trac] #36307: WP 4.4.2 + PHP 7.x (rss.php)
    WordPress Trac 
    noreply at wordpress.org
       
    Wed Mar 23 14:43:49 UTC 2016
    
    
  
#36307: WP 4.4.2 + PHP 7.x (rss.php)
--------------------------+-----------------------------
 Reporter:  frymi         |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  4.4.2
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 ./wp-includes/rss.php (change row 117)
 php5: list($ns, $el) = split( ':', $element, 2);
 php7: list($ns, $el) = preg_split( ':', $element, 2);
--
Ticket URL: <https://core.trac.wordpress.org/ticket/36307>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
    
    
More information about the wp-trac
mailing list