---
title: "Breaking: #61820 - deprecated PhpOptionsUtility functions removed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-61820"
source: "Changelog/7.0/Breaking-61820-PhpOptionsUtilityDeprecatedFunctionsRemoved.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #61820 - deprecated PhpOptionsUtility functions removed

See [forge#61820](https://forge.typo3.org/issues/61820)

## Description

The `TYPO3CMSCoreUtilityPhpOptionsUtility` functions isSafeModeEnabled and isMagicQuotesGpcEnabled are removed.

## Impact

Extensions that still use one of the removed functions won't work.

## Affected installations

A TYPO3 instance is affected if a 3rd party extension uses one of the removed functions.

## Migration

Remove the call to `TYPO3CMSCoreUtilityPhpOptionsUtility::isSafeModeEnabled()`
or `TYPO3CMSCoreUtilityPhpOptionsUtility::isMagicQuotesGpcEnabled()` functions.
The Install Tool takes care of the removed checks now.
