[wp-trac] [WordPress Trac] #21316: wp_check_php_mysql_versions() is broken in PHP 4

WordPress Trac wp-trac at lists.automattic.com
Thu Jul 19 21:02:52 UTC 2012


#21316: wp_check_php_mysql_versions() is broken in PHP 4
-----------------------------+--------------------
 Reporter:  SergeyBiryukov   |       Owner:
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:  3.4.2
Component:  Upgrade/Install  |     Version:  3.4
 Severity:  normal           |  Resolution:
 Keywords:  has-patch        |
-----------------------------+--------------------

Comment (by nacin):

 That's just because most of them were already wp_die(). Note that
 [19760/trunk/wp-load.php] removed the inclusion of functions.php since it
 was now tasked to wp_load_translations_early(). [attachment:21316.3.patch]
 could cause fatal errors.

 By removing the dependency, I was suggesting we move wp_die() to a
 different (or new) file. But we can also go back through and restore
 include calls to functions.php for uses of wp_die(), and removing the line
 otherwise.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/21316#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list