From d6690c71a24ad7a434d1de15f382c41279932fc3 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Wed, 18 Sep 2024 09:07:52 -0700 Subject: [PATCH] Resync wp-config comments with upstream - https://github.com/WordPress/WordPress/commit/2597c1b9461895554dfe65b259b65f4f73390863 --- beta/php8.1/apache/wp-config-docker.php | 6 ++++++ beta/php8.1/fpm-alpine/wp-config-docker.php | 6 ++++++ beta/php8.1/fpm/wp-config-docker.php | 6 ++++++ beta/php8.2/apache/wp-config-docker.php | 6 ++++++ beta/php8.2/fpm-alpine/wp-config-docker.php | 6 ++++++ beta/php8.2/fpm/wp-config-docker.php | 6 ++++++ beta/php8.3/apache/wp-config-docker.php | 6 ++++++ beta/php8.3/fpm-alpine/wp-config-docker.php | 6 ++++++ beta/php8.3/fpm/wp-config-docker.php | 6 ++++++ latest/php8.1/apache/wp-config-docker.php | 6 ++++++ latest/php8.1/fpm-alpine/wp-config-docker.php | 6 ++++++ latest/php8.1/fpm/wp-config-docker.php | 6 ++++++ latest/php8.2/apache/wp-config-docker.php | 6 ++++++ latest/php8.2/fpm-alpine/wp-config-docker.php | 6 ++++++ latest/php8.2/fpm/wp-config-docker.php | 6 ++++++ latest/php8.3/apache/wp-config-docker.php | 6 ++++++ latest/php8.3/fpm-alpine/wp-config-docker.php | 6 ++++++ latest/php8.3/fpm/wp-config-docker.php | 6 ++++++ wp-config-docker.php | 6 ++++++ 19 files changed, 114 insertions(+) diff --git a/beta/php8.1/apache/wp-config-docker.php b/beta/php8.1/apache/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/beta/php8.1/apache/wp-config-docker.php +++ b/beta/php8.1/apache/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/beta/php8.1/fpm-alpine/wp-config-docker.php b/beta/php8.1/fpm-alpine/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/beta/php8.1/fpm-alpine/wp-config-docker.php +++ b/beta/php8.1/fpm-alpine/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/beta/php8.1/fpm/wp-config-docker.php b/beta/php8.1/fpm/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/beta/php8.1/fpm/wp-config-docker.php +++ b/beta/php8.1/fpm/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/beta/php8.2/apache/wp-config-docker.php b/beta/php8.2/apache/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/beta/php8.2/apache/wp-config-docker.php +++ b/beta/php8.2/apache/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/beta/php8.2/fpm-alpine/wp-config-docker.php b/beta/php8.2/fpm-alpine/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/beta/php8.2/fpm-alpine/wp-config-docker.php +++ b/beta/php8.2/fpm-alpine/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/beta/php8.2/fpm/wp-config-docker.php b/beta/php8.2/fpm/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/beta/php8.2/fpm/wp-config-docker.php +++ b/beta/php8.2/fpm/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/beta/php8.3/apache/wp-config-docker.php b/beta/php8.3/apache/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/beta/php8.3/apache/wp-config-docker.php +++ b/beta/php8.3/apache/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/beta/php8.3/fpm-alpine/wp-config-docker.php b/beta/php8.3/fpm-alpine/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/beta/php8.3/fpm-alpine/wp-config-docker.php +++ b/beta/php8.3/fpm-alpine/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/beta/php8.3/fpm/wp-config-docker.php b/beta/php8.3/fpm/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/beta/php8.3/fpm/wp-config-docker.php +++ b/beta/php8.3/fpm/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/latest/php8.1/apache/wp-config-docker.php b/latest/php8.1/apache/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/latest/php8.1/apache/wp-config-docker.php +++ b/latest/php8.1/apache/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/latest/php8.1/fpm-alpine/wp-config-docker.php b/latest/php8.1/fpm-alpine/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/latest/php8.1/fpm-alpine/wp-config-docker.php +++ b/latest/php8.1/fpm-alpine/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/latest/php8.1/fpm/wp-config-docker.php b/latest/php8.1/fpm/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/latest/php8.1/fpm/wp-config-docker.php +++ b/latest/php8.1/fpm/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/latest/php8.2/apache/wp-config-docker.php b/latest/php8.2/apache/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/latest/php8.2/apache/wp-config-docker.php +++ b/latest/php8.2/apache/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/latest/php8.2/fpm-alpine/wp-config-docker.php b/latest/php8.2/fpm-alpine/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/latest/php8.2/fpm-alpine/wp-config-docker.php +++ b/latest/php8.2/fpm-alpine/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/latest/php8.2/fpm/wp-config-docker.php b/latest/php8.2/fpm/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/latest/php8.2/fpm/wp-config-docker.php +++ b/latest/php8.2/fpm/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/latest/php8.3/apache/wp-config-docker.php b/latest/php8.3/apache/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/latest/php8.3/apache/wp-config-docker.php +++ b/latest/php8.3/apache/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/latest/php8.3/fpm-alpine/wp-config-docker.php b/latest/php8.3/fpm-alpine/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/latest/php8.3/fpm-alpine/wp-config-docker.php +++ b/latest/php8.3/fpm-alpine/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/latest/php8.3/fpm/wp-config-docker.php b/latest/php8.3/fpm/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/latest/php8.3/fpm/wp-config-docker.php +++ b/latest/php8.3/fpm/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/wp-config-docker.php b/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/wp-config-docker.php +++ b/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_');