You are here

function awssdk_update_7500 in AWS SDK for PHP 7.5

Remove aws_enable_extensions variable since the settings was removed in 1.5.

File

./awssdk.install, line 26
Provides installation functions.

Code

function awssdk_update_7500() {
  variable_del('aws_enable_extensions');
}