diff --git a/ubuntu/standard/4.0/tools/runtime_configs/php/7.4.33 b/ubuntu/standard/4.0/tools/runtime_configs/php/7.4.33 index 080d3e59..97d66f5e 100644 --- a/ubuntu/standard/4.0/tools/runtime_configs/php/7.4.33 +++ b/ubuntu/standard/4.0/tools/runtime_configs/php/7.4.33 @@ -2,6 +2,7 @@ configure_option "--with-curl" configure_option "--with-password-argon2" configure_option "--with-pdo-pgsql" configure_option "--with-libedit" +configure_option "--with-sodium" PHP_BUILD_EXTRA_MAKE_ARGUMENTS="-j4" diff --git a/ubuntu/standard/5.0/tools/runtime_configs/php/7.3.33 b/ubuntu/standard/5.0/tools/runtime_configs/php/7.3.33 index ff425a9e..71f88571 100644 --- a/ubuntu/standard/5.0/tools/runtime_configs/php/7.3.33 +++ b/ubuntu/standard/5.0/tools/runtime_configs/php/7.3.33 @@ -2,6 +2,7 @@ configure_option "--with-curl" configure_option "--with-libedit" configure_option "--with-password-argon2" configure_option "--with-pdo-pgsql" +configure_option "--with-sodium" PHP_BUILD_EXTRA_MAKE_ARGUMENTS="-j4" diff --git a/ubuntu/standard/5.0/tools/runtime_configs/php/8.0.26 b/ubuntu/standard/5.0/tools/runtime_configs/php/8.0.26 index 58c7ab45..9df0acf6 100644 --- a/ubuntu/standard/5.0/tools/runtime_configs/php/8.0.26 +++ b/ubuntu/standard/5.0/tools/runtime_configs/php/8.0.26 @@ -2,6 +2,7 @@ configure_option "--with-curl" configure_option "--with-password-argon2" configure_option "--with-pdo-pgsql" configure_option "--with-libedit" +configure_option "--with-sodium" PHP_BUILD_EXTRA_MAKE_ARGUMENTS="-j4"