[wp-trac] [WordPress Trac] #27703: Need additional db version information in WP3.9+
WordPress Trac
noreply at wordpress.org
Tue Apr 8 05:08:57 UTC 2014
#27703: Need additional db version information in WP3.9+
-------------------------+-----------------------------
Reporter: webaware | Owner: pento
Type: enhancement | Status: assigned
Priority: normal | Milestone: Future Release
Component: Database | Version: trunk
Severity: normal | Resolution:
Keywords: | Focuses: administration
-------------------------+-----------------------------
Comment (by nacin):
Just `if ( $wpdb->use_mysqli )` would be fine, as it'll be a null value
before 3.9. I'm not even sure it'd throw a notice. (If it does, you could
use `if ( ! empty( $wpdb->use_mysqli ) )`.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27703#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list