diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82421-DroppedOldDBRelatedConfigurationOptions.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82421-DroppedOldDBRelatedConfigurationOptions.rst index d955f74dcb8bbb97a959bc22eb2541c2b412d7ab..4287f2c8a7dfe242561bf220c9bac3cb782b4c7f 100644 --- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82421-DroppedOldDBRelatedConfigurationOptions.rst +++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82421-DroppedOldDBRelatedConfigurationOptions.rst @@ -12,7 +12,7 @@ Description Some configuration options related to pre-doctrine era have been removed from :php:`$GLOBALS['TYPO3_CONF_VARS']`: -* `SYS/sqlDebug` - Obsolete since version 8, no substitution +* `SYS/sqlDebug` - Obsolete since core version 8, no substitution * `SYS/setDBinit` - Obsolete since core version 8 and migrated automatically * `SYS/no_pconnect` - Obsolete since core version 8 and migrated automatically * `SYS/dbClientCompress` - Obsolete since core version 8 and migrated automatically @@ -36,4 +36,4 @@ Migration Extension code should not rely on these core framework internal settings. -.. index:: Database, LocalConfiguration, PHP-API, FullyScanned \ No newline at end of file +.. index:: Database, LocalConfiguration, PHP-API, FullyScanned