Changeset 47343 for branches/3.7/src/wp-includes/wp-db.php
- Timestamp:
- 02/22/2020 12:05:12 PM (6 years ago)
- Location:
- branches/3.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
- Property svn:mergeinfo changed
-
branches/3.7/src
- Property svn:mergeinfo changed
/trunk/src merged: 26252,26307,26512
- Property svn:mergeinfo changed
-
branches/3.7/src/wp-includes/wp-db.php
r42241 r47343 1259 1259 1260 1260 if ( WP_DEBUG ) { 1261 $error_reporting = false; 1262 if ( defined( 'E_DEPRECATED' ) ) { 1263 $error_reporting = error_reporting(); 1264 error_reporting( $error_reporting ^ E_DEPRECATED ); 1265 } 1261 1266 $this->dbh = mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, $new_link, $client_flags ); 1267 if ( false !== $error_reporting ) { 1268 error_reporting( $error_reporting ); 1269 } 1262 1270 } else { 1263 1271 $this->dbh = @mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, $new_link, $client_flags );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)