From 6c30346cb0a746d2baea2ba77242db700b9e78ce Mon Sep 17 00:00:00 2001 From: Tizian Schmidlin <noreply@example.com> Date: Fri, 15 Dec 2017 16:50:13 +0100 Subject: [PATCH] [TASK] Update Breaking-82421-DroppedOldDBRelatedConfigurationOptions.rst Releases: master Resolves: #83344 Change-Id: I5653312697a2568b8b0937e96a315ed08068957d Reviewed-on: https://review.typo3.org/55096 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> --- ...Breaking-82421-DroppedOldDBRelatedConfigurationOptions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 d955f74dcb8b..4287f2c8a7df 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 -- GitLab