Changeset 47902 for trunk/src/wp-admin/includes/class-ftp.php
- Timestamp:
- 06/03/2020 05:38:56 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-ftp.php
r47198 r47902 900 900 if ( ! $mod_sockets && function_exists( 'dl' ) && is_callable( 'dl' ) ) { 901 901 $prefix = ( PHP_SHLIB_SUFFIX == 'dll' ) ? 'php_' : ''; 902 @dl( $prefix . 'sockets.' . PHP_SHLIB_SUFFIX ); 902 @dl( $prefix . 'sockets.' . PHP_SHLIB_SUFFIX ); // phpcs:ignore PHPCompatibility.FunctionUse.RemovedFunctions.dlDeprecated 903 903 $mod_sockets = extension_loaded( 'sockets' ); 904 904 }
Note: See TracChangeset
for help on using the changeset viewer.