---
title: "Breaking: #61860 - deprecated function int_from_ver removed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-61860"
source: "Changelog/7.0/Breaking-61860-RemoveIntFromVerFunction.rst"
typo3-version: "7.0"
typo3-major: 7
type: "breaking"
issue: 61860
forge: "https://forge.typo3.org/issues/61860"
tags: ["PHP-API"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #61860 - deprecated function int_from_ver removed {#breaking-61860}

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

## Description {#description}

Function `int_from_ver()` from `TYPO3CMSCoreUtilityGeneralUtility` has been removed.

## Impact {#impact}

Extensions that still use the function `int_from_ver()` won't work.

## Affected installations {#affected-installations}

A TYPO3 instance is affected if a 3rd party extension uses the removed function.

## Migration {#migration}

Replace the usage of the removed function with `TYPO3CMSCoreUtilityVersionNumberUtility::convertVersionNumberToInteger()`
